Method | 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 |
Method | 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 | |
return | void |
public Get ( Coord coord, string Format ) : byte[] | ||
coord | Coord | |
Format | string | |
return | byte[] |
public MBTilesCache ( string Database ) : System | ||
Database | string | |
return | System |
public MBTilesCache ( string Database, string Format ) : System | ||
Database | string | |
Format | string | |
return | System |
public Put ( Coord coord, string Format, byte image ) : void | ||
coord | Coord | |
Format | string | |
image | byte | |
return | void |