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, waitclear, delete, insert, isMatchSupported, isNearestSupported, isNearestToleranceSupported, isRangeSupported, match, nearest, nearest, rangepublic void initialize()
throws InitializeException
FeatureIndexProviderinitialize in interface FeatureIndexProviderInitializeExceptionpublic void setFeatureIndexProviderServices(FeatureIndexProviderServices services)
FeatureIndexProvidersetFeatureIndexProviderServices in interface FeatureIndexProviderpublic FeatureIndexProviderServices getFeatureIndexProviderServices()
public boolean allowNulls()
allowNulls in interface FeatureIndexProvider