Interface GranuleAcceptor
-
- All Known Implementing Classes:
ColorCheckAcceptor
,HomogeneousCRSAcceptor
public interface GranuleAcceptor
Class responsible for determining whether a given coverage should or should not be part of the image mosaic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accepts(GridCoverage2DReader coverage, String inputCoverageName, File fileBeingProcessed, ImageMosaicConfigHandler mosaicConfigHandler)
-
-
-
Method Detail
-
accepts
boolean accepts(GridCoverage2DReader coverage, String inputCoverageName, File fileBeingProcessed, ImageMosaicConfigHandler mosaicConfigHandler) throws IOException
- Parameters:
coverage
- the coverage being added to the cataloginputCoverageName
- the name of the coverage being addedfileBeingProcessed
- File handle of the coverage being handledmosaicConfigHandler
- the mosaic config handler being used- Returns:
- whether coverage should be added to the mosaic or not
- Throws:
IOException
-
-