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

Packages that use DataStore
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 DataStore in org.gvsig.fmap.dal
 

Methods in org.gvsig.fmap.dal that return DataStore
 DataStore DataStoreFactory.createStore()
          Builds a specific kind of store
 DataStore DataManager.createStore(DataStoreParameters parameters)
          Deprecated. see openStore
 DataStore DataStoreNotification.getSource()
          Returns the DataStore that produced this notification
 DataStore DataManager.openStore(String provider, DataStoreParameters parameters)
          Creates, initializes and returns an instance of DataStore given the DataStoreParameters.
 

Methods in org.gvsig.fmap.dal with parameters of type DataStore
 boolean DataSet.isFromStore(DataStore store)
          Indicates whether this DataSet belongs to a specific store
 

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

Subinterfaces of DataStore in org.gvsig.fmap.dal.feature
 interface FeatureStore
           A FeatureStore is a type of store whose data consists on sets of Feature(s).
 

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

Subinterfaces of DataStore in org.gvsig.fmap.dal.raster
 interface CoverageStore
           
 

Methods in org.gvsig.fmap.dal.raster that return DataStore
 DataStore DefaultCoverageStoreFactory.createStore()
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.