C# Class iServerJava6R_SampleCode.TileTDTMapsLayer

Inheritance: TiledCachedLayer
显示文件 Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
GetTileUrl ( int indexX, int indexY, int level ) : string
Initialize ( ) : void
TileTDTMapsLayer ( ) : System

Private Methods

Method Description
ChangeTileSource ( ) : void
OnMapTypePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RefreshResolutions ( ) : void

Method Details

GetTileUrl() public method

public GetTileUrl ( int indexX, int indexY, int level ) : string
indexX int
indexY int
level int
return string

Initialize() public method

public Initialize ( ) : void
return void

TileTDTMapsLayer() public method

public TileTDTMapsLayer ( ) : System
return System