org.geotools.data.postgis.collection
Class PostgisFeatureCollection
java.lang.Object
org.geotools.data.store.DataFeatureCollection
org.geotools.data.DefaultFeatureResults
org.geotools.data.jdbc.JDBCFeatureCollection
org.geotools.data.postgis.collection.PostgisFeatureCollection
- All Implemented Interfaces:
- FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.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
Methods inherited from class org.geotools.data.store.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgisFeatureCollection
public PostgisFeatureCollection(JDBCFeatureSource source,
Query query)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1996-2010 Geotools. All Rights Reserved.