FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::DataStore


Classes

interface  OSGeo::FDO::Commands::DataStore::ICreateDataStore
 The ICreateDataStore interface defines the create datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant. More...
class  OSGeo::FDO::Commands::DataStore::ICreateDataStoreImp
 The ICreateDataStoreImp class is a concrete implementation of interface ICreateDataStore. ICreateDataStore defines the create datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant. More...
interface  OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionary
 The IDataStorePropertyDictionary exposes a dictionary style interface to the datastore properties. The properties required to create or destroy a datastore can be determined and their values can be set through this interface. More...
class  OSGeo::FDO::Commands::DataStore::IDataStorePropertyDictionaryImp
 The IDataStorePropertyDictionaryImp class represents a concret implementation of interface IDataStorePropertyDictionary. IDataStorePropertyDictionary exposes a dictionary style interface to the datastore properties. The properties required to create or destroy a datastore can be determined and their values can be set through this interface. More...
interface  OSGeo::FDO::Commands::DataStore::IDataStoreReader
 The IDataStoreReader interface provides a forward-only, read-only iterator for reading feature data. A reference to an IDataStoreReader is returned from the IListDataStores command. Because the initial position of the IDataStoreReader is prior to the first item, you must call ReadNext to begin accessing any data. More...
class  OSGeo::FDO::Commands::DataStore::IDataStoreReaderImp
 The IDataStoreReaderImp class is a concrete implementation class of the IDataStoreReader interface. IDataStoreReader provides a forward-only, read-only iterator for reading feature data. A reference to an IDataStoreReader is returned from the IListDataStores command. Because the initial position of the IDataStoreReader is prior to the first item, you must call ReadNext to begin accessing any data. More...
interface  OSGeo::FDO::Commands::DataStore::IDestroyDataStore
 The IDestroyDataStore interface defines the destroy datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant. More...
class  OSGeo::FDO::Commands::DataStore::IDestroyDataStoreImp
 () The IDestroyDataStoreImp class is a concrete implementation of interface IDestroyDataStore. The IDestroyDataStore class defines the destroy datastore command, which can be used to create new provider specific datastores. The input is provided through a dictionary of name value pairs that is provider dependant. More...
interface  OSGeo::FDO::Commands::DataStore::IListDataStores
 The IListDataStores interface defines the list datastores command, which provides a way to get a list of datastores at a particular server. More...
class  OSGeo::FDO::Commands::DataStore::IListDataStoresImp
 () The IListDataStoresImp class is a concrete implementation of interface IListDataStores. The IListDataStores interface defines the list datastores command, which provides a way to get a list of datastores at a particular server. More...

Comments or suggestions? Send us feedback.