Class VectorTileDownloader
Inheritance
System.Object
VectorTileDownloader
Assembly: cs.temp.dll.dll
Syntax
public class VectorTileDownloader : PInvokeDisposable
Properties
TileCount
Declaration
public int TileCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
CalcDestPath(Int32)
Declaration
public string CalcDestPath(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.String |
|
Create(String, Extent, Int32)
Declaration
public static VectorTileDownloader Create(string destinationPath, Extent extent, int zoomLevel)
Parameters
Type |
Name |
Description |
System.String |
destinationPath |
|
Extent |
extent |
|
System.Int32 |
zoomLevel |
|
Returns
DisposeNative()
Declaration
protected override void DisposeNative()
Download(Int32)
地理院地図タイルをダウンロードして pngファイルに保存します。
Declaration
public void Download(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
GetTileCoordinate(Int32)
Declaration
public TileCoordinate GetTileCoordinate(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns