public class SpatialIndexFactoryJSIRTree extends AbstractSpatialIndexFactory implements SpatialIndexFactory
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
parametersDefinition
Constructor and Description |
---|
SpatialIndexFactoryJSIRTree() |
Modifier and Type | Method and Description |
---|---|
boolean |
canLimitResults() |
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.
|
void |
initialize()
Initializes the factory.
|
boolean |
isNearestQuerySupported() |
allowNullData, canUseToleranzeInNearestQuery, getBaseParametersDefinition, isInMemory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowNullData, canUseToleranzeInNearestQuery, isInMemory
public static final String NAME
public String getName()
ServiceFactory
getName
in interface SpatialIndexFactory
getName
in interface ServiceFactory
public boolean isNearestQuerySupported()
isNearestQuerySupported
in interface SpatialIndexFactory
isNearestQuerySupported
in class AbstractSpatialIndexFactory
public boolean canLimitResults()
canLimitResults
in interface SpatialIndexFactory
canLimitResults
in class AbstractSpatialIndexFactory
public int getDataTypeSupported()
getDataTypeSupported
in interface SpatialIndexFactory
getDataTypeSupported
in class AbstractSpatialIndexFactory
public Service create(DynObject parameters, ServiceManager serviceManager) throws ServiceException
ServiceFactory
Service
.create
in interface SpatialIndexFactory
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
public DynObject createParameters()
ServiceFactory
Service
created by this factory.createParameters
in interface SpatialIndexFactory
createParameters
in interface ServiceFactory
public void initialize()
ServiceFactory
initialize
in interface ServiceFactory
initialize
in class AbstractSpatialIndexFactory