public interface LLAPositionVisitor
This visitor is for high performance applications. The PositionSequence that accepts the visitor passes each coordinate as an array.
| Modifier and Type | Method and Description |
|---|---|
void |
visit(double[] coordinate)
The visit method that is executed for each coordinate.
|