public class GeoSpatialServiceFactory extends AbstractServiceFactoryBase
GeoSpatial.SEARCH
.Modifier and Type | Class and Description |
---|---|
static class |
GeoSpatialServiceFactory.AcceptAllSolutionsFilter
Dummy filter asserting that a point delivered by the advancer lies into
a given rectangle.
|
static class |
GeoSpatialServiceFactory.GeoSpatialDefaults
Default values for geospatial service, such as unit definitions.
|
static class |
GeoSpatialServiceFactory.GeoSpatialFilterBase |
static class |
GeoSpatialServiceFactory.GeoSpatialInCircleFilter
Filter asserting that a given point lies into a specified square, defined
by its lower and upper border, plus time frame.
|
static class |
GeoSpatialServiceFactory.GeoSpatialInputBindingsIterator
Iterates a geospatial search over a set of input bindings.
|
static class |
GeoSpatialServiceFactory.GeoSpatialServiceCallConfiguration
Wrapper class representing a geospatial service call configuration.
|
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEBUG |
protected static boolean |
INFO |
Constructor and Description |
---|
GeoSpatialServiceFactory() |
Modifier and Type | Method and Description |
---|---|
BigdataServiceCall |
create(ServiceCallCreateParams createParams)
Create a service invocation object.
|
Set<IVariable<?>> |
getRequiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getRequiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
BigdataNativeServiceOptions |
getServiceOptions()
Return options for the service end point.
|
getDesiredBound
public BigdataNativeServiceOptions getServiceOptions()
ServiceFactory
public BigdataServiceCall create(ServiceCallCreateParams createParams)
ServiceFactory
createParams
- The pararameters, which are encapsulated by this interface.public Set<IVariable<?>> getRequiredBound(ServiceNode serviceNode)
AbstractServiceFactoryBase
ServiceFactory.getRequiredBound(ServiceNode)
, allowing for
simple services where all variables used inside the service are
considered "outgoing". As a consequence, when building upon this
default implementation, the Service will be executed *before* the
variables used inside the Service body are bound.getRequiredBound
in interface ServiceFactory
getRequiredBound
in class AbstractServiceFactoryBase
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.