| 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.generator | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
MultiLineString.as(Class<Q> castToType) |
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 |
|---|---|
static <P extends Position> |
GeometryGenerators.multiLineString(int numLines,
int numPoints,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.multiLineString(int numLines,
int numPoints,
Box<P> bbox,
Random rnd) |
| Modifier and Type | Method and Description |
|---|---|
static MultiLineString<?> |
JTS.from(org.locationtech.jts.geom.MultiLineString jtsGeometry) |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.MultiLineString jtsGeometry,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
JTS.to(MultiLineString<P> geometry) |
Copyright © 2021 geolatte.org. All rights reserved.