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

mgIGetFeatureClassStyles.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 
IGetFeatureClassStyles

Function Documentation

NAMESPACE_OSGEO_COMMON::StringCollection* Execute  ) 
 

<summary> Executes the IGetFeatureClassStyles command and returns a StringCollection which contains all styles supported by specified feature class and all styles supported by its ancestors. WMS services support Style declarations inherited by child Layers. </summary> <returns> Returns a string collection of styles supportted by specific featureclass. </returns>

__property System::String* get_FeatureClassName  ) 
 

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


Variable Documentation

BEGIN_NAMESPACE_OSGEO_FDO_PROVIDERS_WMS public __gc __interface IGetFeatureClassStyles
 

<summary> This command gets the styles list supportted by specified FeatureClass from WMS service. /summary>

Definition at line 41 of file mgIGetFeatureClassStyles.h.


Comments?