.NET API Reference | OSGeo FDO Provider for WMS |
#include <mgOvLayerDefinition.h>
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) |
|
<summary>Constructs a new empty layer definition.</summary>
|
|
<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> |
|
<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> |
Comments? |