C# Class BrutileArcGIS.Lib.BruTileHelper

Show file Open project: xiaoqqchen/PcArcBruTile Class Usage Examples

Public Methods

Method Description
BruTileHelper ( int tileTimeOut ) : System
Draw ( IStepProgressor stepProgressor, IActiveView activeView, FileCache fileCache, ITrackCancel trackCancel, ISpatialReference layerSpatialReference, string &currentLevel, ITileSource tileSource, IDisplay display ) : void
GetBitmap ( Uri uri ) : byte[]

Private Methods

Method Description
CreateRaster ( BruTile.TileInfo tile, string name ) : void
DownloadTile ( object tile ) : void
DownloadTiles ( object args ) : void
DrawRaster ( string file ) : void
GetTiles ( IActiveView activeView ) : List
IsBeAdded ( BruTile.TileInfo _tile ) : bool

Method Details

BruTileHelper() public method

public BruTileHelper ( int tileTimeOut ) : System
tileTimeOut int
return System

Draw() public method

public Draw ( IStepProgressor stepProgressor, IActiveView activeView, FileCache fileCache, ITrackCancel trackCancel, ISpatialReference layerSpatialReference, string &currentLevel, ITileSource tileSource, IDisplay display ) : void
stepProgressor IStepProgressor
activeView IActiveView
fileCache FileCache
trackCancel ITrackCancel
layerSpatialReference ISpatialReference
currentLevel string
tileSource ITileSource
display IDisplay
return void

GetBitmap() public static method

public static GetBitmap ( Uri uri ) : byte[]
uri System.Uri
return byte[]