C# Class SuperMap.WindowsPhone.Mapping.ElementsLayer

Inheritance: Layer
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Properties

Property Type Description
BBoxProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
CompositionTarget_Rendering void
Draw void
GetReferenceLength double
GetReferenceSize System.Windows.Size
Invalidate void
OnBBoxChanged void
UpdateFullBounds void
children_CollectionChanged void

Public Methods

Method Description
AddChild ( UIElement element ) : void

${WP_mapping_ArbitraryLayer_method_addChild_element_D}

AddChild ( UIElement element, Point2D location ) : void

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_D}

AddChild ( UIElement element, Point2D location, double referenceLength ) : void

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_D}

AddChild ( UIElement element, Point2D location, double referenceLength, Size referenceSize ) : void

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_Size_D}

AddChild ( UIElement element, Rectangle2D bbox ) : void

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Rectangle2D_D}

ElementsLayer ( ) : System

${WP_pubilc_Constructors_Initializes} ElementsLayer ${WP_pubilc_Constructors_instance}

GetBBox ( DependencyObject obj ) : Rectangle2D

${WP_mapping_ArbitraryLayer_method_getbbox_D}

SetBBox ( DependencyObject obj, Rectangle2D value ) : void

${WP_mapping_ArbitraryLayer_method_setbbox_D}

Private Methods

Method Description
CompositionTarget_Rendering ( object sender, EventArgs e ) : void
Draw ( DrawParameter drawParameter ) : void
GetReferenceLength ( UIElement elem ) : double

${WP_mapping_FeaturesLayer_method_getReferenceLength_D}

GetReferenceSize ( UIElement elem ) : Size

${WP_mapping_FeaturesLayer_method_getReferenceSize_D}

Invalidate ( ) : void
OnBBoxChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void

${WP_mapping_ArbitraryLayer_method_onbboxchanged_D}

UpdateFullBounds ( IEnumerable items ) : void
children_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

AddChild() public method

${WP_mapping_ArbitraryLayer_method_addChild_element_D}
public AddChild ( UIElement element ) : void
element System.Windows.UIElement ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_pararm_element}
return void

AddChild() public method

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_D}
public AddChild ( UIElement element, Point2D location ) : void
element System.Windows.UIElement ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_pararm_element}
location SuperMap.WindowsPhone.Core.Point2D ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_param_location}
return void

AddChild() public method

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_D}
public AddChild ( UIElement element, Point2D location, double referenceLength ) : void
element System.Windows.UIElement ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_pararm_element}
location SuperMap.WindowsPhone.Core.Point2D ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_param_location}
referenceLength double ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_param_referenceLength}
return void

AddChild() public method

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_Size_D}
public AddChild ( UIElement element, Point2D location, double referenceLength, Size referenceSize ) : void
element System.Windows.UIElement ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_pararm_element}
location SuperMap.WindowsPhone.Core.Point2D ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_param_location}
referenceLength double ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_param_referenceLength}
referenceSize System.Windows.Size ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Point2D_double_Size_param_referenceSize}
return void

AddChild() public method

${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Rectangle2D_D}
public AddChild ( UIElement element, Rectangle2D bbox ) : void
element System.Windows.UIElement ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_pararm_element}
bbox SuperMap.WindowsPhone.Core.Rectangle2D ${WP_mapping_ArbitraryLayer_method_addChild_UIElement_Rectangle2D_param_bbox}
return void

ElementsLayer() public method

${WP_pubilc_Constructors_Initializes} ElementsLayer ${WP_pubilc_Constructors_instance}
public ElementsLayer ( ) : System
return System

GetBBox() public static method

${WP_mapping_ArbitraryLayer_method_getbbox_D}
public static GetBBox ( DependencyObject obj ) : Rectangle2D
obj System.Windows.DependencyObject ${WP_mapping_ArbitraryLayer_method_getbbox_param_obj}
return SuperMap.WindowsPhone.Core.Rectangle2D

SetBBox() public static method

${WP_mapping_ArbitraryLayer_method_setbbox_D}
public static SetBBox ( DependencyObject obj, Rectangle2D value ) : void
obj System.Windows.DependencyObject ${WP_mapping_ArbitraryLayer_method_setbbox_param_obj}
value SuperMap.WindowsPhone.Core.Rectangle2D ${WP_mapping_ArbitraryLayer_method_setbbox_param_value}
return void

Property Details

BBoxProperty public static property

${WP_mapping_ArbitraryLayer_attribute_BBoxProperty_D}
public static DependencyProperty,System.Windows BBoxProperty
return System.Windows.DependencyProperty