VectorTile¶
Namespace: ThinkGeo.Core
public class VectorTile : Tile
Inheritance Object → Tile → VectorTile
Properties¶
Content¶
public Byte[] Content { get; set; }
Property Value¶
ZoomIndex¶
public int ZoomIndex { get; set; }
Property Value¶
Column¶
public long Column { get; set; }
Property Value¶
Row¶
public long Row { get; set; }
Property Value¶
Constructors¶
VectorTile()¶
public VectorTile()
VectorTile(Byte[], Int32, Int64, Int64)¶
public VectorTile(Byte[] content, int zoom, long column, long row)
Parameters¶
content
Byte[]
zoom
Int32
column
Int64
row
Int64
Methods¶
ZB0=()¶
internal Collection<Feature> ZB0=()
Returns¶
ZB0=(List<String>)¶
internal Collection<Feature> ZB0=(List<string> pbfLayerNames)
Parameters¶
pbfLayerNames
List<String>
Returns¶
GetPbfLayers()¶
Read all pbf layers from vector tileView.
public Collection<PbfLayer> GetPbfLayers()
Returns¶
Collection<PbfLayer>
All pbf layers of vector tileView.