public abstract class AbstractSpatialIndexFactory extends java.lang.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, wait
create, createParameters, getName
protected DynStruct parametersDefinition
protected DynStruct getBaseParametersDefinition()
public void initialize()
ServiceFactory
initialize
in interface ServiceFactory
public boolean isNearestQuerySupported()
isNearestQuerySupported
in interface SpatialIndexFactory
public boolean canUseToleranzeInNearestQuery()
canUseToleranzeInNearestQuery
in interface SpatialIndexFactory
public boolean canLimitResults()
canLimitResults
in interface SpatialIndexFactory
public int getDataTypeSupported()
getDataTypeSupported
in interface SpatialIndexFactory
public boolean isInMemory()
isInMemory
in interface SpatialIndexFactory
public boolean allowNullData()
allowNullData
in interface SpatialIndexFactory