| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearRing<P extends Position>
A
LineString that is both closed and simple. |
class |
LineString<P extends Position>
A LineString is a 1-dimensional
Geometry consisting of the LineSegments defined by
consecutive pairs of Points of a PointSequence. |
class |
Point<P extends Position>
A 0-dimensional
Geometry. |
Copyright © 2023 geolatte.org. All rights reserved.