IWMSLayerDescription2 Interface
Provides access to members give access to WMSLayerDescription information.
Members
Name | Description | |
---|---|---|
![]() |
Abstract | Abstract of the WMS layer. |
![]() |
BoundingBox | Minimum bounding extents of the layer data along with the applicable SRS. |
![]() |
BoundingBoxCount | Number of bounding extents of the layer. |
![]() |
Dimension | Dimension of the layer at the given index. |
![]() |
DimensionCount | Number of dimension in the layer. |
![]() |
ExceptionFormat | Supported exception at the given index. |
![]() |
ExceptionFormatCount | Supported exception format count. |
![]() |
FeatureInfoFormat | Supported FeatureInfoFormat at the given index. |
![]() |
FeatureInfoFormatCount | Supported FeatureInfoFormat count. |
![]() |
FixedHeight | Fixed height at which server is able to display the layer. If this is zero, server can display the layer at any resolution. |
![]() |
FixedWidth | Fixed width at which server is able to display the layer. If this is zero, server can display the layer at any resolution. |
![]() |
ImageFormat | Supported GetMap's ImageFormat at the given index. |
![]() |
ImageFormatCount | Supported GetMap's ImageFormat count. |
![]() |
IsCascaded | Indicates the number of times the layer has been reserved. |
![]() |
IsOpaque | Indicates whether the layer is opaque or transparent in terms of the area that gets drawn. |
![]() |
IsQueryable | Indicates whether the layer is queryable. |
![]() |
IsSubsettable | Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box. |
![]() |
LatLongBoundingBox | Minimum bounding extent of the layer data in EPSG:4326. |
![]() |
LayerDescription | WMSLayerDescription at a given index. |
![]() |
LayerDescriptionCount | Number of WMSLayerDescriptions. |
![]() |
Name | Name of WMS layer. |
![]() |
ScaleHintMax | Suggested maximum scale of the WMS layer. |
![]() |
ScaleHintMin | Suggested minimimum scale for the WMS layer. |
![]() |
SRS | Supproted SRS at the given index. |
![]() |
SRSCount | Supported SRS count. |
![]() |
StyleDescription | Style of the layer at the given index. |
![]() |
StyleDescriptionCount | Number of styles in the layer. |
![]() |
Title | Title of WMS layer. |
![]() |
WMSVersion | WMS Version. |
IWMSLayerDescription2.Abstract Property
Abstract of the WMS layer.
Public ReadOnly Property Abstract As String
public string Abstract {get;}
IWMSLayerDescription2.BoundingBox Property
Minimum bounding extents of the layer data along with the applicable SRS.
Public Sub BoundingBox ( _
ByVal index As Integer, _
ByRef envelope As IEnvelope, _
ByRef srsCode As String _
)
public void BoundingBox (
int index,
ref IEnvelope envelope,
ref string srsCode
);
IWMSLayerDescription2.BoundingBoxCount Property
Number of bounding extents of the layer.
Public ReadOnly Property BoundingBoxCount As Integer
public int BoundingBoxCount {get;}
IWMSLayerDescription2.Dimension Property
Dimension of the layer at the given index.
Public Function get_Dimension ( _
ByVal index As Integer _
) As IWMTSDimension
public IWMTSDimension get_Dimension (
int index
);
IWMSLayerDescription2.DimensionCount Property
Number of dimension in the layer.
Public ReadOnly Property DimensionCount As Integer
public int DimensionCount {get;}
IWMSLayerDescription2.ExceptionFormat Property
Supported exception at the given index.
Public Function get_ExceptionFormat ( _
ByVal index As Integer _
) As String
public string get_ExceptionFormat (
int index
);
IWMSLayerDescription2.ExceptionFormatCount Property
Supported exception format count.
Public ReadOnly Property ExceptionFormatCount As Integer
public int ExceptionFormatCount {get;}
IWMSLayerDescription2.FeatureInfoFormat Property
Supported FeatureInfoFormat at the given index.
Public Function get_FeatureInfoFormat ( _
ByVal index As Integer _
) As String
public string get_FeatureInfoFormat (
int index
);
IWMSLayerDescription2.FeatureInfoFormatCount Property
Supported FeatureInfoFormat count.
Public ReadOnly Property FeatureInfoFormatCount As Integer
public int FeatureInfoFormatCount {get;}
IWMSLayerDescription2.FixedHeight Property
Fixed height at which server is able to display the layer. If this is zero, server can display the layer at any resolution.
Public ReadOnly Property FixedHeight As Double
public double FixedHeight {get;}
IWMSLayerDescription2.FixedWidth Property
Fixed width at which server is able to display the layer. If this is zero, server can display the layer at any resolution.
Public ReadOnly Property FixedWidth As Double
public double FixedWidth {get;}
IWMSLayerDescription2.ImageFormat Property
Supported GetMap's ImageFormat at the given index.
Public Function get_ImageFormat ( _
ByVal index As Integer _
) As String
public string get_ImageFormat (
int index
);
IWMSLayerDescription2.ImageFormatCount Property
Supported GetMap's ImageFormat count.
Public ReadOnly Property ImageFormatCount As Integer
public int ImageFormatCount {get;}
IWMSLayerDescription2.IsCascaded Property
Indicates the number of times the layer has been reserved.
Public ReadOnly Property IsCascaded As Integer
public int IsCascaded {get;}
IWMSLayerDescription2.IsOpaque Property
Indicates whether the layer is opaque or transparent in terms of the area that gets drawn.
Public ReadOnly Property IsOpaque As Boolean
public bool IsOpaque {get;}
IWMSLayerDescription2.IsQueryable Property
Indicates whether the layer is queryable.
Public ReadOnly Property IsQueryable As Boolean
public bool IsQueryable {get;}
IWMSLayerDescription2.IsSubsettable Property
Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box.
Public ReadOnly Property IsSubsettable As Boolean
public bool IsSubsettable {get;}
IWMSLayerDescription2.LatLongBoundingBox Property
Minimum bounding extent of the layer data in EPSG:4326.
Public ReadOnly Property LatLongBoundingBox As IEnvelope
public IEnvelope LatLongBoundingBox {get;}
IWMSLayerDescription2.LayerDescription Property
WMSLayerDescription at a given index.
Public Function get_LayerDescription ( _
ByVal index As Integer _
) As IWMSLayerDescription
public IWMSLayerDescription get_LayerDescription (
int index
);
IWMSLayerDescription2.LayerDescriptionCount Property
Number of WMSLayerDescriptions.
Public ReadOnly Property LayerDescriptionCount As Integer
public int LayerDescriptionCount {get;}
IWMSLayerDescription2.Name Property
Name of WMS layer.
Public ReadOnly Property Name As String
public string Name {get;}
IWMSLayerDescription2.ScaleHintMax Property
Suggested maximum scale of the WMS layer.
Public ReadOnly Property ScaleHintMax As Double
public double ScaleHintMax {get;}
IWMSLayerDescription2.ScaleHintMin Property
Suggested minimimum scale for the WMS layer.
Public ReadOnly Property ScaleHintMin As Double
public double ScaleHintMin {get;}
IWMSLayerDescription2.SRS Property
Supproted SRS at the given index.
Public Function get_SRS ( _
ByVal index As Integer _
) As String
public string get_SRS (
int index
);
IWMSLayerDescription2.SRSCount Property
Supported SRS count.
Public ReadOnly Property SRSCount As Integer
public int SRSCount {get;}
IWMSLayerDescription2.StyleDescription Property
Style of the layer at the given index.
Public Function get_StyleDescription ( _
ByVal index As Integer _
) As IWMSLayerStyleDescription
public IWMSLayerStyleDescription get_StyleDescription (
int index
);
IWMSLayerDescription2.StyleDescriptionCount Property
Number of styles in the layer.
Public ReadOnly Property StyleDescriptionCount As Integer
public int StyleDescriptionCount {get;}
IWMSLayerDescription2.Title Property
Title of WMS layer.
Public ReadOnly Property Title As String
public string Title {get;}
IWMSLayerDescription2.WMSVersion Property
WMS Version.
Public ReadOnly Property WMSVersion As String
public string WMSVersion {get;}
Classes that implement IWMSLayerDescription2
Classes | Description |
---|