IWMSLayerStyleDescription Interface
Provides access to members give access to WMSLayerStyleDescription information.
Members
Name | Description | |
---|---|---|
![]() |
Abstract | Abstract of the WMS Style. |
![]() |
Height | Height of the symbol. |
![]() |
ImageFormat | Supported image format at the given index. |
![]() |
ImageFormatCount | Supported image format count. |
![]() |
Name | Name of the WMS Style. |
![]() |
Title | Title of the WMS Style. |
![]() |
URL | URL of the symbol image. |
![]() |
Width | Width of the symbol. |
IWMSLayerStyleDescription.Abstract Property
Abstract of the WMS Style.
Public Sub Abstract ( _
ByRef Abstract As String _
)
public void Abstract (
ref string Abstract
);
Remarks
The abstract is a narrative description of the layer style.
IWMSLayerStyleDescription.Height Property
Height of the symbol.
Public ReadOnly Property Height As Double
public double Height {get;}
IWMSLayerStyleDescription.ImageFormat Property
Supported image format at the given index.
Public Function get_ImageFormat ( _
ByVal index As Integer _
) As String
public string get_ImageFormat (
int index
);
IWMSLayerStyleDescription.ImageFormatCount Property
Supported image format count.
Public ReadOnly Property ImageFormatCount As Integer
public int ImageFormatCount {get;}
IWMSLayerStyleDescription.Name Property
Name of the WMS Style.
Public Sub Name ( _
ByRef Name As String _
)
public void Name (
ref string Name
);
Remarks
Name is text used to identify a WMS layer style for machine-to-machine communication.
IWMSLayerStyleDescription.Title Property
Title of the WMS Style.
Public Sub Title ( _
ByRef Title As String _
)
public void Title (
ref string Title
);
Remarks
Title is the user-friendly text used to identify a style.
IWMSLayerStyleDescription.URL Property
URL of the symbol image.
Public ReadOnly Property URL As String
public string URL {get;}
IWMSLayerStyleDescription.Width Property
Width of the symbol.
Public ReadOnly Property Width As Double
public double Width {get;}
Classes that implement IWMSLayerStyleDescription
Classes | Description |
---|