|
rdf4j-postgis
Version 0.1.0.0
|

Public Member Functions | |
| void | testLineStringNotClosed () |
| void | testLineStringClosed () |
| void | testMultiLineStringNotClosed () |
| void | testpointClosed () |
| void | testmultiPointClosed () |
Static Public Attributes | |
| static final String | notClosed ="LINESTRING(0 0, 1 1)" |
| static final String | isClosed ="LINESTRING(0 0, 0 1, 1 1, 0 0)" |
| static final String | mlNotClosed ="MULTILINESTRING((0 0, 0 1, 1 1, 0 0),(0 0, 1 1))" |
| static final String | pointClosed ="POINT(0 0)" |
| static final String | multiPointClosed ="MULTIPOINT((0 0), (1 1), (0 0))" |
| void testLineStringClosed | ( | ) |
References GeometricBinaryAttributeFunction.evaluate(), IsClosedTest.isClosed, and WKTDatatype.LiteralIRI.
| void testLineStringNotClosed | ( | ) |
References GeometricBinaryAttributeFunction.evaluate(), WKTDatatype.LiteralIRI, and IsClosedTest.notClosed.
| void testMultiLineStringNotClosed | ( | ) |
References GeometricBinaryAttributeFunction.evaluate(), WKTDatatype.LiteralIRI, and IsClosedTest.mlNotClosed.
| void testmultiPointClosed | ( | ) |
References GeometricBinaryAttributeFunction.evaluate(), WKTDatatype.LiteralIRI, and IsClosedTest.multiPointClosed.
| void testpointClosed | ( | ) |
References GeometricBinaryAttributeFunction.evaluate(), WKTDatatype.LiteralIRI, and IsClosedTest.pointClosed.
|
static |
Referenced by IsClosedTest.testLineStringClosed().
|
static |
Referenced by IsClosedTest.testMultiLineStringNotClosed().
|
static |
Referenced by IsClosedTest.testmultiPointClosed().
|
static |
Referenced by IsClosedTest.testLineStringNotClosed().
|
static |
Referenced by IsClosedTest.testpointClosed().