|
LuciadCPillar C# 2026.0.04
|
Data source representation for a WMS, with one or more layers. More...
Classes | |
| class | Builder |
A builder to create WmsDataSource instances. More... | |
| class | Layer |
| Represents a WMS layer with an optional style. More... | |
Public Member Functions | |
| void | Dispose () |
Static Public Member Functions | |
| static Luciad.Formats.Wms.WmsDataSource.Builder | NewBuilder () |
| Returns the builder class for creation of the WMS data source. | |
Properties | |
| string | Format [get] |
| The image format that should be used when decoding the WMS layer. | |
| bool | IsTransparent [get] |
| Whether the WMS is requested to return an image with a transparent background. | |
| System.Collections.Generic.IList< Luciad.Formats.Wms.WmsDataSource.Layer > | Layers [get] |
The list of WMS layers to load. | |
| string | StyledLayerDescriptor [get] |
The Styled Layer Descriptor to use or null if not set. | |
| string | StyledLayerDescriptorUrl [get] |
The Styled Layer Descriptor URL to use or null if not set. | |
| string | Url [get] |
| The base URL of the WMS data source. | |
Data source representation for a WMS, with one or more layers.
The WMS data source requires as a minimum:
layers. By default, the data source is configured to request images from the WMS server with a transparent background.
WmsCapabilities to get the layers' information.
|
inline |
|
inlinestatic |
Returns the builder class for creation of the WMS data source.
|
get |
The image format that should be used when decoding the WMS layer.
Returns the image format that should be used when decoding the WMS layer. A null return value indicates the format should be auto-detected.
|
get |
Whether the WMS is requested to return an image with a transparent background.
Returns whether the WMS is requested to return an image with a transparent background.
|
get |
|
get |
|
get |
|
get |
The base URL of the WMS data source.
Returns the base URL of the WMS data source.