public interface GranuleHandler
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
default void |
handleStructuredGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
void handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) throws GranuleHandlingException
source - input fileinputReader - input reader of the incoming granuletargetFeature - the target index featuretargetFeatureType - the index schemainputFeature - the incoming granule featureinputFeatureType - the incoming coverage schemamosaicConfiguration - the mosaic configurationGranuleHandlingExceptiondefault void handleStructuredGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration)
Copyright © 1996–2019 Geotools. All rights reserved.