Interface GranuleCatalogVisitor


public interface GranuleCatalogVisitor
Simple interface for creating visitors to a GranuleCatalog implementation.
Author:
Simone Giannecchini, GeoSolutions SAS
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns true if the visit has been completed and there is no more need to scan though the other granules
    void
    Method that can be used to perform a visit to a GranuleCatalog.
  • Method Details

    • visit

      void visit(GranuleDescriptor granule, SimpleFeature feature)
      Method that can be used to perform a visit to a GranuleCatalog.
      Parameters:
      granule - the GranuleDescriptor we are visiting
      feature - the feature the granule was created from
    • isVisitComplete

      default boolean isVisitComplete()
      Returns true if the visit has been completed and there is no more need to scan though the other granules