org.geotools.gce.imagemosaic.catalog
Interface GranuleCatalogVisitor


public interface GranuleCatalogVisitor

Simple interface for creating visitors to a GranuleCatalog implementation.

Author:
Simone Giannecchini, GeoSolutions SAS

Method Summary
 void visit(GranuleDescriptor granule, Object o)
          Method that can be used to perform a visit to a GranuleCatalog.
 

Method Detail

visit

void visit(GranuleDescriptor granule,
           Object o)
Method that can be used to perform a visit to a GranuleCatalog.

Parameters:
granule - the GranuleDescriptor we are visiting
o - a sibling Object to pass along while visiting


Copyright © 1996-2014 Geotools. All Rights Reserved.