Class AbstractFeatureIndexProvider
java.lang.Object
org.gvsig.fmap.dal.feature.spi.index.AbstractFeatureIndexProvider
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataFactoryUnit,FeatureIndexProvider
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidInitializes this providervoidSets the IndexProviderServices that will provide application services to this index providerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.feature.spi.index.FeatureIndexProvider
clear, delete, insert, isMatchSupported, isNearestSupported, isNearestToleranceSupported, isRangeSupported, match, nearest, nearest, range
-
Constructor Details
-
AbstractFeatureIndexProvider
public AbstractFeatureIndexProvider()
-
-
Method Details
-
initialize
public void initialize() throws org.gvsig.fmap.dal.exception.InitializeExceptionDescription copied from interface:FeatureIndexProviderInitializes this provider- Specified by:
initializein interfaceFeatureIndexProvider- Throws:
org.gvsig.fmap.dal.exception.InitializeException
-
setFeatureIndexProviderServices
Description copied from interface:FeatureIndexProviderSets the IndexProviderServices that will provide application services to this index provider- Specified by:
setFeatureIndexProviderServicesin interfaceFeatureIndexProvider
-
getFeatureIndexProviderServices
-
allowNulls
public boolean allowNulls()- Specified by:
allowNullsin interfaceFeatureIndexProvider
-