public class GeoRelationQuerySpec extends AbstractSearchQueryEvaluator
Constructor and Description |
---|
GeoRelationQuerySpec() |
Modifier and Type | Method and Description |
---|---|
Var |
getContextVar() |
Filter |
getFilter() |
String |
getFunctionValueVar() |
IRI |
getGeoProperty() |
String |
getGeoVar() |
QueryModelNode |
getParentQueryModelNode() |
Literal |
getQueryGeometry() |
String |
getRelation() |
String |
getSubjectVar() |
QueryModelNode |
removeQueryPatterns()
Removes the query patterns and returns a placeholder where the query results could be placed.
|
void |
setFilter(Filter f) |
void |
setFunctionParent(QueryModelNode functionParent) |
void |
setFunctionValueVar(String varName) |
void |
setGeometryPattern(StatementPattern sp) |
void |
setQueryGeometry(Literal shape) |
void |
setRelation(String relation) |
replaceQueryPatternsWithResults
public void setRelation(String relation)
public String getRelation()
public void setFunctionParent(QueryModelNode functionParent)
public void setQueryGeometry(Literal shape)
public Literal getQueryGeometry()
public void setFunctionValueVar(String varName)
public String getFunctionValueVar()
public void setGeometryPattern(StatementPattern sp)
public String getSubjectVar()
public Var getContextVar()
public IRI getGeoProperty()
public String getGeoVar()
public void setFilter(Filter f)
public Filter getFilter()
public QueryModelNode getParentQueryModelNode()
public QueryModelNode removeQueryPatterns()
SearchQueryEvaluator
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.