C# Class SuperMap.Web.Mapping.Layer

${mapping_Layer_Title}

${mapping_Layer_Description}

Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Properties

Property Type Description
EffectProperty System.Windows.DependencyProperty
IDProperty System.Windows.DependencyProperty
IsVisibleProperty System.Windows.DependencyProperty
MaxVisibleResolutionProperty System.Windows.DependencyProperty
MaxVisibleScaleProperty System.Windows.DependencyProperty
MinVisibleResolutionProperty System.Windows.DependencyProperty
MinVisibleScaleProperty System.Windows.DependencyProperty
OpacityProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
CancelLoad void
Draw void
GetDpi double
OnEffectPropertyChanged void
OnInitialized void
OnIsVisiblePropertyChanged void
OnOpacityPropertyChanged void

Public Methods

Method Description
Initialize ( ) : void

${mapping_Layer_method_initialize_D}

Refresh ( ) : void

${mapping_Layer_method_refresh_D}

ToBitmap ( ) : System.Windows.Media.Imaging.WriteableBitmap

${mapping_Layer_method_toBitMap_D}

Protected Methods

Method Description
Cancel ( ) : void

${mapping_Layer_method_Cancel_D}

Layer ( ) : System

${mapping_Layer_constructor_None_D}

OnFailed ( Exception e ) : void

${mapping_Layer_method_OnFailed_D}

OnLayerChanged ( ) : void

${mapping_Layer_method_param_OnLayerChanged}

OnProgress ( int progress ) : void

${mapping_Layer_method_param_OnProgress}

OnPropertyChanged ( string propertyName ) : void

${mapping_Layer_method_param_OnPropertyChanged}

Private Methods

Method Description
CancelLoad ( ) : void
Draw ( DrawParameter drawParameter ) : void
GetDpi ( ) : double
OnEffectPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnInitialized ( EventArgs e ) : void
OnIsVisiblePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnOpacityPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Cancel() protected method

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

Initialize() public method

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

Layer() protected method

${mapping_Layer_constructor_None_D}
protected Layer ( ) : System
return System

OnFailed() protected method

${mapping_Layer_method_OnFailed_D}
protected OnFailed ( Exception e ) : void
e System.Exception
return void

OnLayerChanged() protected method

${mapping_Layer_method_param_OnLayerChanged}
protected OnLayerChanged ( ) : void
return void

OnProgress() protected method

${mapping_Layer_method_param_OnProgress}
protected OnProgress ( int progress ) : void
progress int
return void

OnPropertyChanged() protected method

${mapping_Layer_method_param_OnPropertyChanged}
protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Refresh() public method

${mapping_Layer_method_refresh_D}
public Refresh ( ) : void
return void

ToBitmap() public method

${mapping_Layer_method_toBitMap_D}
public ToBitmap ( ) : System.Windows.Media.Imaging.WriteableBitmap
return System.Windows.Media.Imaging.WriteableBitmap

Property Details

EffectProperty public_oe static_oe property

${mapping_Layer_attribute_EffectProperty_D}
public static DependencyProperty,System.Windows EffectProperty
return System.Windows.DependencyProperty

IDProperty public_oe static_oe property

${pubilc_fields_identifies_sl} ID ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows IDProperty
return System.Windows.DependencyProperty

IsVisibleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} IsVisible ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows IsVisibleProperty
return System.Windows.DependencyProperty

MaxVisibleResolutionProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MaxVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows MaxVisibleResolutionProperty
return System.Windows.DependencyProperty

MaxVisibleScaleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MaxVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows MaxVisibleScaleProperty
return System.Windows.DependencyProperty

MinVisibleResolutionProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MinVisibleResolution ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows MinVisibleResolutionProperty
return System.Windows.DependencyProperty

MinVisibleScaleProperty public_oe static_oe property

${pubilc_fields_identifies_sl} MinVisibleScale ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows MinVisibleScaleProperty
return System.Windows.DependencyProperty

OpacityProperty public_oe static_oe property

${pubilc_fields_identifies_sl} Opacity ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows OpacityProperty
return System.Windows.DependencyProperty