C# Class csShared.Geo.Esri.MBTileCache

Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method 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

Method Description
Close ( ) : void
CreateFile ( string connectionString, string>.IDictionary metadata ) : void
OpenSqlConnection ( string connectionString ) : void

Method Details

GetImage() public method

public GetImage ( int level, int row, int col ) : byte[]
level int
row int
col int
return byte[]

Init() public method

public Init ( string filename ) : void
filename string
return void

InitFile() public method

public InitFile ( string filename ) : void
filename string
return void

SaveImage() public method

public SaveImage ( int level, int row, int col, byte image ) : void
level int
row int
col int
image byte
return void