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)
FeatureVisitor
Please consult the documentation for the FeatureCollection you are visiting to learn more - the provided feature may be invalid, or read only.
visit
in interface FeatureVisitor
public ReferencedEnvelope getBounds()
public void reset(Envelope bounds)
public CalcResult getResult()
FeatureCalc
getResult
in interface FeatureCalc
Copyright © 1996–2019 Geotools. All rights reserved.