Click or drag to resize

WmsLayer Class

Customized layer type, which is capable of integrating Web Map Services (WMS) into the map control.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.LayersWmsLayer

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class WmsLayer : ILayer, INotifyPropertyChanged

The WmsLayer type exposes the following members.

Constructors
  NameDescription
Public methodWmsLayer
Creates and initializes a new layer which integrates the images provided by Web Map Services into the map control.
Top
Properties
  NameDescription
Public propertyCanvasCategories
Gets the available canvas categories.
Public propertyCaption
Gets or sets the caption of the layer.
Public propertyCopyright
Gets the copyright string of the layer.
Public propertyHasSettingsDialog
Gets a value indicating whether the layer has a settings dialog.
Public propertyIcon
Gets or sets the icon of the layer.
Public propertyName
Gets the name of the layer.
Public propertyOpacity
Gets or sets the opacity of the layer.
Public propertyPriority
Gets or sets the priority (base z index) of all layer canvases.
Top
Methods
  NameDescription
Public methodAddToMapView
Adds the different layer canvases to the map.
Public methodRemoveFromMapView
Removes the different layer canvases from the map.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
Fields
  NameDescription
Public fieldReprojectionProvider
Provider used for retrieving images from the specified URL and re-projecting it if necessary.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
Remarks
Coordinate reference systems different from the PTV Mercator format can be integrated, because a reprojection is transformed to map these reference systems to the internally used format.
See Also