|
rdf4j-postgis
Version 0.1.0.0
|

Public Member Functions | |
| void | testSelfIntersections () |
| void | testNoSelfIntersections () |
Static Public Attributes | |
| static final String | testGeom ="LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31,77.29 29.07)" |
| static final String | testGeom2 ="LINESTRING(77.29 29.07,77.42 29.26,77.27 29.31)" |
| static final String | intersectResult ="MULTIPOINT ((77.29 29.07))" |
| static final String | intersectResult2 ="MULTIPOINT EMPTY" |
| void testNoSelfIntersections | ( | ) |
References GeometricUnaryFunction.evaluate(), SelfIntersectionsTest.intersectResult2, WKTDatatype.LiteralIRI, and SelfIntersectionsTest.testGeom2.
| void testSelfIntersections | ( | ) |
References GeometricUnaryFunction.evaluate(), SelfIntersectionsTest.intersectResult, WKTDatatype.LiteralIRI, and SelfIntersectionsTest.testGeom.
|
static |
Referenced by SelfIntersectionsTest.testSelfIntersections().
|
static |
Referenced by SelfIntersectionsTest.testNoSelfIntersections().
|
static |
Referenced by SelfIntersectionsTest.testSelfIntersections().
|
static |
Referenced by SelfIntersectionsTest.testNoSelfIntersections().