Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
A DSL to simplify the creation of Geometries.
|
org.geolatte.geom.json |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
Geometries.mkEmptyGeometryCollection(CoordinateReferenceSystem<P> crs)
Creates an empty
GeometryCollection for a coordinate reference system |
static <P extends Position> |
Geometries.mkGeometryCollection(Geometry<P>... geometries) |
static <P extends Position> |
Geometries.mkGeometryCollection(List<Geometry<P>> geometries) |
Modifier and Type | Method and Description |
---|---|
void |
MeasureInterpolatingVisitor.visit(GeometryCollection collection) |
<G extends Geometry<P>> |
GeometryVisitor.visit(GeometryCollection<P,G> collection)
Visits a
GeometryCollection . |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
DSL.geometrycollection(CoordinateReferenceSystem<P> crs,
DSL.GeometryToken<P>... tokens)
Creates a
GeometryCollection from the specified GeometryToken s and CoordinateReferenceSystem . |
static <P extends Position> |
DSL.geometrycollection(Geometry<P> geometry,
Geometry<P>... geometries)
Creates a
GeometryCollection from the specified Geometry s. |
Modifier and Type | Method and Description |
---|---|
GeometryCollection<P,Geometry<P>> |
GeometryCollectionParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
Copyright © 2018 geolatte.org. All rights reserved.