Package | Description |
---|---|
org.geolatte.geom.builder |
Modifier and Type | Method and Description |
---|---|
static DSL.Vertex2DToken |
DSL.c(double x,
double y)
A 2D vertex
|
static DSL.Vertex2DToken[] |
DSL.empty() |
Modifier and Type | Method and Description |
---|---|
static DSL.LineString2DToken |
DSL.linestring(DSL.Vertex2DToken... points) |
static LineString |
DSL.linestring(int srid,
DSL.Vertex2DToken... points) |
static DSL.Point2DToken |
DSL.point(DSL.Vertex2DToken token) |
static Point |
DSL.point(int srid,
DSL.Vertex2DToken token) |
static DSL.LinearRing2DToken |
DSL.ring(DSL.Vertex2DToken... points) |
static LinearRing |
DSL.ring(int srid,
DSL.Vertex2DToken... points) |
Copyright © 2015 geolatte.org. All rights reserved.