Package | Description |
---|---|
org.geolatte.geom.builder |
Modifier and Type | Method and Description |
---|---|
static DSL.Vertex3DMToken |
DSL.cM(double x,
double y,
double z,
double m)
A 3DM vertex
|
Modifier and Type | Method and Description |
---|---|
static DSL.LineString3DMToken |
DSL.lineString(DSL.Vertex3DMToken... points) |
static LineString |
DSL.linestring(int srid,
DSL.Vertex3DMToken... points) |
static DSL.Point3DMToken |
DSL.point(DSL.Vertex3DMToken token) |
static Point |
DSL.point(int srid,
DSL.Vertex3DMToken token) |
static DSL.LinearRing3DMToken |
DSL.ring(DSL.Vertex3DMToken... points) |
static LinearRing |
DSL.ring(int srid,
DSL.Vertex3DMToken... points) |
Copyright © 2015 geolatte.org. All rights reserved.