| |
|
| java.lang.Object org.geotools.data.jdbc.collection.JDBCFeatureCollection
JDBCFeatureCollection | public class JDBCFeatureCollection implements FeatureCollection(Code) | | Contains some common state needed for all JDBCFeatureCollections.
Please note the result does *not* implement FeatureCollection itself (
as you may want to choose between FeatureList and FeatureCollection).
author: Jody |
filter | Filter filter(Code) | | filter used to filter content.
|
listener | FeatureListener listener(Code) | | feature listener which listens to the feautre source and
forwards events to its listeners.
|
open | final protected Set open(Code) | | Set of open resource iterators
|
addListener | public void addListener(CollectionListener listener)(Code) | | Adds a listener for collection events.
Parameters: listener - The listener to add |
clear | public void clear()(Code) | | |
getDefaultGeometry | public Geometry getDefaultGeometry()(Code) | | |
getFeatureSource | public JDBCFeatureSource getFeatureSource()(Code) | | The feautre source the collection originates from. |
getFilter | public Filter getFilter()(Code) | | The filter being used to "filter" the collection. |
getNumberOfAttributes | public int getNumberOfAttributes()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
purge | public void purge()(Code) | | |
removeListener | public void removeListener(CollectionListener listener)(Code) | | Removes a listener for collection events.
Parameters: listener - The listener to remove |
setFilter | public void setFilter(Filter filter)(Code) | | Sets a filter used to "filter" the content of the collection.
|
|
|
|