Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.builder |
Modifier and Type | Class and Description |
---|---|
class |
LinearRing
A
LineString that is both closed and simple. |
Modifier and Type | Method and Description |
---|---|
static LineString |
LineString.createEmpty()
Constructs an empty
LineString . |
LineString |
GeometryFactory.createLineString(PointSequence points)
Creates a
LineString |
LineString |
MultiLineString.getGeometryN(int i) |
Modifier and Type | Method and Description |
---|---|
MultiLineString |
GeometryFactory.createMultiLineString(LineString[] lineStrings)
Creates a
MultiLineString from the specified LineString s. |
void |
MeasureInterpolatingVisitor.visit(LineString lineString) |
void |
GeometryVisitor.visit(LineString lineString)
Visits a
LineString . |
Constructor and Description |
---|
LinearRing(LineString lineString) |
LineString(LineString base)
This constructor has been added to speed up object creation of LinearRings
|
MultiLineString(LineString[] lineStrings)
Constructs a
MultiLineString from the specified LineString s |
Modifier and Type | Method and Description |
---|---|
static LineString |
DSL.linestring(int srid,
DSL.Vertex2DMToken... points) |
static LineString |
DSL.linestring(int srid,
DSL.Vertex2DToken... points) |
static LineString |
DSL.linestring(int srid,
DSL.Vertex3DMToken... points) |
static LineString |
DSL.linestring(int srid,
DSL.Vertex3DToken... points) |
Modifier and Type | Method and Description |
---|---|
static GeometryBuilder2D<LineString> |
LineStrings.create2D(CrsId crsId) |
static GeometryBuilder2DM<LineString> |
LineStrings.create2DM(CrsId crsId) |
static GeometryBuilder3D<LineString> |
LineStrings.create3D(CrsId crsId) |
static GeometryBuilder3DM<LineString> |
LineStrings.create3DM(CrsId crsId) |
Copyright © 2015 geolatte.org. All rights reserved.