C# Class SuperMap.Web.Mapping.TiledDynamicIServerLayer

${mapping_TiledDynamicIServerLayer_Title}

${mapping_TiledDynamicIServerLayer_Description}

Inheritance: TiledDynamicLayer
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

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

${mapping_TiledDynamicLayer_method_getTileUrl_D}

Initialize ( ) : void

${mapping_TiledDynamicIServerLayer_method_initialize_D}

TiledDynamicIServerLayer ( ) : System

${mapping_TiledDynamicLayer_constructor_None_D}

Private Methods

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

Method Details

GetTileUrl() public method

${mapping_TiledDynamicLayer_method_getTileUrl_D}
public GetTileUrl ( int indexX, int indexY, double resolution ) : string
indexX int ${mapping_TiledDynamicLayer_method_getTileUrl_param_indexX}
indexY int ${mapping_TiledDynamicLayer_method_getTileUrl_param_indexY}
resolution double ${mapping_TiledDynamicLayer_method_getTileUrl_param_resolution}
return string

Initialize() public method

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

TiledDynamicIServerLayer() public method

${mapping_TiledDynamicLayer_constructor_None_D}
public TiledDynamicIServerLayer ( ) : System
return System