Uses of Interface
org.gvsig.fmap.dal.DataSet
Packages that use DataSet
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
Provides API for accessing and managing raster data.
-
Uses of DataSet in org.gvsig.fmap.dal
Subinterfaces of DataSet in org.gvsig.fmap.dalModifier and TypeInterfaceDescriptioninterfaceInterface to manage selection of objects from an undetermined set.Methods in org.gvsig.fmap.dal that return DataSetModifier and TypeMethodDescriptionDataStore.createSelection()Creates a new selection.DataStore.getDataSet()Returns all available data.DataStore.getDataSet(DataQuery dataQuery) Returns a subset of data taking into account the properties and restrictions of the DataQuery.DataStore.getSelection()Returns the selected set of dataMethods in org.gvsig.fmap.dal with parameters of type DataSetModifier and TypeMethodDescriptionvoidDataStore.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.featureModifier and TypeInterfaceDescriptioninterfaceInterface to manage selection of objects from an undetermined set.interfaceManages a selection of Features.interfaceA FeatureSet represents a set ofFeature(s).Methods in org.gvsig.fmap.dal.feature that return DataSet -
Uses of DataSet in org.gvsig.fmap.dal.raster
Subinterfaces of DataSet in org.gvsig.fmap.dal.rasterModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceAccess to raster data