Uses of Interface
org.gvsig.fmap.dal.DataSet

Packages that use DataSet
org.gvsig.fmap.dal Provides DAL's top level abstraction API. 
org.gvsig.fmap.dal.feature Provides API for accessing and managing tabular (Feature based) data. 
org.gvsig.fmap.dal.raster Provides API for accessing and managing raster data. 
 

Uses of DataSet in org.gvsig.fmap.dal
 

Subinterfaces of DataSet in org.gvsig.fmap.dal
 interface DataSelection
          Interface to manage selection of objects from an undetermined set.
 

Methods in org.gvsig.fmap.dal that return DataSet
 DataSet DataStore.createSelection()
          Creates a new selection.
 DataSet DataStore.getDataSet()
          Returns all available data.
 DataSet DataStore.getDataSet(DataQuery dataQuery)
          Returns a subset of data taking into account the properties and restrictions of the DataQuery.
 DataSet DataStore.getSelection()
          Returns the selected set of data
 

Methods in org.gvsig.fmap.dal with parameters of type DataSet
 void DataStore.setSelection(DataSet selection)
          Sets the current data selection with the given data set.
 

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

Subinterfaces of DataSet in org.gvsig.fmap.dal.feature
 interface FeatureReferenceSelection
          Interface to manage selection of objects from an undetermined set.
 interface FeatureSelection
          Manages a selection of Features.
 interface FeatureSet
          A FeatureSet represents a set of Feature(s).
 

Methods in org.gvsig.fmap.dal.feature that return DataSet
 DataSet FeatureStoreNotification.getCollectionResult()
           
 

Uses of DataSet in org.gvsig.fmap.dal.raster
 

Subinterfaces of DataSet in org.gvsig.fmap.dal.raster
 interface CoverageSelection
           
 interface CoverageSet
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.