public class DefaultGranuleHandler extends Object implements GranuleHandler
Constructor and Description |
---|
DefaultGranuleHandler() |
Modifier and Type | Method and 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleStructuredGranule
public void handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature feature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)
GranuleHandler
handleGranule
in interface GranuleHandler
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 configurationCopyright © 1996–2019 Geotools. All rights reserved.