Interface GranuleCatalogVisitor
public interface GranuleCatalogVisitor
Simple interface for creating visitors to a
GranuleCatalog
implementation.- Author:
- Simone Giannecchini, GeoSolutions SAS
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returns true if the visit has been completed and there is no more need to scan though the other granulesvoid
visit
(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
- theGranuleDescriptor
we 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
-