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.
|
getDesiredBoundpublic BigdataNativeServiceOptions getServiceOptions()
ServiceFactorypublic BigdataServiceCall create(ServiceCallCreateParams createParams)
ServiceFactorycreateParams - The pararameters, which are encapsulated by this interface.public Set<IVariable<?>> getRequiredBound(ServiceNode serviceNode)
AbstractServiceFactoryBaseServiceFactory.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 ServiceFactorygetRequiredBound in class AbstractServiceFactoryBaseCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.