C# Class SuperMap.Web.Mapping.TiledDynamicRESTLayer

${Mapping_TiledDynamicRESTLayer_Tile}

${Mapping_TiledDynamicRESTLayer_Description}

Inheritance: TiledDynamicLayer
Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
ClearTheme ( ) : void

${Mapping_DynamicRESTLayer_method_ClearTheme_D}

GetTileUrl ( int indexX, int indexY, double resolution ) : string

${Mapping_TiledDynamicRESTLayer_method_GetTileUrl_D}

Initialize ( ) : void

${Mapping_TiledDynamicRESTLayer_method_Initialize_D}

Refresh ( ) : void
TiledDynamicRESTLayer ( )

${Mapping_TiledDynamicRESTLayer_constructor_None_D}

TiledDynamicRESTLayer ( ) : System

${Mapping_TiledDynamicRESTLayer_constructor_None_D}

Private Methods

Method Description
mapService_Fault ( object sender, SmMapService args ) : void
mapService_Initialized ( object sender, SmMapService e ) : void

Method Details

ClearTheme() public method

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

GetTileUrl() public method

${Mapping_TiledDynamicRESTLayer_method_GetTileUrl_D}
public GetTileUrl ( int indexX, int indexY, double resolution ) : string
indexX int ${Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_indexX}
indexY int ${Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_indexY}
resolution double ${Mapping_TiledDynamicRESTLayer_method_GetTileUrl_param_resolution}
return string

Initialize() public method

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

Refresh() public method

public Refresh ( ) : void
return void

TiledDynamicRESTLayer() public method

${Mapping_TiledDynamicRESTLayer_constructor_None_D}

TiledDynamicRESTLayer() public method

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