rdf4j-postgis
Version 0.1.0.0
|
Public Member Functions | |
void | testLineString2D () |
void | testLineString3D () |
void | testPoint () |
Static Public Attributes | |
static final String | LineString2D ="LINESTRING(1 1, 2 2, 3 3)" |
static final String | point ="POINT (1 1)" |
static final String | LineString3D ="LINESTRING(1 1 2, 1 2 3, 0 0 5)" |
void testLineString2D | ( | ) |
References GeometricUnaryFunction.evaluate(), EndPointTest.LineString2D, and WKTDatatype.LiteralIRI.
void testLineString3D | ( | ) |
References GeometricUnaryFunction.evaluate(), EndPointTest.LineString3D, and WKTDatatype.LiteralIRI.
void testPoint | ( | ) |
References GeometricUnaryFunction.evaluate(), WKTDatatype.LiteralIRI, and EndPointTest.point.
|
static |
Referenced by EndPointTest.testLineString2D().
|
static |
Referenced by EndPointTest.testLineString3D().
|
static |
Referenced by EndPointTest.testPoint().