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 LineSegment s defined by
consecutive pairs of Point s of a PointSequence . |
class |
Point<P extends Position>
A 0-dimensional
Geometry . |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
Geometries.mkGeometry(Class<? extends Simple> geometryClass,
PositionSequence<P> positions,
CoordinateReferenceSystem<P> crs) |
Copyright © 2019 geolatte.org. All rights reserved.