C# Class BrutileArcGIS.Lib.BruTileHelper

Afficher le fichier Open project: xiaoqqchen/PcArcBruTile Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public BruTileHelper ( int tileTimeOut ) : System
tileTimeOut int
Résultat System

Draw() public méthode

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
Résultat void

GetBitmap() public static méthode

public static GetBitmap ( Uri uri ) : byte[]
uri System.Uri
Résultat byte[]