Click or drag to resize

XMapLayerFactory Class

This helper class implements extension methods to initialize the map with xMapServer base layers, RoadEditor and POI layers available from XMapServer.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.LayersXMapLayerFactory

Namespace:  Ptv.XServer.Controls.Map.Layers
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static class XMapLayerFactory

The XMapLayerFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInsertXMapBaseLayers
Inserts the xMapServer base layers, i.e. the background layers for areas like forests, rivers, population areas, et al, and their corresponding labels.
Public methodStatic memberRemoveXMapBaseLayers
Removes all xMapServer base layers.
Public methodStatic memberUpdateXMapCoprightText
Updates the copyright text for the XMapServer layers.
Public methodStatic memberUpdateXMapMaxZoom
Updates the maximum zoom for the XMapServer layers.
Public methodStatic memberUpdateXMapMinZoom
Updates the minimum zoom for the XMapServer layers.
Public methodStatic memberUpdateXMapProfiles
Updates the profiles to be used in xMap Server requests.
Top
See Also