Uses of Interface
org.gvsig.fmap.dal.feature.FeatureIndex
Packages that use FeatureIndex
Package
Description
Provides API for accessing and managing tabular (Feature based) data.
Provides DAL's feature level exceptions.
-
Uses of FeatureIndex in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that return FeatureIndexModifier and TypeMethodDescriptionFeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createIndex(String indexTypeName, FeatureType featureType, String attributeName, String indexName, org.gvsig.tools.observer.Observer observer) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureStore.createIndex(FeatureType featureType, String attributeName, String indexName, org.gvsig.tools.observer.Observer observer) Creates an index which will be applied to the features of the given type, by using the data of the given attribute.FeatureIndexes.getFeatureIndex(String name) Returns a FeatureIndex given the name with which it was created. -
Uses of FeatureIndex in org.gvsig.fmap.dal.feature.exception
Constructors in org.gvsig.fmap.dal.feature.exception with parameters of type FeatureIndexModifierConstructorDescriptionFeatureIndexOperationException(FeatureIndex index, String operation, Throwable source) Creates a newFeatureIndexOperationException.