|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageMosaicBean | |
---|---|
it.geosolutions.jaiext.mosaic |
Uses of ImageMosaicBean in it.geosolutions.jaiext.mosaic |
---|
Methods in it.geosolutions.jaiext.mosaic with parameters of type ImageMosaicBean | |
---|---|
static javax.media.jai.RenderedOp |
MosaicDescriptor.create(RenderedImage[] sources,
ImageMosaicBean[] bean,
javax.media.jai.operator.MosaicType mosaicType,
double[] destinationNoData,
RenderingHints renderingHints)
RenderedOp creation method that takes all the parameters, passes them to the ParameterBlockJAI and then call the JAI create method for the mosaic operation with no data support. |
Constructors in it.geosolutions.jaiext.mosaic with parameters of type ImageMosaicBean | |
---|---|
MosaicOpImage(List sources,
javax.media.jai.ImageLayout layout,
Map renderingHints,
ImageMosaicBean[] images,
javax.media.jai.operator.MosaicType mosaicTypeSelected,
double[] destinationNoData)
This constructor takes the source images, the layout, the rendering hints, and the parameters and initialize variables. |
|
MosaicOpImage2(List sources,
javax.media.jai.ImageLayout layout,
Map renderingHints,
ImageMosaicBean[] images,
javax.media.jai.operator.MosaicType mosaicTypeSelected,
Number[] destinationNoData)
This constructor takes the source images, the layout, the rendering hints, and the parameters and initialize variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |