public class GeoBoxService extends GeoService
| Modifier and Type | Field and Description |
|---|---|
static org.openrdf.model.URI |
EAST_PARAM
wikibase:cornerEast parameter name.
|
static org.openrdf.model.URI |
NE_PARAM
wikibase:cornerNorthEast parameter name.
|
static org.openrdf.model.URI |
SERVICE_KEY
The URI service key.
|
static org.openrdf.model.URI |
SW_PARAM
wikibase:cornerSouthWest parameter name.
|
static String |
VAR_ANNOTATION
Annotation for node.
|
static org.openrdf.model.URI |
WEST_PARAM
wikibase:cornerWest parameter name.
|
static org.openrdf.model.URI |
WKT_TYPE_URI
WKT type URI.
|
static org.openrdf.model.URI |
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.URI NE_PARAM
public static final org.openrdf.model.URI SW_PARAM
public static final org.openrdf.model.URI EAST_PARAM
public static final org.openrdf.model.URI WEST_PARAM
public static final String VAR_ANNOTATION
public static final org.openrdf.model.URI WRAP_PARAM
public static final org.openrdf.model.URI WKT_TYPE_URI
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 © 2017. All rights reserved.