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

Packages that use DataServerExplorer
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. 
 

Uses of DataServerExplorer in org.gvsig.fmap.dal
 

Methods in org.gvsig.fmap.dal that return DataServerExplorer
 DataServerExplorer DataManager.createServerExplorer(DataServerExplorerParameters parameters)
          Deprecated. see openServerExplorer
 DataServerExplorer DataStore.getExplorer()
          Returns the DataServerExplorer to which this DataStore belongs, if there is any.
 DataServerExplorer DataManager.openServerExplorer(String name, DataServerExplorerParameters parameters)
          Returns an instance of DataServerExplorer given its parameters.
 

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

Methods in org.gvsig.fmap.dal.feature with parameters of type DataServerExplorer
 void FeatureStore.export(DataServerExplorer explorer, String provider, NewFeatureStoreParameters params)
          Exports this store to another store.
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.