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() |
initializeString getName()
ServiceFactorygetName in interface ServiceFactoryService create(DynObject parameters, ServiceManager serviceManager) throws ServiceException
ServiceFactoryService.create in interface ServiceFactoryparameters - for the ServiceserviceManager - to be used by the ServiceServiceServiceException - if the parameters are not valid or there is an error creating
the ServiceDynObject createParameters()
ServiceFactoryService created by this factory.createParameters in interface ServiceFactoryboolean isNearestQuerySupported()
boolean canUseToleranzeInNearestQuery()
boolean canLimitResults()
int getDataTypeSupported()
boolean isInMemory()
boolean allowNullData()