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::SpatialContext::OSGeo::FDO::Commands::SpatialContext Namespace Reference


Classes

interface  OSGeo::FDO::Commands::SpatialContext::OSGeo::FDO::Commands::SpatialContext::IActivateSpatialContext
 The IActivateSpatialContext interface defines the ActivateSpatialContext command, which activates a specified spatial context. Input to the command is the name of the context to activate. More...
interface  OSGeo::FDO::Commands::SpatialContext::OSGeo::FDO::Commands::SpatialContext::ICreateSpatialContext
 The ICreateSpatialContext interface defines the CreateSpatialContext command, which creates a new spatial context. Input to the command includes the name, description, coordinate system, extent type, and extent for the new context. Command execution will fail if the context already exists, or if the coordinate system or extent type is not supported by the provider.

Note: The geographic extent of a coordinate system should generally be defined as an envelope (or bounding box). However, any geometry type that falls into the surface geometric types can be used (e.g., polygons). If a non-rectangular area is passed in and the provider supports only a rectangular extent, the provider will compute the minimum box that encloses the given geometry and use that for the extent value. More...

interface  OSGeo::FDO::Commands::SpatialContext::OSGeo::FDO::Commands::SpatialContext::IDestroySpatialContext
 The IDestroySpatialContext interface defines the DestroySpatialContext command, which destroys an existing spatial context. Input to the command is the name of the context to destroy. Destroying a spatial context destroys all data stored in that context. More...
interface  OSGeo::FDO::Commands::SpatialContext::OSGeo::FDO::Commands::SpatialContext::IGetSpatialContexts
 IGetSpatialContexts interface defines the GetSpatialContexts command, which enumerates the existing spatial contexts. More...
interface  OSGeo::FDO::Commands::SpatialContext::OSGeo::FDO::Commands::SpatialContext::ISpatialContextReader
 ISpatialContextReader interface provides forward-only, read-only functionality for enumerating spatial contexts. A reference to an ISpatialContextReader is returned from the GetSpatialContexts command. The initial position of the ISpatialContextReader interface is prior to the first item. Thus, you must call ReadNext to begin accessing any data. More...

Comments or suggestions? Send us feedback.