Encapsulates the capabilities of a WMS source.
More...
Encapsulates the capabilities of a WMS source.
- Since
- 2020.2
- See also
WmsDataSource.Builder
for its usage when constructing a model.
-
WmsModelDecoder.Decode
◆ Dispose()
void Luciad.Formats.Wms.WmsCapabilities.Dispose |
( |
| ) |
|
|
inline |
◆ GetCapabilities() [1/2]
Returns the capabilities of a given WMS url if it can be retrieved.
- Parameters
-
url | The source's base url from which capabilities have to be retrieved. |
- Returns
- capabilities parsed from the server.
- Exceptions
-
System.IO.IOException | when retrieving or parsing the capabilities fails. |
◆ GetCapabilities() [2/2]
Returns the capabilities of a given WMS url if it can be retrieved.
- Parameters
-
url | The source's base url from which capabilities have to be retrieved. |
options | Options for decoding WMS data, e.g. an optional http client implementation to send HTTP requests when fetching WMS resources. |
- Returns
- capabilities parsed from the server.
- Exceptions
-
System.IO.IOException | when retrieving or parsing the capabilities fails. |
- Since
- 2023.0
◆ MapFormats
System.Collections.Generic.IList<string> Luciad.Formats.Wms.WmsCapabilities.MapFormats |
|
get |
The all available formats for a GetMap request.
[get]
Returns the all available formats for a GetMap request.
◆ ServerUrl
string Luciad.Formats.Wms.WmsCapabilities.ServerUrl |
|
get |
The entry url for the server.
[get]
Returns the entry url for the server.
◆ TopLevelLayer
The top layer if any.
[get]
Returns the top layer if any.
◆ Version
string Luciad.Formats.Wms.WmsCapabilities.Version |
|
get |
The capabilities specification version.
[get]
Returns the capabilities specification version. The current supported version are "1.1.1" and "1.3.0".