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 MosaicConfigurationBeanImageMosaicDescriptor. getConfiguration()MosaicConfigurationBeanRasterManager. 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 RasterManagerImageMosaicReader. addRasterManager(MosaicConfigurationBean configuration, boolean init)Create a RasterManager on top of thisMosaicConfigurationBeanvoidRasterManager. 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 MosaicConfigurationBeanMosaicBeanBuilder. 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 voidDefaultGranuleHandler. handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)voidGranuleHandler. 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.voidReprojectingGranuleHandler. handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)default voidGranuleHandler. handleStructuredGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)
-