| 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.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.codec.db.sqlserver |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems to Microsoft SQL Server internal
format.
|
| org.geolatte.geom.json | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
private <T extends C2D & Measured> |
DefaultMeasureGeometryOperations.OnLengthMeasureOp.measure(MultiLineString<T> geometry) |
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(java.util.List<LineString<P>> lineStrings) |
| Modifier and Type | Method and Description |
|---|---|
private <T extends C2D & Measured> |
DefaultMeasureGeometryOperations.OnLengthMeasureOp.measure(MultiLineString<T> geometry) |
| 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) |
(package private) MultiLineString<P> |
DSL.MultiLineStringToken.toGeometry(CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private <P extends Position> |
AbstractWkbDecoder.decodeMultiLineString(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
protected MultiLineString<?> |
MultiLineStringSqlServerDecoder.createGeometry(java.util.List geometries,
SqlServerGeometry nativeGeom) |
| Modifier and Type | Method and Description |
|---|---|
MultiLineString<P> |
MultiLineStringParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.from(org.locationtech.jts.geom.MultiLineString jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
private static <P extends Position> |
JTS.to(MultiLineString<P> multiLineString,
org.locationtech.jts.geom.GeometryFactory gFact) |