Package | Description |
---|---|
org.geolatte.geom.builder |
Modifier and Type | Method and Description |
---|---|
static DSL.Vertex2DMToken |
DSL.cM(double x,
double y,
double m)
A 2DM vertex
|
Modifier and Type | Method and Description |
---|---|
static DSL.LineString2DMToken |
DSL.lineString(DSL.Vertex2DMToken... points) |
static LineString |
DSL.linestring(int srid,
DSL.Vertex2DMToken... points) |
static DSL.Point2DMToken |
DSL.point(DSL.Vertex2DMToken token) |
static Point |
DSL.point(int srid,
DSL.Vertex2DMToken token) |
static DSL.LinearRing2DMToken |
DSL.ring(DSL.Vertex2DMToken... points) |
static LinearRing |
DSL.ring(int srid,
DSL.Vertex2DMToken... points) |
Copyright © 2015 geolatte.org. All rights reserved.