kiwi-postgis
Version 0.1.0.0
|
Public Member Functions | |
String | getURI () |
double | attribute (Geometry geom) |
Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
Static Public Member Functions | |
static double | length3D (CoordinateSequence pts) |
FROM org.h2gis.drivers.utility; GPL3. More... | |
static double | length3D (Geometry geom) |
Returns the 3D length of the geometry. More... | |
static double | length3D (LineString lineString) |
Returns the 3D perimeter of a line string. More... | |
static double | length3D (Polygon polygon) |
Returns the 3D perimeter of a polygon. More... | |
double attribute | ( | Geometry | geom | ) |
References LineLength3D.length3D().
|
inherited |
References GeometricDoubleAttributeFunction.attribute(), and LiteralRegistry.getLiteral().
String getURI | ( | ) |
References POSTGIS.st_lineLength3D.
|
static |
FROM org.h2gis.drivers.utility; GPL3.
Computes the length of a linestring specified by a sequence of points. if a coordinate has a NaN z return 0.
pts | the points specifying the linestring |
References Coordinate.x, Coordinate.y, and Coordinate.z.
Referenced by Length3D.attribute(), Perimeter3D.attribute(), LineLength3D.attribute(), and LineLength3D.length3D().
|
static |
Returns the 3D length of the geometry.
geom |
References LineLength3D.length3D().
|
static |
Returns the 3D perimeter of a line string.
lineString |
References LineLength3D.length3D().
|
static |
Returns the 3D perimeter of a polygon.
polygon |
References LineLength3D.length3D().