| 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.crs.trans | |
| org.geolatte.geom.generator | |
| org.geolatte.geom.jts |
JTS interoperability classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearRing<P extends Position>
A
LineString that is both closed and simple. |
| Modifier and Type | Method and Description |
|---|---|
<Q extends Position> |
LineString.as(Class<Q> castToType) |
static <P extends Position> |
Geometries.mkEmptyLineString(CoordinateReferenceSystem<P> crs)
Creates an empty
LineString for a coordinate reference system |
static <P extends Position> |
Geometries.mkLineString(PositionSequence<P> seq,
CoordinateReferenceSystem<P> crs)
Creates a
LineString from a PositionSequence and coordinate reference system |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiLineString(LineString<P>... linestrings) |
void |
GeometryVisitor.visit(LineString<P> lineString)
Visits a
LineString. |
void |
MeasureInterpolatingVisitor.visit(LineString<P> lineString) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
Geometries.mkMultiLineString(List<LineString<P>> lineStrings) |
| Constructor and Description |
|---|
LinearRing(LineString<P> lineString) |
LineString(LineString<P> base)
This constructor has been added to speed up object creation of LinearRings
|
MultiLineString(LineString<P>... lineStrings)
Constructs a
MultiLineString from the specified LineStrings |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.linestring(CoordinateReferenceSystem<P> crs,
P... positions)
Creates a
LineString |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
DSL.multilinestring(LineString<P> linestring,
LineString<P>... linestrings) |
static <P extends Position> |
DSL.multilinestring(LineString<P> linestring,
LineString<P>... linestrings) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformVisitor.visit(LineString<P> lineString) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
GeometryGenerators.lineString(int numPnts,
Box<P> bbox) |
static <P extends Position> |
GeometryGenerators.lineString(int numPnts,
Box<P> bbox,
Random rnd) |
| Modifier and Type | Method and Description |
|---|---|
static LineString<?> |
JTS.from(org.locationtech.jts.geom.LineString jtsGeometry) |
static <P extends Position> |
JTS.from(org.locationtech.jts.geom.LineString jtsLineString,
CoordinateReferenceSystem<P> crs) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends Position> |
JTS.to(LineString<P> geometry) |
Copyright © 2023 geolatte.org. All rights reserved.