Uses of Class
org.geotools.gce.imagemosaic.ImageMosaicReader
-
Packages that use ImageMosaicReader Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagepyramid -
-
Uses of ImageMosaicReader in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return ImageMosaicReader Modifier and Type Method Description ImageMosaicReader
ImageMosaicConfigHandler. getParentReader()
ImageMosaicReader
RasterManager. getParentReader()
ImageMosaicReader
ImageMosaicFormat. getReader(Object source)
ImageMosaicReader
ImageMosaicFormat. getReader(Object source, Hints hints)
Methods in org.geotools.gce.imagemosaic with parameters of type ImageMosaicReader Modifier and Type Method Description void
ImageMosaicConfigHandler. setParentReader(ImageMosaicReader parentReader)
Constructors in org.geotools.gce.imagemosaic with parameters of type ImageMosaicReader Constructor Description RasterManager(ImageMosaicReader parentReader, MosaicConfigurationBean configuration)
-
Uses of ImageMosaicReader in org.geotools.gce.imagepyramid
Methods in org.geotools.gce.imagepyramid that return ImageMosaicReader Modifier and Type Method Description ImageMosaicReader
ImagePyramidReader. getImageMosaicReaderForLevel(Integer imageChoice)
Retrieve the ImageMosaicReader for the requested Level and load if necessaryImageMosaicReader
ImagePyramidReader. getImageMosaicReaderForLevel(String coverageName, Integer imageChoice)
Retrieve the ImageMosaicReader for the requested Level and load if necessary
-