Table of Contents

Class DownloaderTiles

Namespace
WitShells.MapView
[Serializable]
public class DownloaderTiles
Inheritance
DownloaderTiles
Inherited Members

Constructors

DownloaderTiles(MapFile)

public DownloaderTiles(MapFile mapFile)

Parameters

mapFile MapFile

Properties

DbConnection

public SQLiteConnection DbConnection { get; }

Property Value

SQLiteConnection

DirectoryPath

public string DirectoryPath { get; }

Property Value

string

FilePath

public string FilePath { get; }

Property Value

string

IsCancelled

public bool IsCancelled { get; }

Property Value

bool

Progress

public float Progress { get; }

Property Value

float

TilesDownloaded

public int TilesDownloaded { get; }

Property Value

int

TotalTiles

public int TotalTiles { get; }

Property Value

int

Methods

CancelDownload()

public void CancelDownload()

CreateDatabase(out SQLiteConnection)

public bool CreateDatabase(out SQLiteConnection connection)

Parameters

connection SQLiteConnection

Returns

bool

DisposeDatabase()

Checkpoint WAL and close/dispose the cached writer connection.

public void DisposeDatabase()

DownloadMapFile()

public void DownloadMapFile()