Uses of Class
org.geotools.gce.imagemosaic.MosaicConfigurationBean
Packages that use MosaicConfigurationBean
Package
Description
-
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MosaicConfigurationBeanModifier and TypeMethodDescriptionImageMosaicDescriptor.getConfiguration()
RasterManager.getConfiguration()
Methods in org.geotools.gce.imagemosaic that return types with arguments of type MosaicConfigurationBeanMethods in org.geotools.gce.imagemosaic with parameters of type MosaicConfigurationBeanModifier and TypeMethodDescriptionprotected RasterManager
ImageMosaicReader.addRasterManager
(MosaicConfigurationBean configuration, boolean init) Create a RasterManager on top of thisMosaicConfigurationBean
void
RasterManager.setConfiguration
(MosaicConfigurationBean configuration) Constructors in org.geotools.gce.imagemosaic with parameters of type MosaicConfigurationBeanModifierConstructorDescriptionImageMosaicDescriptor
(MosaicConfigurationBean configurationBean, GranuleCatalog catalog) RasterManager
(ImageMosaicReader parentReader, MosaicConfigurationBean configuration) -
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic.catalog
Constructor parameters in org.geotools.gce.imagemosaic.catalog with type arguments of type MosaicConfigurationBean -
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return MosaicConfigurationBean -
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic.granulehandler
Methods in org.geotools.gce.imagemosaic.granulehandler with parameters of type MosaicConfigurationBeanModifier and TypeMethodDescriptionvoid
DefaultGranuleHandler.handleGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) void
GranuleHandler.handleGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) Handle the case of a grid coverage being added to the mosaic.void
ReprojectingGranuleHandler.handleGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) default void
GranuleHandler.handleStructuredGranule
(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)