C# Класс TileCook.MBTilesCache

Наследование: ICache
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( Coord coord, string Format ) : void
Get ( Coord coord, string Format ) : byte[]
MBTilesCache ( string Database ) : System
MBTilesCache ( string Database, string Format ) : System
Put ( Coord coord, string Format, byte image ) : void

Приватные методы

Метод Описание
CreateMBTiles ( string Database, string Format ) : void
GetInternalFormat ( ) : string
GetVersion ( ) : string
InitializeFormat ( string Format ) : string
isCompressed ( ) : bool

Описание методов

Delete() публичный Метод

public Delete ( Coord coord, string Format ) : void
coord Coord
Format string
Результат void

Get() публичный Метод

public Get ( Coord coord, string Format ) : byte[]
coord Coord
Format string
Результат byte[]

MBTilesCache() публичный Метод

public MBTilesCache ( string Database ) : System
Database string
Результат System

MBTilesCache() публичный Метод

public MBTilesCache ( string Database, string Format ) : System
Database string
Format string
Результат System

Put() публичный Метод

public Put ( Coord coord, string Format, byte image ) : void
coord Coord
Format string
image byte
Результат void