public class ReprojectingGranuleHandler extends Object implements GranuleHandler
| Constructor and Description |
|---|
ReprojectingGranuleHandler() |
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleStructuredGranulepublic void handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) throws GranuleHandlingException
GranuleHandlerhandleGranule in interface GranuleHandlersource - 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 configurationGranuleHandlingExceptionCopyright © 1996–2019 Geotools. All rights reserved.