C# Class TileCook.MBTilesCache

Inheritance: ICache
Afficher le fichier Open project: jbrwn/tc

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateMBTiles ( string Database, string Format ) : void
GetInternalFormat ( ) : string
GetVersion ( ) : string
InitializeFormat ( string Format ) : string
isCompressed ( ) : bool

Method Details

Delete() public méthode

public Delete ( Coord coord, string Format ) : void
coord Coord
Format string
Résultat void

Get() public méthode

public Get ( Coord coord, string Format ) : byte[]
coord Coord
Format string
Résultat byte[]

MBTilesCache() public méthode

public MBTilesCache ( string Database ) : System
Database string
Résultat System

MBTilesCache() public méthode

public MBTilesCache ( string Database, string Format ) : System
Database string
Format string
Résultat System

Put() public méthode

public Put ( Coord coord, string Format, byte image ) : void
coord Coord
Format string
image byte
Résultat void