private static class AbstractPositionSequence.EnvelopeExpander<P extends Position> extends java.lang.Object implements PositionVisitor<P>
| Modifier and Type | Field and Description |
|---|---|
(package private) double[] |
buffer |
private org.locationtech.jts.geom.Envelope |
env |
| Constructor and Description |
|---|
EnvelopeExpander(org.locationtech.jts.geom.Envelope env) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Envelope |
result() |
void |
visit(P position)
The visit method to be executed for each Position
|
public void visit(P position)
PositionVisitorvisit in interface PositionVisitor<P extends Position>position - Position to visitpublic org.locationtech.jts.geom.Envelope result()