Uses of Class
org.geotools.gce.imagemosaic.granulehandler.GranuleHandlingException
-
Packages that use GranuleHandlingException Package Description org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.granulehandler -
-
Uses of GranuleHandlingException in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that throw GranuleHandlingException Modifier and Type Method Description void
ImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, File fileBeingProcessed, int fileIndex, double numFiles, DefaultTransaction transaction)
void
ImageMosaicConfigHandler. updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, ImageMosaicSourceElement element, int fileIndex, double numFiles, DefaultTransaction transaction)
Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller). -
Uses of GranuleHandlingException in org.geotools.gce.imagemosaic.granulehandler
Methods in org.geotools.gce.imagemosaic.granulehandler that throw GranuleHandlingException Modifier and Type Method Description 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)
-