C# Class SuperMap.WindowsPhone.Mapping.TiledDynamicRESTLayer

${WP_Mapping_TiledDynamicRESTLayer_Tile}

${WP_Mapping_TiledDynamicRESTLayer_Description}

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

Public Methods

Method Description
ClearTheme ( ) : void

${WP_Mapping_DynamicRESTLayer_method_ClearTheme_D}

GetTile ( int indexX, int indexY, double resolution, CancellationToken cancellationToken ) : MapImage

${WP_Mapping_TiledDynamicRESTLayer_method_GetTileUrl_D}

Initialize ( ) : void

${WP_Mapping_TiledDynamicRESTLayer_method_Initialize_D}

Refresh ( ) : void
TiledDynamicRESTLayer ( ) : System

${WP_Mapping_TiledDynamicRESTLayer_constructor_None_D}

Private Methods

Method Description
mapService_Initialized ( ) : void

Method Details

ClearTheme() public method

${WP_Mapping_DynamicRESTLayer_method_ClearTheme_D}
public ClearTheme ( ) : void
return void

GetTile() public method

${WP_Mapping_TiledDynamicRESTLayer_method_GetTileUrl_D}
public GetTile ( int indexX, int indexY, double resolution, CancellationToken cancellationToken ) : MapImage
indexX int ${WP_Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_indexX}
indexY int ${WP_Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_indexY}
resolution double ${WP_Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_resolution}
cancellationToken System.Threading.CancellationToken ${WP_Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_cancellationToken}
return MapImage

Initialize() public method

${WP_Mapping_TiledDynamicRESTLayer_method_Initialize_D}
public Initialize ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

TiledDynamicRESTLayer() public method

${WP_Mapping_TiledDynamicRESTLayer_constructor_None_D}
public TiledDynamicRESTLayer ( ) : System
return System