.NET API Reference OSGeo FDO Provider for WMS
Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

GetFeatureClassCRSNamesCommand Class Reference

#include <mgIGetFeatureClassCRSNamesImp.h>

List of all members.


Detailed Description

<summary> This command gets the list of CRS names supported by specified FeatureClass returned from the WMS service. /summary>

Definition at line 29 of file mgIGetFeatureClassCRSNamesImp.h.


Public Member Functions

NAMESPACE_OSGEO_COMMON::StringCollection * Execute ()
System::String * get_FeatureClassName ()
 GetFeatureClassCRSNamesCommand (NAMESPACE_OSGEO_FDO_COMMANDS::ICommand *command, System::Boolean autoDelete)
System::Void set_FeatureClassName (System::String *value)

Constructor & Destructor Documentation

GetFeatureClassCRSNamesCommand::GetFeatureClassCRSNamesCommand NAMESPACE_OSGEO_FDO_COMMANDS::ICommand *  command,
System::Boolean  autoDelete
 

<summary> Constructs a WMS GetFeatureClassCRSNames command using the result returned from IConnection::CreateCommand(). This constructor is provided in order that clients are provided a mechanism to downcast from the FDO ICommand interface to an FDO Provider specific interface that derives from ICommand. This constructor is the only mechanism provided by the FDO Managed API that will allow the client to correctly construct a provider specific ICommand instance. </summary>


Member Function Documentation

NAMESPACE_OSGEO_COMMON::StringCollection* GetFeatureClassCRSNamesCommand::Execute  ) 
 

<summary> Executes the command. An exception is thrown if the feature class is NULL. </summary> <returns> Returns a list of CRS names supportted by specific featureclass. </returns>

System::String* GetFeatureClassCRSNamesCommand::get_FeatureClassName  ) 
 

<summary> Gets the name of the FeatureClass to get all supported CRS names. </summary> <returns> Returns the FeatureClass name. </returns>

System::Void GetFeatureClassCRSNamesCommand::set_FeatureClassName System::String *  value  ) 
 

<summary> Sets the name of the FeatureClass to get all supported CRS names. This function is mandatory; if not specified, execution of the command will throw exception. </summary> <param name="name"> Input the FeatureClass name. </param> <returns> Returns nothing. </returns>


The documentation for this class was generated from the following file:
Comments?