|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.feature.collection.AbstractFeatureVisitor
public abstract class AbstractFeatureVisitor
An abstract class to reduce the amount of work needed when working with FeatureVisitor.
This class is best used when making anonymous inner classes:
features.accepts(new AbstractFeatureVisitor(){
public void visit( org.opengis.feature.Feature feature ) {
bounds.include(feature.getBounds());
}
}, null);
Constructor Summary | |
---|---|
AbstractFeatureVisitor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengis.feature.FeatureVisitor |
---|
visit |
Constructor Detail |
---|
public AbstractFeatureVisitor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |