it.geosolutions.jaiext.mosaic
Class ImageMosaicBean

java.lang.Object
  extended by it.geosolutions.jaiext.mosaic.ImageMosaicBean
All Implemented Interfaces:
Serializable

public class ImageMosaicBean
extends Object
implements Serializable

This class implements a Java Bean used as input values container of the for the MosaicOpImage2 class. Inside this class are contained the following values:

The all class methods are getters and setters of all the private variables. The constructor is parameterless and the class implements the Serializable interface. These characteristics are fundamental for creating a Java Bean.

See Also:
Serialized Form

Constructor Summary
ImageMosaicBean()
           
 
Method Summary
 javax.media.jai.PlanarImage getAlphaChannel()
           
 RenderedImage getImage()
           
 javax.media.jai.ROI getImageRoi()
           
 Range getSourceNoData()
           
 void setAlphaChannel(javax.media.jai.PlanarImage alphaChannel)
           
 void setImage(RenderedImage image)
           
 void setImageRoi(javax.media.jai.ROI imageRoi)
           
 void setSourceNoData(Range sourceNoData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMosaicBean

public ImageMosaicBean()
Method Detail

getImage

public RenderedImage getImage()

setImage

public void setImage(RenderedImage image)

getAlphaChannel

public javax.media.jai.PlanarImage getAlphaChannel()

setAlphaChannel

public void setAlphaChannel(javax.media.jai.PlanarImage alphaChannel)

getImageRoi

public javax.media.jai.ROI getImageRoi()

setImageRoi

public void setImageRoi(javax.media.jai.ROI imageRoi)

getSourceNoData

public Range getSourceNoData()

setSourceNoData

public void setSourceNoData(Range sourceNoData)


Copyright © 2006–2014 GeoSolutions. All rights reserved.