Class
VectorTileLayerRenderInfo

Tile layer rendering settings.

Definition

Namespace:Telerik.Windows.Controls.Map.VectorTiles.Rendering

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class VectorTileLayerRenderInfo

Inheritance: objectVectorTileLayerRenderInfo

Constructors

VectorTileLayerRenderInfo(string, long, long, int)

Initializes a new instance of the VectorTileLayerRenderInfo class.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "z")]
public VectorTileLayerRenderInfo(string name, long extent, long version, int zIndex)

Parameters

name

string

extent

long

version

long

zIndex

int

Properties

Cancel

Gets or sets a value indicating whether this layer rendering should be cancelled or not.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Extent

Gets the layer extent.

Declaration

cs-api-definition
public long Extent { get; }

Property Value

long

Features

Gets the Layer features.

Declaration

cs-api-definition
public List<VectorTileFeatureRenderInfo> Features { get; }

Property Value

List<VectorTileFeatureRenderInfo>

LayerType

Gets the layer rendering type.

Declaration

cs-api-definition
public LayerType LayerType { get; set; }

Property Value

LayerType

Name

Gets the Layer name.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Version

Gets the layer version.

Declaration

cs-api-definition
public long Version { get; }

Property Value

long

ZIndex

Gets the layer ZIndex.

Declaration

cs-api-definition
public int ZIndex { get; }

Property Value

int