Uses of Class
org.geotools.gce.imagemosaic.MosaicConfigurationBean
-
-
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return MosaicConfigurationBean Modifier and Type Method Description MosaicConfigurationBean
ImageMosaicDescriptor. getConfiguration()
MosaicConfigurationBean
RasterManager. getConfiguration()
Methods in org.geotools.gce.imagemosaic that return types with arguments of type MosaicConfigurationBean Modifier and Type Method Description Map<String,MosaicConfigurationBean>
ImageMosaicConfigHandler. getConfigurations()
Methods in org.geotools.gce.imagemosaic with parameters of type MosaicConfigurationBean Modifier and Type Method Description protected 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 MosaicConfigurationBean Constructor Description ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog)
MosaicConfigurationBean(MosaicConfigurationBean that)
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 Constructor Description CatalogConfigurationBeans(List<MosaicConfigurationBean> beans)
-
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic.catalogbuilder
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return MosaicConfigurationBean Modifier and Type Method Description MosaicConfigurationBean
MosaicBeanBuilder. getMosaicConfigurationBean()
-
Uses of MosaicConfigurationBean in org.geotools.gce.imagemosaic.granulehandler
Methods in org.geotools.gce.imagemosaic.granulehandler with parameters of type MosaicConfigurationBean Modifier and Type Method Description void
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)
-