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 |
Méthode | Description | |
---|---|---|
CreateMBTiles ( string Database, string Format ) : void | ||
GetInternalFormat ( ) : string | ||
GetVersion ( ) : string | ||
InitializeFormat ( string Format ) : string | ||
isCompressed ( ) : bool |
public Delete ( Coord coord, string Format ) : void | ||
coord | Coord | |
Format | string | |
Résultat | void |
public Get ( Coord coord, string Format ) : byte[] | ||
coord | Coord | |
Format | string | |
Résultat | byte[] |
public MBTilesCache ( string Database ) : System | ||
Database | string | |
Résultat | System |
public MBTilesCache ( string Database, string Format ) : System | ||
Database | string | |
Format | string | |
Résultat | System |
public Put ( Coord coord, string Format, byte image ) : void | ||
coord | Coord | |
Format | string | |
image | byte | |
Résultat | void |