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

mgIGetFeatureClassCRSNames.h File Reference

Go to the source code of this file.


Functions

NAMESPACE_OSGEO_COMMON::StringCollection * Execute ()
__property System::String * get_FeatureClassName ()

Variables

BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_WMS
public __gc __interface 
IGetFeatureClassCRSNames

Function Documentation

NAMESPACE_OSGEO_COMMON::StringCollection* 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 specifc feature class. </returns>

__property System::String* get_FeatureClassName  ) 
 

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


Variable Documentation

BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_WMS public __gc __interface IGetFeatureClassCRSNames
 

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

Definition at line 41 of file mgIGetFeatureClassCRSNames.h.


Comments?