rdf4j-postgis
Version 0.1.0.0
Main Page
Related Pages
Packages
Packages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
l
m
o
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Public Member Functions
|
List of all members
IsNodingValidTest Class Reference
Public Member Functions
void
testIsNodingValuedTrue
()
Member Function Documentation
◆
testIsNodingValuedTrue()
void testIsNodingValuedTrue
(
)
16
{
17
IsNodingValid is3d=
new
IsNodingValid();
18
ValueFactory valfac=SimpleValueFactory.getInstance();
19
Value geo=valfac.createLiteral(
"<http://www.opengis.net/def/crs/EPSG/0/27700> MULTIPOINT (10 40, 40 30, 20 20, 30 10)"
, WKTDatatype.LiteralIRI);
20
Value result=is3d.evaluate(valfac, geo);
21
Value expResult=valfac.createLiteral(
true
);
22
assertEquals(expResult, result);
23
}
References
GeometricBinaryAttributeFunction.evaluate()
, and
WKTDatatype.LiteralIRI
.
org
eclipse
rdf4j
testsuites
postgis
geometry
attribute
IsNodingValidTest
Generated by
1.9.1