Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryCollection<P extends Position,G extends Geometry<P>>
A
Geometry that is an ordered collection of some number of Geometry s. |
class |
MultiLineString<P extends Position>
A
GeometryCollection of LineString s. |
class |
MultiPoint<P extends Position>
A
GeometryCollection of Point s. |
class |
MultiPolygon<P extends Position>
A
GeometryCollection of Polygon s. |
class |
Polygon<P extends Position>
A planar surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
Modifier and Type | Method and Description |
---|---|
static <Q extends Position> |
Geometries.mkGeometry(Class<? extends Complex> geometryClass,
CoordinateReferenceSystem<Q> crs) |
static <P extends Position> |
Geometries.mkGeometry(Class<? extends Complex> geometryClass,
Geometry<P>... parts) |
Copyright © 2023 geolatte.org. All rights reserved.