org.geotools.data.collection |
|
Java Source File Name | Type | Comment |
CollectionDataStore.java | Class | Simple data store wrapper for feature collections. |
CollectionDataStoreTest.java | Class | |
DelegateFeatureReader.java | Class | A FeatureReader that wraps up a normal FeatureIterator.
This class is useful for faking (and testing) the Resource based
API against in memory datastructures. |
ResourceCollection.java | Interface | Collection supporting close( Iterator ), used to grok resources.
This implementation is a port of java.util.Collection with support for
the use of close( Iterator ). |
ResourceList.java | Interface | List support close( iterator ) used to handle heavyweight resources. |