org.geotools.data.postgis.collection
Class PostgisFeatureCollection
Object
DataFeatureCollection
DefaultFeatureResults
JDBCFeatureCollection
PostgisFeatureCollection
- All Implemented Interfaces:
- FeatureCollection<SimpleFeatureType,SimpleFeature>
public class PostgisFeatureCollection
- extends JDBCFeatureCollection
FeatureCollection for PostGIS datastores. If we'd like to optimize PostGIS
any further than JDBCFeatureCollection, we can override methods within this
subclass. Even though we aren't overriding any methods, we should use this
class in case we do optimizations for PostGIS in the future.
- Author:
- Cory Horner, Refractions Research
- Module:
modules/plugin/postgis (gt-postgis.jar)
Methods inherited from class DataFeatureCollection |
accepts, add, addAll, addAll, addListener, clear, close, close, closeIterator, contains, containsAll, features, fireChange, fireChange, fireChange, getID, isEmpty, iterator, openIterator, purge, remove, removeAll, removeListener, retainAll, size, sort, sort, subCollection, toArray, toArray, writer |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgisFeatureCollection
public PostgisFeatureCollection(JDBCFeatureSource source,
Query query)
throws IOException
- Throws:
IOException
Copyright © 1996-2010 Geotools. All Rights Reserved.