|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.feature.visitor.BoundsVisitor
Calculates the extents (envelope) of the features it visits.
Nested Class Summary | |
static class |
BoundsVisitor.BoundsResult
|
Constructor Summary | |
BoundsVisitor()
|
Method Summary | |
com.vividsolutions.jts.geom.Envelope |
getBounds()
|
CalcResult |
getResult()
Returns the result of the calculation as a handy object which can be merged and modified. |
void |
reset(com.vividsolutions.jts.geom.Envelope bounds)
|
void |
visit(Feature feature)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BoundsVisitor()
Method Detail |
public void visit(Feature feature)
visit
in interface FeatureVisitor
public com.vividsolutions.jts.geom.Envelope getBounds()
public void reset(com.vividsolutions.jts.geom.Envelope bounds)
public CalcResult getResult()
FeatureCalc
getResult
in interface FeatureCalc
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |