TiledLayer Class |
Namespace: Ptv.XServer.Controls.Map.Layers.Tiled
The TiledLayer type exposes the following members.
Name | Description | |
---|---|---|
![]() | TiledLayer |
Initializes a new instance of the TiledLayer class.
|
Name | Description | |
---|---|---|
![]() | CanvasCategories | Gets or sets the canvas categories for the layer. (Inherited from BaseLayer.) |
![]() | CanvasFactories | Gets or sets the array of factory delegates. There may be existing different factory methods for
canvases of different categories. (Inherited from BaseLayer.) |
![]() | Caption | Gets or sets the caption of the layer. (Inherited from BaseLayer.) |
![]() | Copyright | Gets or sets the copyright text of the layer. (Inherited from BaseLayer.) |
![]() | HasSettingsDialog | Gets a value indicating whether the layer has a settings dialog describing its properties. (Inherited from BaseLayer.) |
![]() | Icon | Gets or sets the icon of the layer. (Inherited from BaseLayer.) |
![]() | IsBaseMapLayer |
Gets or sets a value indicating whether the layer is a base map layer, which means it is part of the
basic map and not additional content.
|
![]() | IsLabelLayer |
Gets or sets a value indicating whether layer tiles are transparent labels.
If true the layer uses some internal optimizations to reduce rendering artifacts.
|
![]() | IsTransparentLayer |
Gets or sets a value indicating whether layer tiles use an alpha channel.
If false the layer uses some internal optimizations to reduce rendering artifacts.
|
![]() | Name | Gets or sets the name of the layer. (Inherited from BaseLayer.) |
![]() | Opacity | Gets or sets the opacity of the layer. (Inherited from BaseLayer.) |
![]() | Priority | Gets or sets the zIndex of the layer. (Inherited from BaseLayer.) |
![]() | TiledProvider |
Gets or sets the provider for the tiles.
|
![]() | TransitionUpdates |
Gets or sets a value indicating whether dynamic update is enabled.
|
Name | Description | |
---|---|---|
![]() | AddToMapView | Adds the layer to a map. (Inherited from BaseLayer.) |
![]() | InitializeFactory | Initializes the base layer factory. A default category for the created canvases is set as well as a
default factory method which creates the new canvas instances. (Inherited from BaseLayer.) |
![]() | Refresh | Updates the layer instances. (Inherited from BaseLayer.) |
![]() | RemoveFromMapView | Removes the layer from a map. (Inherited from BaseLayer.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from BaseLayer.) |
Name | Description | |
---|---|---|
![]() | ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |