|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.feature.FeatureCollectionIteration
org.geotools.filter.FilteringIteration
public class FilteringIteration
DOCUMENT ME!
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.geotools.feature.FeatureCollectionIteration |
---|
FeatureCollectionIteration.Handler |
Field Summary |
---|
Fields inherited from class org.geotools.feature.FeatureCollectionIteration |
---|
handler |
Constructor Summary | |
---|---|
FilteringIteration(org.opengis.filter.Filter filter,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Creates a new instance of FilteringIteration |
Method Summary | |
---|---|
static void |
filter(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
Filter filter)
|
protected void |
iterate(java.util.Iterator iterator)
Perform the actual iteration on the Iterator which is provided. |
Methods inherited from class org.geotools.feature.FeatureCollectionIteration |
---|
iterate, iteration, walker, walker |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilteringIteration(org.opengis.filter.Filter filter, FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
filter
- DOCUMENT ME!collection
- DOCUMENT ME!Method Detail |
---|
public static void filter(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features, Filter filter)
protected void iterate(java.util.Iterator iterator)
FeatureCollectionIteration
iterate
in class FeatureCollectionIteration
iterator
- The Iterator to iterate upon.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |