C# Class SuperMap.Web.Mapping.DynamicISLayer

${mapping_DynamicISLayer_Title}

${mapping_DynamicISLayer_Description}

Inheritance: DynamicLayer
Exibir arquivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
DynamicISLayer ( ) : System

${mapping_DynamicISLayer_constructor_None_D}

Initialize ( ) : void

${mapping_DynamicISLayer_method_Initialize_D}

Protected Methods

Method Description
Cancel ( ) : void

${mapping_DynamicISLayer_method_Cancel_D}

GetImageSource ( DynamicLayer onCompleted ) : void

${mapping_DynamicISLayer_method_GetImageSource_D}

GetImageUrl ( ) : string

${mapping_DynamicISLayer_method_GetImageUrl_D}

Private Methods

Method Description
client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
client_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
mapService_Fault ( object sender, SmMapService args ) : void
mapService_Initialized ( object sender, SmMapService e ) : void

Method Details

Cancel() protected method

${mapping_DynamicISLayer_method_Cancel_D}
protected Cancel ( ) : void
return void

DynamicISLayer() public method

${mapping_DynamicISLayer_constructor_None_D}
public DynamicISLayer ( ) : System
return System

GetImageSource() protected method

${mapping_DynamicISLayer_method_GetImageSource_D}
protected GetImageSource ( DynamicLayer onCompleted ) : void
onCompleted DynamicLayer ${mapping_DynamicISLayer_method_GetImageSource_param_onCompleted}
return void

GetImageUrl() protected method

${mapping_DynamicISLayer_method_GetImageUrl_D}
protected GetImageUrl ( ) : string
return string

Initialize() public method

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