FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Commands::DataStore::OSGeo::FDO::Commands::DataStore Namespace Reference


Classes

interface  OSGeo::FDO::Commands::DataStore::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...
interface  OSGeo::FDO::Commands::DataStore::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...
interface  OSGeo::FDO::Commands::DataStore::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...
interface  OSGeo::FDO::Commands::DataStore::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...
interface  OSGeo::FDO::Commands::DataStore::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...

Comments or suggestions? Send us feedback.