Class DefaultGranuleHandler
Object
DefaultGranuleHandler
- All Implemented Interfaces:
GranuleHandler
Default granule handling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
DefaultGranuleHandler
public DefaultGranuleHandler()
-
-
Method Details
-
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
-