public interface GeometryVisitor<P extends Position>
Geometrys.Geometry.accept(GeometryVisitor)| Modifier and Type | Method and Description |
|---|---|
default <G extends Geometry<P>> |
endVisit(AbstractGeometryCollection<P,G> collection) |
<G extends Geometry<P>> |
visit(AbstractGeometryCollection<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(AbstractGeometryCollection<P,G> collection)
GeometryCollection.
The collection will pass the visitor to it constituent parts.
collection - default <G extends Geometry<P>> void endVisit(AbstractGeometryCollection<P,G> collection)
Copyright © 2023 geolatte.org. All rights reserved.