35 FullyWithinDistance instance=
new FullyWithinDistance();
36 ValueFactory valfac=SimpleValueFactory.getInstance();
37 Value geo=valfac.createLiteral(
testGeom2, WKTDatatype.LiteralIRI);
38 Value geo2=valfac.createLiteral(
testGeom3, WKTDatatype.LiteralIRI);
39 Value dist=valfac.createLiteral(100);
40 Value result=instance.evaluate(valfac, geo,geo2,dist);
41 Value expResult=valfac.createLiteral(
false);
42 assertEquals(expResult, result);
static final String testGeom2
Definition: FullyWithinDistanceTest.java:16
static final String testGeom3
Definition: FullyWithinDistanceTest.java:18