|
rdf4j-postgis
Version 0.1.0.0
|

Public Member Functions | |
| void | testEnsureClosed () |
| void | testEnsureClosed2 () |
Static Public Attributes | |
| static final String | duplicateRings ="POLYGON((8 2, 11 13, 2 6, 8 2), (8 2, 11 13, 2 6, 8 2))" |
| static final String | nonClosed ="LINESTRING(8 2, 11 13, 2 6)" |
| static final String | closed ="LINESTRING (8 2, 11 13, 2 6, 8 2)" |
| static final String | ring ="LINEARRING (8 2, 11 13, 2 6, 8 2)" |
| void testEnsureClosed | ( | ) |
References EnsureClosedTest.closed, GeometricModifierDoubleFunction.evaluate(), WKTDatatype.LiteralIRI, and EnsureClosedTest.nonClosed.
| void testEnsureClosed2 | ( | ) |
|
static |
Referenced by EnsureClosedTest.testEnsureClosed(), and EnsureClosedTest.testEnsureClosed2().
|
static |
|
static |
Referenced by EnsureClosedTest.testEnsureClosed().
|
static |