C# Class REST_SampleCode.TileTDTMapsLayer

Inheritance: SuperMap.WinRT.Mapping.TiledCachedLayer
Datei anzeigen Open project: SuperMap/iClient-WP8-Example Class Usage Examples

Public Methods

Method Description
GetTile ( int indexX, int indexY, int level, CancellationToken cancellationToken ) : MapImage
Initialize ( ) : void
TileTDTMapsLayer ( ) : Windows.UI.Xaml

Private Methods

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

Method Details

GetTile() public method

public GetTile ( int indexX, int indexY, int level, CancellationToken cancellationToken ) : MapImage
indexX int
indexY int
level int
cancellationToken System.Threading.CancellationToken
return SuperMap.WinRT.Mapping.MapImage

Initialize() public method

public Initialize ( ) : void
return void

TileTDTMapsLayer() public method

public TileTDTMapsLayer ( ) : Windows.UI.Xaml
return Windows.UI.Xaml