IWMTSDimension Interface
Provides access to members give access to WMTSDimension information.
Members
Name | Description | |
---|---|---|
![]() |
Abstract | Abstract of the WMTS Dimension. |
![]() |
DefaultValue | Default value for WMTS Dimension. |
![]() |
Identifier | Identifier of WMTS Dimension. |
![]() |
SupportsCurrentValue | Indicates whether the current keyword is supported as a value. |
![]() |
Title | Title of WMTS Dimension. |
![]() |
UnitsSymbol | Symbol of the units for value in WMTS Dimension. |
![]() |
Value | Value at a given index in WMTS Dimension. |
![]() |
ValueCount | Value count in WMTS Dimension. |
IWMTSDimension.Abstract Property
Abstract of the WMTS Dimension.
Public ReadOnly Property Abstract As String
public string Abstract {get;}
IWMTSDimension.DefaultValue Property
Default value for WMTS Dimension.
Public ReadOnly Property DefaultValue As String
public string DefaultValue {get;}
IWMTSDimension.Identifier Property
Identifier of WMTS Dimension.
Public ReadOnly Property Identifier As String
public string Identifier {get;}
IWMTSDimension.SupportsCurrentValue Property
Indicates whether the current keyword is supported as a value.
Public ReadOnly Property SupportsCurrentValue As Boolean
public bool SupportsCurrentValue {get;}
IWMTSDimension.Title Property
Title of WMTS Dimension.
Public ReadOnly Property Title As String
public string Title {get;}
IWMTSDimension.UnitsSymbol Property
Symbol of the units for value in WMTS Dimension.
Public ReadOnly Property UnitsSymbol As String
public string UnitsSymbol {get;}
IWMTSDimension.Value Property
Value at a given index in WMTS Dimension.
Public Function get_Value ( _
ByVal ix As Integer _
) As String
public string get_Value (
int ix
);
IWMTSDimension.ValueCount Property
Value count in WMTS Dimension.
Public ReadOnly Property ValueCount As Integer
public int ValueCount {get;}
Classes that implement IWMTSDimension
Classes | Description |
---|---|
WMTSDimension | WMTS Dimension. |