rdf4j-postgis
Version 0.1.0.0
|
Public Member Functions | |
void | testEqualSRS () |
void | testNoSRS () |
void | testNotEqualSRS () |
Static Public Attributes | |
static final String | testGeom ="LINESTRING(743238 2967416,743238 2967450,743265 2967450, 743265.625 2967416,743238 2967416)" |
static final String | testGeom2 ="MULTIPOINT (0 1, 1 0, 2 1)" |
static final String | testGeom3 ="<http://www.opengis.net/def/crs/EPSG/0/27700> MULTIPOINT (10 40, 40 30, 20 20, 30 10)" |
static final String | testGeom4 ="<http://www.opengis.net/def/crs/EPSG/0/4326> MULTIPOINT (10 40, 40 30, 20 20, 30 10)" |
void testEqualSRS | ( | ) |
References GeometricRelationBinaryFunction.evaluate(), WKTDatatype.LiteralIRI, and EqualSRSTest.testGeom3.
void testNoSRS | ( | ) |
References GeometricRelationBinaryFunction.evaluate(), WKTDatatype.LiteralIRI, EqualSRSTest.testGeom, and EqualSRSTest.testGeom2.
void testNotEqualSRS | ( | ) |
References GeometricRelationBinaryFunction.evaluate(), WKTDatatype.LiteralIRI, EqualSRSTest.testGeom3, and EqualSRSTest.testGeom4.
|
static |
Referenced by EqualSRSTest.testNoSRS().
|
static |
Referenced by EqualSRSTest.testNoSRS().
|
static |
Referenced by EqualSRSTest.testEqualSRS(), and EqualSRSTest.testNotEqualSRS().
|
static |
Referenced by EqualSRSTest.testNotEqualSRS().