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

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

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

[legend]
List of all members.

Detailed Description

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


Public Member Functions

System::Void Execute ()
 Executes the ActivateSpatialContext command. An exception is thrown if the spatial context does not exist.
__property System::String * get_Name ()
 Gets the name of the context to activate as a string.
__property System::Void set_Name (System::String *value)
 Sets the name of the context to activate as a string.

Member Function Documentation

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

Executes the ActivateSpatialContext command. An exception is thrown if the spatial context does not exist.

Returns:
Returns nothing

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

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

Returns:
Returns the name of the spatial context

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

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

Parameters:
value Input the name of the spatial context
Returns:
Returns nothing

Comments or suggestions? Send us feedback.