Class AbstractLuceneSailGeoSPARQLTest
java.lang.Object
org.eclipse.testsuite.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected abstract void
configure(LuceneSail sail)
protected void
protected void
void
setUp()
void
tearDown()
void
void
void
void
void
void
-
Field Details
-
SUBJECT_1
-
SUBJECT_2
-
SUBJECT_3
-
SUBJECT_4
-
SUBJECT_5
-
CONTEXT_1
-
CONTEXT_2
-
CONTEXT_3
-
EIFFEL_TOWER
-
ARC_TRIOMPHE
-
NOTRE_DAME
-
POLY1
-
POLY2
-
TEST_POINT
-
TEST_POLY
-
sail
-
repository
-
-
Constructor Details
-
AbstractLuceneSailGeoSPARQLTest
public AbstractLuceneSailGeoSPARQLTest()
-
-
Method Details
-
configure
- Throws:
IOException
-
setUp
- Throws:
Exception
-
loadPoints
protected void loadPoints() -
loadPolygons
protected void loadPolygons() -
tearDown
- Throws:
IOException
RepositoryException
-
testTriplesStored
- Throws:
Exception
-
checkPoints
- Throws:
RepositoryException
-
checkPolygons
- Throws:
RepositoryException
-
testDistanceQuery
public void testDistanceQuery() throws RepositoryException, MalformedQueryException, QueryEvaluationException -
testComplexDistanceQuery
public void testComplexDistanceQuery() throws RepositoryException, MalformedQueryException, QueryEvaluationException -
testComplexDistanceQueryMathExpr
public void testComplexDistanceQueryMathExpr() throws RepositoryException, MalformedQueryException, QueryEvaluationException -
testIntersectionQuery
public void testIntersectionQuery() throws RepositoryException, MalformedQueryException, QueryEvaluationException -
testComplexIntersectionQuery
public void testComplexIntersectionQuery() throws RepositoryException, MalformedQueryException, QueryEvaluationException
-