it.geosolutions.jaiext.mosaic
Class ImageMosaicBean
java.lang.Object
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 input image
- an eventual alpha channel
- an eventual ROI
- an eventual Range of No Data 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageMosaicBean
public ImageMosaicBean()
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)
getRoi
public javax.media.jai.ROI getRoi()
setRoi
public void setRoi(javax.media.jai.ROI roi)
getSourceNoData
public Range getSourceNoData()
setSourceNoData
public void setSourceNoData(Range sourceNoData)
getRoiImage
public RenderedImage getRoiImage()
setRoiImage
public void setRoiImage(RenderedImage roiImage)
Copyright © 2006–2015 GeoSolutions. All rights reserved.