| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MeasureInterpolatingVisitor<P extends C2D & Measured>
A
GeometryVisitor that derives a Geometry
by interpolating on the measure values of the visited Geometries. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryCollection.accept(GeometryVisitor<P> visitor)
Accepts the
GeometryVisitor, and
will pass it to it's constituent Geometries. |
void |
LineString.accept(GeometryVisitor<P> visitor) |
abstract void |
Geometry.accept(GeometryVisitor<P> visitor)
Accepts a
GeometryVisitor. |
void |
Polygon.accept(GeometryVisitor<P> visitor) |
void |
Point.accept(GeometryVisitor<P> visitor) |
Copyright © 2025 geolatte.org. All rights reserved.