C# Class SuperMap.Web.Mapping.DynamicISLayer

${mapping_DynamicISLayer_Title}

${mapping_DynamicISLayer_Description}

Inheritance: DynamicLayer
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Méthodes publiques

Méthode Description
DynamicISLayer ( ) : System

${mapping_DynamicISLayer_constructor_None_D}

Initialize ( ) : void

${mapping_DynamicISLayer_method_Initialize_D}

Méthodes protégées

Méthode 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

Méthode 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 méthode

${mapping_DynamicISLayer_method_Cancel_D}
protected Cancel ( ) : void
Résultat void

DynamicISLayer() public méthode

${mapping_DynamicISLayer_constructor_None_D}
public DynamicISLayer ( ) : System
Résultat System

GetImageSource() protected méthode

${mapping_DynamicISLayer_method_GetImageSource_D}
protected GetImageSource ( DynamicLayer onCompleted ) : void
onCompleted DynamicLayer ${mapping_DynamicISLayer_method_GetImageSource_param_onCompleted}
Résultat void

GetImageUrl() protected méthode

${mapping_DynamicISLayer_method_GetImageUrl_D}
protected GetImageUrl ( ) : string
Résultat string

Initialize() public méthode

${mapping_DynamicISLayer_method_Initialize_D}
public Initialize ( ) : void
Résultat void