22 FurthestCoordinate instance=
new FurthestCoordinate();
23 ValueFactory valfac=SimpleValueFactory.getInstance();
24 Value geo=valfac.createLiteral(
testGeom, WKTDatatype.LiteralIRI);
25 Value geo2=valfac.createLiteral(
testGeom2, WKTDatatype.LiteralIRI);
26 Value resultt=instance.evaluate(valfac, geo,geo2);
27 Value expResult=valfac.createLiteral(
result, WKTDatatype.LiteralIRI);
28 assertEquals(expResult, resultt);
static final String testGeom
Definition: FurthestCoordinateTest.java:14
static final String testGeom2
Definition: FurthestCoordinateTest.java:16
static final String result
Definition: FurthestCoordinateTest.java:18