Click or drag to resize

ILayer Interface

Interface for layer management and rendering relevant methods.

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

The ILayer type exposes the following members.

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
See Also