Uses of Class
org.gvsig.fmap.dal.exception.InitializeException

Packages that use InitializeException
org.gvsig.fmap.dal Provides DAL's top level abstraction API. 
org.gvsig.fmap.dal.raster Provides API for accessing and managing raster data. 
org.gvsig.fmap.dal.resource.exception Provides DAL's resource level exceptions. 
org.gvsig.fmap.dal.store.memory   
 

Uses of InitializeException in org.gvsig.fmap.dal
 

Methods in org.gvsig.fmap.dal that throw InitializeException
 DynObject DataManager.createCacheParameters(String name)
          Returns an instance of DataServerExplorerParameters corresponding to the given name used by the cache to create a store to save the retrieved data.
 Evaluator DataManager.createExpresion(String expression)
          Creates an instance of Evaluator that represents the given expression.
 FeatureAttributeGetter DataManager.createFeatureAttributeGetter(String name)
          Creates a FeatureAttributeGetter by name.
 FeatureStore DataManager.createMemoryStore(String autoOrderAttributeName)
          Utility method to create the a FeatureStore based on the MemoryStoreProvider.
 DataStoreParameters DataManager.createMemoryStoreParameters(String autoOrderAttributeName)
          Utility method to create the DataStoreParameters to create a FeatureStore based on the MemoryStoreProvider.
 NewDataStoreParameters DataManager.createNewStoreParameters(String explorer, String provider)
          Creates, initializes and returns an instance of NewDataStoreParameters given the name with which their provider is registered.
 DataStoreProvider DataStoreProviderFactory.createProvider(DataParameters parameters, org.gvsig.fmap.dal.spi.DataStoreProviderServices providerServices)
          Builds a specific provider
 DataServerExplorer DataManager.createServerExplorer(DataServerExplorerParameters parameters)
          Deprecated. see openServerExplorer
 DataServerExplorerParameters DataManager.createServerExplorerParameters(String name)
          Returns an instance of DataServerExplorerParameters corresponding to the given name.
 DataStore DataStoreFactory.createStore()
          Builds a specific kind of store
 DataStore DataManager.createStore(DataStoreParameters parameters)
          Deprecated. see openStore
 DataStoreParameters DataManager.createStoreParameters(String name)
          Creates, initializes and returns an instance of DataStoreParameters given the name with which their provider is registered.
 void DataManager.newStore(String explorer, String provider, NewDataStoreParameters parameters, boolean overwrite)
          Create a new physical store
 DataServerExplorer DataManager.openServerExplorer(String name, DataServerExplorerParameters parameters)
          Returns an instance of DataServerExplorer given its parameters.
 DataStore DataManager.openStore(String provider, DataStoreParameters parameters)
          Creates, initializes and returns an instance of DataStore given the DataStoreParameters.
 

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

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

Uses of InitializeException in org.gvsig.fmap.dal.resource.exception
 

Subclasses of InitializeException in org.gvsig.fmap.dal.resource.exception
 class ResourceNotRegisteredException
           
 

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

Constructors in org.gvsig.fmap.dal.store.memory that throw InitializeException
MemoryStoreProvider(MemoryStoreParameters memoryStoreParameters, org.gvsig.fmap.dal.spi.DataStoreProviderServices storeServices)
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.