Package | Description |
---|---|
org.postgis |
Modifier and Type | Field and Description |
---|---|
protected Point |
PGboxbase.llb
The lower left bottom corner of the box.
|
protected Point |
PGboxbase.urt
The upper right top corner of the box.
|
Modifier and Type | Method and Description |
---|---|
Point |
ComposedGeom.getFirstPoint()
Optimized version
|
Point |
Point.getFirstPoint()
Optimized versions for this special case
|
abstract Point |
Geometry.getFirstPoint()
Same as getPoint(0);
|
Point |
ComposedGeom.getLastPoint()
Optimized version
|
Point |
Point.getLastPoint()
Optimized versions for this special case
|
abstract Point |
Geometry.getLastPoint()
Same as getPoint(numPoints()-1);
|
Point |
PGboxbase.getLLB()
Returns the lower left bottom corner of the box as a Point object
|
Point |
ComposedGeom.getPoint(int n) |
Point |
Point.getPoint(int index) |
abstract Point |
Geometry.getPoint(int n)
Get the nth Point of the geometry
|
Point |
PointComposedGeom.getPoint(int idx)
optimized version
|
Point[] |
PointComposedGeom.getPoints()
Get the underlying Point array
|
Point |
PGboxbase.getURT()
Returns the upper right top corner of the box as a Point object
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
PGboxbase.compareLazyDim(Point first,
Point second)
Compare two coordinates with lazy dimension checking.
|
double |
Point.distance(Point other) |
boolean |
Point.equals(Point other) |
Constructor and Description |
---|
LinearRing(Point[] points) |
LineString(Point[] points) |
MultiPoint(Point[] points) |
PGbox2d(Point llb,
Point urt) |
PGbox3d(Point llb,
Point urt) |
PGboxbase(Point llb,
Point urt) |
PointComposedGeom(int type,
Point[] points) |
Copyright © 2014. All rights reserved.