org.geotools.catalog
Class AbstractCatalog

java.lang.Object
  extended byorg.geotools.catalog.AbstractCatalog
All Implemented Interfaces:
org.opengis.catalog.Catalog
Direct Known Subclasses:
FileSystemGridCoverageExchange

public abstract class AbstractCatalog
extends java.lang.Object
implements org.opengis.catalog.Catalog

A general superclass that handles queries and iteration through a catalog

Version:
$Revision: 1.9 $
Author:
$author$

Field Summary
protected  java.util.ArrayList entries
          A list of CatalogEntries
 
Constructor Summary
AbstractCatalog()
           
 
Method Summary
 java.util.Iterator iterator()
           
 org.opengis.catalog.QueryResult query(org.opengis.catalog.QueryDefinition arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opengis.catalog.Catalog
add, remove
 

Field Detail

entries

protected java.util.ArrayList entries
A list of CatalogEntries

Constructor Detail

AbstractCatalog

public AbstractCatalog()
Method Detail

query

public org.opengis.catalog.QueryResult query(org.opengis.catalog.QueryDefinition arg0)
Specified by:
query in interface org.opengis.catalog.Catalog
See Also:
Catalog.query(org.opengis.catalog.QueryDefinition)

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface org.opengis.catalog.Catalog
See Also:
Catalog.iterator()


Copyright © GeoTools. All Rights Reserved.