Class AbstractLuceneSailGeoSPARQLTest
java.lang.Object
org.eclipse.testsuite.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Literal
static final IRI
static final IRI
static final IRI
static final Literal
static final Literal
static final Literal
static final Literal
protected Repository
protected LuceneSail
static final IRI
static final IRI
static final IRI
static final IRI
static final IRI
static final Literal
static final Literal
-
Constructor Summary
-
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
-
setUp
public void setUp() -
loadPoints
protected void loadPoints() -
loadPolygons
protected void loadPolygons() -
tearDown
- Throws:
IOException
RepositoryException
-
testTriplesStored
public void testTriplesStored() -
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
-