public class BoundsVisitor extends Object implements FeatureCalc
| Modifier and Type | Class and Description |
|---|---|
static class |
BoundsVisitor.BoundsResult |
| Constructor and Description |
|---|
BoundsVisitor() |
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
getBounds() |
CalcResult |
getResult()
Returns the result of the calculation as a handy object which can be merged and modified.
|
void |
reset(Envelope bounds) |
void |
visit(Feature feature)
Visit the provided feature.
|
public void visit(Feature feature)
FeatureVisitorPlease consult the documentation for the FeatureCollection you are visiting to learn more - the provided feature may be invalid, or read only.
visit in interface FeatureVisitorpublic ReferencedEnvelope getBounds()
public void reset(Envelope bounds)
public CalcResult getResult()
FeatureCalcgetResult in interface FeatureCalcCopyright © 1996–2019 Geotools. All rights reserved.