LayerCollection Methods |
The LayerCollection type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
InsertBefore | Insert a layer before another layer. | |
IsSelectable | Retrieves if the layer is selectable taking into account whether it is exclusively selectable. | |
IsSelectableBase | Retrieves if the layer is selectable without taking into account whether it is exclusively
selectable. | |
IsVisible | Retrieves for a layer whether it is visible. | |
Register | Connect a MapView-object to the called LayerCollection. In return, only visible
layers are connected to the Map object. | |
SetSelectable | Sets the selectable flag of the layer, if the layer is not exclusive selectable. | |
SetVisible | Set the visibility of the specified layer. | |
ShowSettingsDialog | Activates the settings dialog, if an ILayerSettings-interface is set by the client
application. | |
Unregister | Disconnect a MapView-object from the called LayerCollection. In return, all visible
layers are disconnected from the Map object. |
Name | Description | |
---|---|---|
InsertXMapBaseLayers |
Inserts the xMapServer base layers, i.e. the background layers for areas like forests, rivers, population areas, et al,
and their corresponding labels.
(Defined by XMapLayerFactory.) | |
RemoveXMapBaseLayers |
Removes all xMapServer base layers.
(Defined by XMapLayerFactory.) | |
UpdateXMapCoprightText |
Updates the copyright text for the XMapServer layers.
(Defined by XMapLayerFactory.) | |
UpdateXMapMaxZoom |
Updates the maximum zoom for the XMapServer layers.
(Defined by XMapLayerFactory.) | |
UpdateXMapMinZoom |
Updates the minimum zoom for the XMapServer layers.
(Defined by XMapLayerFactory.) | |
UpdateXMapProfiles |
Updates the profiles to be used in xMap Server requests.
(Defined by XMapLayerFactory.) |