C# Class csShared.Geo.Esri.MBTileCache

Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( int level, int row, int col ) : byte[]
Init ( string filename ) : void
InitFile ( string filename ) : void
SaveImage ( int level, int row, int col, byte image ) : void

Private Methods

Méthode Description
Close ( ) : void
CreateFile ( string connectionString, string>.IDictionary metadata ) : void
OpenSqlConnection ( string connectionString ) : void

Method Details

GetImage() public méthode

public GetImage ( int level, int row, int col ) : byte[]
level int
row int
col int
Résultat byte[]

Init() public méthode

public Init ( string filename ) : void
filename string
Résultat void

InitFile() public méthode

public InitFile ( string filename ) : void
filename string
Résultat void

SaveImage() public méthode

public SaveImage ( int level, int row, int col, byte image ) : void
level int
row int
col int
image byte
Résultat void