Class ReprojectingGranuleHandler
Object
ReprojectingGranuleHandler
- All Implemented Interfaces:
- GranuleHandler
Granule handler that reprojects envelopes of non-structured grid coverages
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleGranule(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.Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GranuleHandlerhandleStructuredGranule
- 
Constructor Details- 
ReprojectingGranuleHandlerpublic ReprojectingGranuleHandler()
 
- 
- 
Method Details- 
handleGranulepublic void handleGranule(Object source, GridCoverage2DReader inputReader, SimpleFeature targetFeature, SimpleFeatureType targetFeatureType, SimpleFeature inputFeature, SimpleFeatureType inputFeatureType, MosaicConfigurationBean mosaicConfiguration) throws GranuleHandlingException Description copied from interface:GranuleHandlerHandle the case of a grid coverage being added to the mosaic.- Specified by:
- handleGranulein interface- GranuleHandler
- Parameters:
- source- input file
- inputReader- input reader of the incoming granule
- targetFeature- the target index feature
- targetFeatureType- the index schema
- inputFeature- the incoming granule feature
- inputFeatureType- the incoming coverage schema
- mosaicConfiguration- the mosaic configuration
- Throws:
- GranuleHandlingException
 
 
-