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 |
LineString.accept(GeometryVisitor<P> visitor) |
abstract void |
Geometry.accept(GeometryVisitor<P> visitor)
Accepts a
GeometryVisitor . |
void |
Point.accept(GeometryVisitor<P> visitor) |
void |
GeometryCollection.accept(GeometryVisitor<P> visitor)
Accepts the
GeometryVisitor , and
will pass it to it's constituent Geometries . |
void |
Polygon.accept(GeometryVisitor<P> visitor) |
Copyright © 2024 geolatte.org. All rights reserved.