public interface GeometryVisitor<P extends Position>
Geometrys.Geometry.accept(GeometryVisitor)| Modifier and Type | Method and Description |
|---|---|
<G extends Geometry<P>> |
visit(GeometryCollection<P,G> collection)
Visits a
GeometryCollection. |
void |
visit(LineString<P> lineString)
Visits a
LineString. |
void |
visit(Point<P> point)
Visits a
Point |
void |
visit(Polygon<P> polygon)
Visits a
Polygon. |
void visit(LineString<P> lineString)
LineString.lineString - <G extends Geometry<P>> void visit(GeometryCollection<P,G> collection)
GeometryCollection.
The collection will pass the visitor to it constituent parts.
collection - Copyright © 2018 geolatte.org. All rights reserved.