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

Packages that use DataStoreParameters
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.store.memory   
 

Uses of DataStoreParameters in org.gvsig.fmap.dal
 

Subinterfaces of DataStoreParameters in org.gvsig.fmap.dal
 interface NewDataStoreParameters
          This class is used to distinguish a new instance of DataStoreParameters that still needs to be initialized (and therefore lacks of any valid parameter values), from a ready to use initialized instance.
 

Methods in org.gvsig.fmap.dal that return DataStoreParameters
 DataStoreParameters DataManager.createMemoryStoreParameters(String autoOrderAttributeName)
          Utility method to create the DataStoreParameters to create a FeatureStore based on the MemoryStoreProvider.
 DataStoreParameters DataManager.createStoreParameters(String name)
          Creates, initializes and returns an instance of DataStoreParameters given the name with which their provider is registered.
 DataStoreParameters DataStore.getParameters()
          Return the of parameters of this store
 

Methods in org.gvsig.fmap.dal with parameters of type DataStoreParameters
 DataStore DataManager.createStore(DataStoreParameters parameters)
          Deprecated. see openStore
 DataStore DataManager.openStore(String provider, DataStoreParameters parameters)
          Creates, initializes and returns an instance of DataStore given the DataStoreParameters.
 void DataServerExplorer.remove(DataStoreParameters parameters)
          Removes a store from the server given its DataStoreParameters.
 

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

Subinterfaces of DataStoreParameters in org.gvsig.fmap.dal.feature
 interface NewFeatureStoreParameters
           
 

Methods in org.gvsig.fmap.dal.feature that return DataStoreParameters
 DataStoreParameters FeatureStore.getParameters()
          Returns this store's parameters.
 

Uses of DataStoreParameters in org.gvsig.fmap.dal.store.memory
 

Classes in org.gvsig.fmap.dal.store.memory that implement DataStoreParameters
 class MemoryStoreParameters
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.