public class GeoBoxService extends GeoService
| Modifier and Type | Field and Description |
|---|---|
static org.openrdf.model.impl.URIImpl |
EAST_PARAM
wikibase:cornerEast parameter name.
|
static org.openrdf.model.impl.URIImpl |
NE_PARAM
wikibase:cornerNorthEast parameter name.
|
static org.openrdf.model.URI |
SERVICE_KEY
The URI service key.
|
static org.openrdf.model.impl.URIImpl |
SW_PARAM
wikibase:cornerSouthWest parameter name.
|
static String |
VAR_ANNOTATION
Annotation for node.
|
static org.openrdf.model.impl.URIImpl |
WEST_PARAM
wikibase:cornerWest parameter name.
|
static org.openrdf.model.impl.URIImpl |
WRAP_PARAM
Service param to specify we need coordinate wrapping.
|
GLOBE_PARAM| Constructor and Description |
|---|
GeoBoxService() |
| Modifier and Type | Method and Description |
|---|---|
protected com.bigdata.rdf.sparql.ast.JoinGroupNode |
buildServiceNode(com.bigdata.rdf.sparql.ast.service.ServiceCallCreateParams params,
com.bigdata.rdf.sparql.ast.eval.ServiceParams serviceParams)
Create service parameters for delegate service call.
|
com.bigdata.rdf.sparql.ast.service.BigdataServiceCall |
create(com.bigdata.rdf.sparql.ast.service.ServiceCallCreateParams params,
com.bigdata.rdf.sparql.ast.eval.ServiceParams serviceParams) |
getGlobeNode, getParam, getPatternNode, getRequiredBound, getServiceOptions, getStatementPatterns, registerpublic static final org.openrdf.model.URI SERVICE_KEY
public static final org.openrdf.model.impl.URIImpl NE_PARAM
public static final org.openrdf.model.impl.URIImpl SW_PARAM
public static final org.openrdf.model.impl.URIImpl EAST_PARAM
public static final org.openrdf.model.impl.URIImpl WEST_PARAM
public static final String VAR_ANNOTATION
public static final org.openrdf.model.impl.URIImpl WRAP_PARAM
protected com.bigdata.rdf.sparql.ast.JoinGroupNode buildServiceNode(com.bigdata.rdf.sparql.ast.service.ServiceCallCreateParams params,
com.bigdata.rdf.sparql.ast.eval.ServiceParams serviceParams)
GeoServicebuildServiceNode in class GeoServicepublic com.bigdata.rdf.sparql.ast.service.BigdataServiceCall create(com.bigdata.rdf.sparql.ast.service.ServiceCallCreateParams params,
com.bigdata.rdf.sparql.ast.eval.ServiceParams serviceParams)
create in class GeoServiceCopyright © 2016. All rights reserved.