Uses of Interface
org.gvsig.fmap.dal.feature.FeatureSet
Packages that use FeatureSet
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
Utilities to perform paged loading of Features from a FeatureSet
-
Uses of FeatureSet in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal with parameters of type FeatureSet -
Uses of FeatureSet in org.gvsig.fmap.dal.feature
Subinterfaces of FeatureSet in org.gvsig.fmap.dal.featureFields in org.gvsig.fmap.dal.feature declared as FeatureSetMethods in org.gvsig.fmap.dal.feature that return FeatureSetModifier and TypeMethodDescriptionDisposableFeatureSetIterable.getFeatureSet()FeatureCache.getFeatureSet(org.gvsig.fmap.geom.primitive.Envelope envelope, double scale) Return a feature set form a concrete envelope and a scale.FeatureIndexes.getFeatureSet(org.gvsig.tools.evaluator.Evaluator evaluator) Using the given evaluator attributes, choose and use an appropriate index to obtain a FeatureSet.FeatureStore.getFeatureSet()Returns all available features in the store.FeatureStore.getFeatureSet(String filter) Return a subset of features.FeatureStore.getFeatureSet(String filter, String sortBy) Return a subset of features.FeatureStore.getFeatureSet(String filter, String sortBy, boolean asc) Return a subset of features.FeatureStore.getFeatureSet(org.gvsig.expressionevaluator.Expression filter) Return a subset of features.FeatureStore.getFeatureSet(org.gvsig.expressionevaluator.Expression filter, String sortBy) Return a subset of features.FeatureStore.getFeatureSet(org.gvsig.expressionevaluator.Expression filter, String sortBy, boolean asc) Return a subset of features.FeatureStore.getFeatureSet(FeatureQuery featureQuery) Returns a subset of features taking into account the properties and restrictions of theFeatureQuery.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.Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureSetModifier and TypeMethodDescriptionvoidFeatureCache.addFeatures(FeatureSet featureSet, FeatureStore featureStore) Add a set of features contained in a envelope for a concrete scale.voidFeatureIndex.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 namebooleanFeatureSelection.deselect(FeatureSet features) Removes a DataSet of features from the selection.voidFeatureIndex.insert(FeatureSet data) Inserts a FeatureSet into this index FeatureType is not checked so it will accept any FeatureType as long as exists a column with a valid namevoidFeatureStore.insert(FeatureSet set) Inserts a set ofFeaturein the store.booleanFeatureLocks.lock(FeatureSet features) booleanFeatureSelection.select(FeatureSet features) Adds a DataSet of features to the selection.voidFeatureStore.setSelection(FeatureSet selection) Sets the selection to the passedFeatureSetbooleanFeatureLocks.unlock(FeatureSet features) -
Uses of FeatureSet in org.gvsig.fmap.dal.feature.paging
Methods in org.gvsig.fmap.dal.feature.paging that return FeatureSet