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 |
LinearRing<P extends Position>
A
LineString that is both closed and simple. |
Modifier and Type | Method and Description |
---|---|
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 LineString s |
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 |
---|---|
LineString<P> |
LineStringParser.parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
Copyright © 2019 geolatte.org. All rights reserved.