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