Interface GranuleCatalogVisitor
public interface GranuleCatalogVisitor
Simple interface for creating visitors to a
GranuleCatalog implementation.- Author:
- Simone Giannecchini, GeoSolutions SAS
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturns true if the visit has been completed and there is no more need to scan though the other granulesvoidvisit(GranuleDescriptor granule, SimpleFeature feature) Method that can be used to perform a visit to aGranuleCatalog.
-
Method Details
-
visit
Method that can be used to perform a visit to aGranuleCatalog.- Parameters:
granule- theGranuleDescriptorwe are visitingfeature- 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
-