public abstract class AbstractSpatialIndexFactory extends Object implements SpatialIndexFactory
| Modifier and Type | Field and Description |
|---|---|
protected DynStruct |
parametersDefinition |
| Constructor and Description |
|---|
AbstractSpatialIndexFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowNullData() |
boolean |
canLimitResults() |
boolean |
canUseToleranzeInNearestQuery() |
protected DynStruct |
getBaseParametersDefinition() |
int |
getDataTypeSupported() |
void |
initialize()
Initializes the factory.
|
boolean |
isInMemory() |
boolean |
isNearestQuerySupported() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createParameters, getNameprotected DynStruct parametersDefinition
protected DynStruct getBaseParametersDefinition()
public void initialize()
ServiceFactoryinitialize in interface ServiceFactorypublic boolean isNearestQuerySupported()
isNearestQuerySupported in interface SpatialIndexFactorypublic boolean canUseToleranzeInNearestQuery()
canUseToleranzeInNearestQuery in interface SpatialIndexFactorypublic boolean canLimitResults()
canLimitResults in interface SpatialIndexFactorypublic int getDataTypeSupported()
getDataTypeSupported in interface SpatialIndexFactorypublic boolean isInMemory()
isInMemory in interface SpatialIndexFactorypublic boolean allowNullData()
allowNullData in interface SpatialIndexFactory