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::IDestroySpatialContextImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::SpatialContext::OSGeo::FDO::Commands::SpatialContext::IDestroySpatialContext.

Inheritance diagram for OSGeo::FDO::Commands::SpatialContext::IDestroySpatialContextImp:

[legend]
List of all members.

Detailed Description

The IDestroySpatialContextImp class is a concrete implementation of 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.


Public Member Functions

System::Void Execute ()
 Executes the DestroySpatialContext command, removing all data stored in that context. An exception is thrown if the spatial context does not exist.
__property System::String * get_Name ()
 Gets the name of the context to destroy as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the context to destroy as a string.

Member Function Documentation

System::Void OSGeo::FDO::Commands::SpatialContext::IDestroySpatialContextImp::Execute  ) 
 

Executes the DestroySpatialContext command, removing all data stored in that context. An exception is thrown if the spatial context does not exist.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::SpatialContext::IDestroySpatialContextImp::get_Name  ) 
 

Gets the name of the context to destroy as a string.

Returns:
Returns the name of the spatial context to be deleted

__property System::Void OSGeo::FDO::Commands::SpatialContext::IDestroySpatialContextImp::set_Name System::String *  value  ) 
 

Sets the name of the context to destroy as a string.

Parameters:
value Input the name of the spatial context to be deleted
Returns:
Returns nothing

Comments or suggestions? Send us feedback.