|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionListener | |
---|---|
org.geotools.data.collection | Implementations of FeatureCollection for different purposes. |
org.geotools.data.complex | This package contains the implementation of a ComplexDataStore, Author note: though this "Complex" datastore has born to provide complex features out of a simple features data source, it may be better called a DerivativeDataStore or something like that, you'll see why later. |
org.geotools.data.store | |
org.geotools.feature |
Uses of CollectionListener in org.geotools.data.collection |
---|
Fields in org.geotools.data.collection with type parameters of type CollectionListener | |
---|---|
protected List<CollectionListener> |
SpatialIndexFeatureCollection.listeners
Listeners |
Methods in org.geotools.data.collection with parameters of type CollectionListener | |
---|---|
void |
SpatialIndexFeatureCollection.addListener(CollectionListener listener)
|
void |
SpatialIndexFeatureCollection.removeListener(CollectionListener listener)
|
Uses of CollectionListener in org.geotools.data.complex |
---|
Methods in org.geotools.data.complex with parameters of type CollectionListener | |
---|---|
void |
MappingFeatureCollection.addListener(CollectionListener listener)
|
void |
MappingFeatureCollection.removeListener(CollectionListener listener)
|
Uses of CollectionListener in org.geotools.data.store |
---|
Methods in org.geotools.data.store with parameters of type CollectionListener | |
---|---|
void |
DataFeatureCollection.addListener(CollectionListener listener)
|
void |
DataFeatureCollection.removeListener(CollectionListener listener)
|
Uses of CollectionListener in org.geotools.feature |
---|
Subinterfaces of CollectionListener in org.geotools.feature | |
---|---|
interface |
FeatureIndex
An Index is built up around a FeatureCollection, using one of the attributes in the SimpleFeatureCollection as a comparable reference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |