Uses of Class
org.gvsig.fmap.dal.feature.exception.FeatureIndexException
Packages that use FeatureIndexException
Package
Description
Provides API for accessing and managing tabular (Feature based) data.
Provides DAL's feature level exceptions.
-
Uses of FeatureIndexException in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature that throw FeatureIndexExceptionModifier and TypeMethodDescriptionvoidFeatureIndex.delete(FeatureSet data) Deletes a FeatureSet from this index FeatureType is not checked so it will accept any FeatureType as long as exists a column with a valid nameFeatureIndexes.getFeatureSet(org.gvsig.tools.evaluator.Evaluator evaluator) Using the given evaluator attributes, choose and use an appropriate index to obtain a FeatureSet.FeatureIndex.getMatchFeatureSet(Object value) Returns a FeatureSet with the set of values that match the given value.FeatureIndex.getNearestFeatureSet(int count, Object value) Returns a FeatureSet with the set of up tocountvalues that are nearest to the given value.FeatureIndex.getNearestFeatureSet(int count, Object value, Object tolerance) Returns a FeatureSet with the set of up tocountvalues whose distance to the given value is not greater thantoleranceFeatureIndex.getRangeFeatureSet(Object value1, Object value2) Returns a FeatureSet with the set of values that belong to the range defined by value1 and value2. -
Uses of FeatureIndexException in org.gvsig.fmap.dal.feature.exception
Subclasses of FeatureIndexException in org.gvsig.fmap.dal.feature.exceptionModifier and TypeClassDescriptionclassException thrown when aFeatureIndexoperation has failed.classException thrown when aFeatureIndexis used but its state is not valid.