public interface SpatialIndexFactory extends ServiceFactory
Modifier and Type | Method and Description |
---|---|
boolean |
allowNullData() |
boolean |
canLimitResults() |
boolean |
canUseToleranzeInNearestQuery() |
Service |
create(DynObject parameters,
ServiceManager serviceManager)
Creates a new
Service . |
DynObject |
createParameters()
Creates the parameters for the
Service created by this factory. |
int |
getDataTypeSupported() |
String |
getName()
Returns the name of the services created by this factory.
|
boolean |
isInMemory() |
boolean |
isNearestQuerySupported() |
initialize
String getName()
ServiceFactory
getName
in interface ServiceFactory
Service create(DynObject parameters, ServiceManager serviceManager) throws ServiceException
ServiceFactory
Service
.create
in interface ServiceFactory
parameters
- for the Service
serviceManager
- to be used by the Service
Service
ServiceException
- if the parameters are not valid or there is an error creating
the Service
DynObject createParameters()
ServiceFactory
Service
created by this factory.createParameters
in interface ServiceFactory
boolean isNearestQuerySupported()
boolean canUseToleranzeInNearestQuery()
boolean canLimitResults()
int getDataTypeSupported()
boolean isInMemory()
boolean allowNullData()