Uses of Interface
org.gvsig.fmap.dal.feature.FeatureSet

Packages that use FeatureSet
org.gvsig.fmap.dal.feature Provides API for accessing and managing tabular (Feature based) data. 
org.gvsig.fmap.dal.feature.paging Utilities to perform paged loading of Features from a FeatureSet 
 

Uses of FeatureSet in org.gvsig.fmap.dal.feature
 

Subinterfaces of FeatureSet in org.gvsig.fmap.dal.feature
 interface FeatureSelection
          Manages a selection of Features.
 

Methods in org.gvsig.fmap.dal.feature that return FeatureSet
 FeatureSet FeatureStore.getFeatureSet()
          Returns all available features in the store.
 FeatureSet FeatureCache.getFeatureSet(org.gvsig.fmap.geom.primitive.Envelope envelope, double scale)
          Return a feature set form a concrete envelope and a scale.
 FeatureSet FeatureIndexes.getFeatureSet(Evaluator evaluator)
          Using the given evaluator attributes, choose and use an appropriate index to obtain a FeatureSet.
 FeatureSet FeatureStore.getFeatureSet(FeatureQuery featureQuery)
          Returns a subset of features taking into account the properties and restrictions of the FeatureQuery.
 FeatureSet FeatureIndex.getMatchFeatureSet(Object value)
          Returns a FeatureSet with the set of values that match the given value.
 FeatureSet FeatureIndex.getNearestFeatureSet(int count, Object value)
          Returns a FeatureSet with the set of up to count values that are nearest to the given value.
 FeatureSet FeatureIndex.getNearestFeatureSet(int count, Object value, Object tolerance)
          Returns a FeatureSet with the set of up to count values whose distance to the given value is not greater than tolerance
 FeatureSet FeatureIndex.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 FeatureSet
 void FeatureCache.addFeatures(FeatureSet featureSet, FeatureStore featureStore)
          Add a set of features contained in a envelope for a concrete scale.
 void FeatureIndex.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 name
 boolean FeatureSelection.deselect(FeatureSet features)
          Removes a DataSet of features from the selection.
 void FeatureIndex.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 name
 boolean FeatureLocks.lock(FeatureSet features)
           
 boolean FeatureSelection.select(FeatureSet features)
          Adds a DataSet of features to the selection.
 void FeatureStore.setSelection(FeatureSet selection)
          Sets the selection to the passed FeatureSet
 boolean FeatureLocks.unlock(FeatureSet features)
           
 

Uses of FeatureSet in org.gvsig.fmap.dal.feature.paging
 

Methods in org.gvsig.fmap.dal.feature.paging that return FeatureSet
 FeatureSet FeaturePagingHelper.getFeatureSet()
          Returns the FeatureSet used to fetch the data.
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.