public abstract class AbstractFeatureIndexProvider extends Object implements FeatureIndexProvider
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractFeatureIndexProvider.LongList |
Constructor and Description |
---|
AbstractFeatureIndexProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowNulls() |
FeatureIndexProviderServices |
getFeatureIndexProviderServices() |
void |
initialize()
Initializes this provider
|
void |
setFeatureIndexProviderServices(FeatureIndexProviderServices services)
Sets the IndexProviderServices that will provide application services to this index provider
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, delete, insert, isMatchSupported, isNearestSupported, isNearestToleranceSupported, isRangeSupported, match, nearest, nearest, range
public void initialize() throws InitializeException
FeatureIndexProvider
initialize
in interface FeatureIndexProvider
InitializeException
public void setFeatureIndexProviderServices(FeatureIndexProviderServices services)
FeatureIndexProvider
setFeatureIndexProviderServices
in interface FeatureIndexProvider
public FeatureIndexProviderServices getFeatureIndexProviderServices()
public boolean allowNulls()
allowNulls
in interface FeatureIndexProvider