public abstract class AbstractSpatialIndexFactory
extends java.lang.Object
implements org.gvsig.fmap.geom.SpatialIndexFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.gvsig.tools.dynobject.DynStruct |
parametersDefinition |
| Constructor and Description |
|---|
AbstractSpatialIndexFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowNullData() |
boolean |
canLimitResults() |
boolean |
canUseToleranzeInNearestQuery() |
protected org.gvsig.tools.dynobject.DynStruct |
getBaseParametersDefinition() |
int |
getDataTypeSupported() |
void |
initialize() |
boolean |
isInMemory() |
boolean |
isNearestQuerySupported() |
protected org.gvsig.tools.dynobject.DynStruct parametersDefinition
public boolean allowNullData()
allowNullData in interface org.gvsig.fmap.geom.SpatialIndexFactorypublic boolean canLimitResults()
canLimitResults in interface org.gvsig.fmap.geom.SpatialIndexFactorypublic boolean canUseToleranzeInNearestQuery()
canUseToleranzeInNearestQuery in interface org.gvsig.fmap.geom.SpatialIndexFactoryprotected org.gvsig.tools.dynobject.DynStruct getBaseParametersDefinition()
public int getDataTypeSupported()
getDataTypeSupported in interface org.gvsig.fmap.geom.SpatialIndexFactorypublic void initialize()
initialize in interface org.gvsig.tools.service.spi.ServiceFactorypublic boolean isInMemory()
isInMemory in interface org.gvsig.fmap.geom.SpatialIndexFactorypublic boolean isNearestQuerySupported()
isNearestQuerySupported in interface org.gvsig.fmap.geom.SpatialIndexFactoryCopyright © 2015 gvSIG Association. All Rights Reserved.