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
PointFromTextTest Class Reference
Public Member Functions
void
testPointFromText
()
Member Function Documentation
◆
testPointFromText()
void testPointFromText
(
)
15
{
16
PointFromText is3d=
new
PointFromText();
17
ValueFactory valfac=SimpleValueFactory.getInstance();
18
Value geo=valfac.createLiteral(
"POINT (0 0)"
);
19
Value result=is3d.evaluate(valfac, geo);
20
Value expResult=valfac.createLiteral(
"POINT (0 0)"
,WKTDatatype.LiteralIRI);
21
assertEquals(expResult, result);
22
}
References
GeometricConstructor.evaluate()
, and
WKTDatatype.LiteralIRI
.
org
eclipse
rdf4j
testsuites
postgis
point
constructor
PointFromTextTest
Generated by
1.9.1