LuciadCPillar C# 2023.1.04
Luciad.Formats.Wms.WmsDataSource Class Reference

Data source representation for a WMS, with one or more layers. More...

Inheritance diagram for Luciad.Formats.Wms.WmsDataSource:

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. More...
 

Properties

string Format [get]
 
bool IsTransparent [get]
 
System.Collections.Generic.IList< Luciad.Formats.Wms.WmsDataSource.LayerLayers [get]
 
string StyledLayerDescriptor [get]
 
string StyledLayerDescriptorUrl [get]
 
string Url [get]
 

Detailed Description

Data source representation for a WMS, with one or more layers.

The WMS data source requires as a minimum:

The URL location of the WMS.

One or more layers.

By default the data source is configured to request images from the WMS server with a transparent background. luciad::WmsCapabilities to get the layers' information.

2020.2

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::WmsDataSource.

Member Function Documentation

◆ Dispose()

void Luciad.Formats.Wms.WmsDataSource.Dispose ( )
inline

◆ NewBuilder()

Luciad.Formats.Wms.WmsDataSource.Builder Luciad.Formats.Wms.WmsDataSource.NewBuilder ( )
inlinestatic

Returns the builder class for creation of the WMS data source.

the builder class for creation of the WMS data source.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::WmsDataSource::newBuilder.

Property Documentation

◆ Format

string Luciad.Formats.Wms.WmsDataSource.Format
get

◆ IsTransparent

bool Luciad.Formats.Wms.WmsDataSource.IsTransparent
get

◆ Layers

System.Collections.Generic.IList<Luciad.Formats.Wms.WmsDataSource.Layer> Luciad.Formats.Wms.WmsDataSource.Layers
get

◆ StyledLayerDescriptor

string Luciad.Formats.Wms.WmsDataSource.StyledLayerDescriptor
get

◆ StyledLayerDescriptorUrl

string Luciad.Formats.Wms.WmsDataSource.StyledLayerDescriptorUrl
get

◆ Url

string Luciad.Formats.Wms.WmsDataSource.Url
get