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 Detail

      • accepts

        boolean accepts​(GridCoverage2DReader coverage,
                        String inputCoverageName,
                        File fileBeingProcessed,
                        ImageMosaicConfigHandler mosaicConfigHandler)
                 throws IOException
        Parameters:
        coverage - the coverage being added to the catalog
        inputCoverageName - the name of the coverage being added
        fileBeingProcessed - File handle of the coverage being handled
        mosaicConfigHandler - the mosaic config handler being used
        Returns:
        whether coverage should be added to the mosaic or not
        Throws:
        IOException