Uses of Interface
org.gvsig.fmap.dal.DataQuery
Packages that use DataQuery
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 DataQuery in org.gvsig.fmap.dal
Methods in org.gvsig.fmap.dal that return DataQueryMethods in org.gvsig.fmap.dal with parameters of type DataQueryModifier and TypeMethodDescriptionvoidProvides each value of this Store to the providedVisitor.DataStore.getDataSet(DataQuery dataQuery) Returns a subset of data taking into account the properties and restrictions of the DataQuery.voidDataStore.getDataSet(DataQuery dataQuery, org.gvsig.tools.observer.Observer observer) Loads a subset of data taking into account the properties and restrictions of the DataQuery. -
Uses of DataQuery in org.gvsig.fmap.dal.feature
Subinterfaces of DataQuery in org.gvsig.fmap.dal.featureModifier and TypeInterfaceDescriptioninterfaceDefines the properties of a collection of Features, as a result of a query through a FeatureStore. -
Uses of DataQuery in org.gvsig.fmap.dal.raster
Subinterfaces of DataQuery in org.gvsig.fmap.dal.raster