Table of Contents

Class VectorTile

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class VectorTile : Tile
Inheritance
VectorTile
Inherited Members

Constructors

VectorTile()

public VectorTile()

VectorTile(byte[], int, long, long)

public VectorTile(byte[] content, int zoom, long column, long row)

Parameters

content byte[]
zoom int
column long
row long

Properties

Content

public byte[] Content { get; set; }

Property Value

byte[]

Methods

GetPbfLayers()

Read all pbf layers from vector tileView.

public Collection<PbfLayer> GetPbfLayers()

Returns

Collection<PbfLayer>

All pbf layers of vector tileView.