C# Class REST_SampleCode.TileTDTMapsLayer

Inheritance: SuperMap.WinRT.Mapping.TiledCachedLayer
Afficher le fichier Open project: SuperMap/iClient-WP8-Example Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ChangeTileSource ( ) : void
OnMapTypePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
RefreshResolutions ( ) : void

Method Details

GetTile() public méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

TileTDTMapsLayer() public méthode

public TileTDTMapsLayer ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml