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 | Method and Description |
---|---|
static <P extends Position> |
Geometries.mkEmptyMultiLineString(CoordinateReferenceSystem<P> crs)
Creates an empty
MultiLineString for a coordinate reference system |
static <P extends Position> |
Geometries.mkMultiLineString(LineString<P>... linestrings) |
static <P extends Position> |
Geometries.mkMultiLineString(List<LineString<P>> lineStrings) |
Modifier and Type | Method and Description |
---|---|
static <P extends Position> |
DSL.multilinestring(CoordinateReferenceSystem<P> crs,
DSL.LineStringToken<P>... tokens) |
static <P extends Position> |
DSL.multilinestring(LineString<P> linestring,
LineString<P>... linestrings) |
Modifier and Type | Method and Description |
---|---|
MultiLineString<P> |
MultiLineStringParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
Copyright © 2019 geolatte.org. All rights reserved.