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

OvLayerDefinition Class Reference

#include <mgOvLayerDefinition.h>

List of all members.


Detailed Description

<summary> The FdoWmsOvLayerDefinition class defines a WMS style that will be used to stylize a WMS layer. </summary>

Definition at line 30 of file mgOvLayerDefinition.h.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvStyleDefinition * get_Style ()
 OvLayerDefinition ()
 <summary>Constructs a new empty layer definition.</summary>
__property System::Void set_Style (NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvStyleDefinition *style)

Constructor & Destructor Documentation

OvLayerDefinition::OvLayerDefinition  ) 
 

<summary>Constructs a new empty layer definition.</summary>


Member Function Documentation

__property NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvStyleDefinition* OvLayerDefinition::get_Style  ) 
 

<summary>Gets the WMS style that will be used to render a WMS layer in a composit WMS image.</summary> <returns>Returns the style definition.</returns> <remarks>If the server advertises several styles for a layer, and the style definition is either set to the default style or not specified at all, the choice of which style to use as default is at the discretion of the server.</remarks>

__property System::Void OvLayerDefinition::set_Style NAMESPACE_OSGEO_FDO_PROVIDERS_WMS_OVERRIDE::OvStyleDefinition *  style  ) 
 

<summary>Sets the WMS style that will be used to render a WMS layer in a composit WMS image.</summary> <returns>Returns nothing.</returns> <remarks>If the server advertises several styles for a layer, and the style definition is either set to the default style or not specified at all, the choice of which style to use as default is at the discretion of the server.</remarks>


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