Class DefaultGranuleHandler
- Object
-
- DefaultGranuleHandler
-
- All Implemented Interfaces:
GranuleHandler
public class DefaultGranuleHandler extends Object implements GranuleHandler
Default granule handling
-
-
Constructor Summary
Constructors Constructor Description DefaultGranuleHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)
Handle the case of a grid coverage being added to the mosaic.-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface GranuleHandler
handleStructuredGranule
-
-
-
-
Method Detail
-
handleGranule
public void handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)
Description copied from interface:GranuleHandler
Handle the case of a grid coverage being added to the mosaic.- Specified by:
handleGranule
in interfaceGranuleHandler
- Parameters:
source
- input fileinputReader
- input reader of the incoming granuletargetFeature
- the target index featuretargetFeatureType
- the index schemafeature
- the incoming granule featureinputFeatureType
- the incoming coverage schemamosaicConfiguration
- the mosaic configuration
-
-