C# 클래스 SuperMap.Web.Mapping.Map

상속: System.Windows.Controls.Control, INotifyPropertyChanged
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AngleProperty System.Windows.DependencyProperty
LayersProperty System.Windows.DependencyProperty
PanDurationProperty System.Windows.DependencyProperty
PanFactorProperty System.Windows.DependencyProperty
ZoomDurationProperty System.Windows.DependencyProperty
ZoomFactorProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AssignLayerContainer void
BuildMapAction void
CalculateStartViewBounds void
ClipResolution double
ClipScale double
CloseToolTip void
CreateErrorMessage void
EndPinch void
GetFullViewBounds SuperMap.Web.Core.Rectangle2D
InitTimer void
InsertLayerContainer void
IsPinchOrStretch bool
Layers_CollectionChanged void
Layers_LayersInitialized void
LoadContinuousLayersInView void
LoadLayerInView void
LoadLayersInView void
Map_Loaded void
Map_ManipulationCompleted void
Map_ManipulationDelta void
Map_ManipulationStarted void
Map_MouseDoubleClick void
Map_SizeChanged void
OnAnglePropertyChanged void
OnLayersPropertyChanged void
OnMapActionChanged void
PanCompleted void
QuinticEaseOut double
RaiseAngleChanged void
RaiseViewBoundsChanged void
RemoveMapLayers void
ResetMapStatus void
SetOriginAndResolution void
ShowToolTip void
StartPinch void
Touch_FrameReported void
UpdateClip void
_drawTimer_Tick void
beginZoomToTargetBounds void
beginZoomToTargetBounds void
getAdjustedViewBounds SuperMap.Web.Core.Rectangle2D
layer_Initialized void
layer_OnLayerChanged void
layersProgressHandler void
mapToPanLayer Point
panHelper_PanAnimationCompleted void
panHelper_Panning void
panLayerToMap SuperMap.Web.Core.Point2D
panTo void
panTo void
panTo void
raisePropertyChanged void
rootElementToMap SuperMap.Web.Core.Point2D
zoomAbout void
zoomTo void
zoomToResolution void

공개 메소드들

메소드 설명
CloseInfoWindow ( ) : void

${mapping_Map_method_closeInfoWindow_D}

GetNextResolution ( bool plus ) : double

${mapping_Map_method_getNextResolution_D}

GetNextScale ( bool plus ) : double

${mapping_Map_method_getNextScale_D}

Map ( ) : System

${mapping_Map_constructor_None_D}

MapToScreen ( Point2D point2D ) : Point

${mapping_Map_method_mapToScreen_D}

OnApplyTemplate ( ) : void

${mapping_Map_method_onApplyTemplate_D}

OpenInfoWindow ( Point2D location, UIElement element ) : void

${mapping_Map_method_openInfoWindow_D}

OpenInfoWindow ( Point2D location, double offsetPixelX, double offsetPixelY, UIElement element ) : void

${mapping_Map_method_openInfoWindow_D}

Pan ( double offsetX, double offsetY ) : void

${mapping_Map_method_pan_D_sl}

PanByPixel ( double pixelX, double pixelY ) : void

${mapping_Map_method_panByPixel_D}

PanTo ( Point2D center ) : void

${mapping_Map_method_panTo_D}

ScreenToMap ( Point point ) : Point2D

${mapping_Map_method_screenToMap_D}

ViewEntire ( ) : void

${mapping_Map_method_viewEntire_D}

Zoom ( double ratio ) : void

${mapping_Map_method_zoom_D}

ZoomIn ( ) : void

${mapping_Map_method_zoomIn_D}

ZoomOut ( ) : void

${mapping_Map_method_zoomOut_D}

ZoomTo ( Rectangle2D bounds ) : void

${mapping_Map_method_zoomTo_D}

ZoomToLevel ( int level ) : void

${mapping_Map_method_zoomToLevel_Int_D}

ZoomToLevel ( int level, Point2D center ) : void

${mapping_Map_method_zoomToLevel_Int_Point2D_D}

ZoomToResolution ( double resolution ) : void

${mapping_Map_method_zoomToResolution_Double_D}

ZoomToResolution ( double resolution, Point2D center ) : void

${mapping_Map_method_zoomToResolution_Double_Point2D_D}

ZoomToScale ( double scale ) : void

${mapping_Map_method_zoomToScale_Int_D}

ZoomToScale ( double scale, Point2D center ) : void

${mapping_Map_method_zoomToScale_Int_Point2D_D}

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size

${mapping_Map_method_ArrangeOverride_D}

OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

${mapping_Map_event_onKeyDown_D}

OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

${mapping_Map_event_onKeyUp_D}

OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void

${ui_action_MapAction_event_onMouseEnter_D}

OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

${ui_action_MapAction_event_onMouseLeave_D}

OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

${ui_action_MapAction_event_onMouseDown_D}

OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

${ui_action_MapAction_event_onMouseUp_D}

OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

${ui_action_MapAction_event_onMouseMove_D}

OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

${ui_action_MapAction_event_onMouseRightButtonDown_D}

OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

${ui_action_MapAction_event_onMouseRightButtonUp_D}

OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void

${ui_action_MapAction_event_onMouseWheel_D}

비공개 메소드들

메소드 설명
AssignLayerContainer ( Layer layer ) : void
BuildMapAction ( ) : void
CalculateStartViewBounds ( Size size ) : void
ClipResolution ( double resolution ) : double
ClipScale ( double scale ) : double
CloseToolTip ( ) : void
CreateErrorMessage ( string message ) : void
EndPinch ( ) : void
GetFullViewBounds ( ) : Rectangle2D
InitTimer ( ) : void
InsertLayerContainer ( Layer layer ) : void
IsPinchOrStretch ( Point scale ) : bool
Layers_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
Layers_LayersInitialized ( object sender, EventArgs args ) : void
LoadContinuousLayersInView ( bool useTransitions ) : void
LoadLayerInView ( bool useTransitions, Rectangle2D drawBounds, Layer layer ) : void
LoadLayersInView ( bool useTransitions, Rectangle2D drawBounds ) : void
Map_Loaded ( object sender, RoutedEventArgs e ) : void
Map_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
Map_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
Map_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
Map_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Map_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnAnglePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMapActionChanged ( MapActionArgs args ) : void
PanCompleted ( ) : void
QuinticEaseOut ( double t, double b, double c, double d ) : double
RaiseAngleChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
RaiseViewBoundsChanged ( ) : void
RemoveMapLayers ( Layer _layer ) : void
ResetMapStatus ( ) : void
SetOriginAndResolution ( double currentResolution, Point2D currentOrigin, bool resetTransforms ) : void
ShowToolTip ( ) : void
StartPinch ( ) : void
Touch_FrameReported ( object sender, System.Windows.Input.TouchFrameEventArgs e ) : void
UpdateClip ( Size arrangeSize ) : void
_drawTimer_Tick ( object sender, EventArgs e ) : void
beginZoomToTargetBounds ( Rectangle2D targetBounds, bool skipAnimation ) : void
beginZoomToTargetBounds ( Rectangle2D targetBounds, bool skipAnimation, bool notDraw = false ) : void
getAdjustedViewBounds ( Rectangle2D viewBounds, Size viewSize ) : Rectangle2D
layer_Initialized ( object sender, EventArgs e ) : void
layer_OnLayerChanged ( object sender, EventArgs args ) : void
layersProgressHandler ( object sender, ProgressEventArgs args ) : void
mapToPanLayer ( Point2D pt ) : Point
panHelper_PanAnimationCompleted ( object sender, EventArgs e ) : void
panHelper_Panning ( object sender, EventArgs e ) : void
panLayerToMap ( Point pnt ) : Point2D
panTo ( Point2D center, bool skipAnimation ) : void
panTo ( Rectangle2D bounds ) : void
panTo ( Rectangle2D bounds, bool skipAnimation ) : void
raisePropertyChanged ( string propertyName ) : void
rootElementToMap ( Point pnt ) : Point2D
zoomAbout ( double factor, Point2D center, bool skipAnimation ) : void
zoomTo ( Rectangle2D bounds, bool skipAnimation ) : void
zoomToResolution ( double resolution, Point2D center, bool skipAnimation ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

${mapping_Map_method_ArrangeOverride_D}
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

CloseInfoWindow() 공개 메소드

${mapping_Map_method_closeInfoWindow_D}
public CloseInfoWindow ( ) : void
리턴 void

GetNextResolution() 공개 메소드

${mapping_Map_method_getNextResolution_D}
public GetNextResolution ( bool plus ) : double
plus bool ${mapping_Map_method_getNextResolution_param_plus}
리턴 double

GetNextScale() 공개 메소드

${mapping_Map_method_getNextScale_D}
public GetNextScale ( bool plus ) : double
plus bool ${mapping_Map_method_getNextScale_param_plus}
리턴 double

Map() 공개 메소드

${mapping_Map_constructor_None_D}
public Map ( ) : System
리턴 System

MapToScreen() 공개 메소드

${mapping_Map_method_mapToScreen_D}
public MapToScreen ( Point2D point2D ) : Point
point2D SuperMap.Web.Core.Point2D ${mapping_Map_method_mapToScreen_param_point2D}
리턴 Point

OnApplyTemplate() 공개 메소드

${mapping_Map_method_onApplyTemplate_D}
public OnApplyTemplate ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

${mapping_Map_event_onKeyDown_D}
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs ${mapping_Map_event_onKeyDown_param_e}
리턴 void

OnKeyUp() 보호된 메소드

${mapping_Map_event_onKeyUp_D}
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs ${mapping_Map_event_onKeyUp_param_e}
리턴 void

OnMouseEnter() 보호된 메소드

${ui_action_MapAction_event_onMouseEnter_D}
protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs ${ui_action_MapAction_event_onMouseEnter_param_e}
리턴 void

OnMouseLeave() 보호된 메소드

${ui_action_MapAction_event_onMouseLeave_D}
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs ${ui_action_MapAction_event_onMouseLeave_param_e}
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

${ui_action_MapAction_event_onMouseDown_D}
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs ${ui_action_MapAction_event_onMouseDown_param_e}
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

${ui_action_MapAction_event_onMouseUp_D}
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs ${ui_action_MapAction_event_onMouseUp_param_e}
리턴 void

OnMouseMove() 보호된 메소드

${ui_action_MapAction_event_onMouseMove_D}
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs ${ui_action_MapAction_event_onMouseMove_param_e}
리턴 void

OnMouseRightButtonDown() 보호된 메소드

${ui_action_MapAction_event_onMouseRightButtonDown_D}
protected OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs ${ui_action_MapAction_event_onMouseRightButtonDown_param_e}
리턴 void

OnMouseRightButtonUp() 보호된 메소드

${ui_action_MapAction_event_onMouseRightButtonUp_D}
protected OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs ${ui_action_MapAction_event_onMouseRightButtonUp_param_e}
리턴 void

OnMouseWheel() 보호된 메소드

${ui_action_MapAction_event_onMouseWheel_D}
protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs ${ui_action_MapAction_event_onMouseWheel_param_e}
리턴 void

OpenInfoWindow() 공개 메소드

${mapping_Map_method_openInfoWindow_D}
public OpenInfoWindow ( Point2D location, UIElement element ) : void
location SuperMap.Web.Core.Point2D ${mapping_Map_method_openInfoWindow_param_location}
element UIElement ${mapping_Map_method_openInfoWindow_param_element}
리턴 void

OpenInfoWindow() 공개 메소드

${mapping_Map_method_openInfoWindow_D}
public OpenInfoWindow ( Point2D location, double offsetPixelX, double offsetPixelY, UIElement element ) : void
location SuperMap.Web.Core.Point2D ${mapping_Map_method_openInfoWindow_param_location}
offsetPixelX double ${mapping_Map_method_openInfoWindow_param_offsetPixelX}
offsetPixelY double ${mapping_Map_method_openInfoWindow_param_offsetPixelY}
element UIElement ${mapping_Map_method_openInfoWindow_param_element}
리턴 void

Pan() 공개 메소드

${mapping_Map_method_pan_D_sl}
public Pan ( double offsetX, double offsetY ) : void
offsetX double ${mapping_Map_method_pan_param_offsetX}
offsetY double ${mapping_Map_method_pan_param_offsetY}
리턴 void

PanByPixel() 공개 메소드

${mapping_Map_method_panByPixel_D}
public PanByPixel ( double pixelX, double pixelY ) : void
pixelX double ${mapping_Map_method_panByPixel_param_pixelX}
pixelY double ${mapping_Map_method_panByPixel_param_pixelY}
리턴 void

PanTo() 공개 메소드

${mapping_Map_method_panTo_D}
public PanTo ( Point2D center ) : void
center SuperMap.Web.Core.Point2D ${mapping_Map_method_panTo_param_center}
리턴 void

ScreenToMap() 공개 메소드

${mapping_Map_method_screenToMap_D}
public ScreenToMap ( Point point ) : Point2D
point Point ${mapping_Map_method_screenToMap_param_point}
리턴 SuperMap.Web.Core.Point2D

ViewEntire() 공개 메소드

${mapping_Map_method_viewEntire_D}
public ViewEntire ( ) : void
리턴 void

Zoom() 공개 메소드

${mapping_Map_method_zoom_D}
public Zoom ( double ratio ) : void
ratio double ${mapping_Map_method_zoom_param_ratio}
리턴 void

ZoomIn() 공개 메소드

${mapping_Map_method_zoomIn_D}
public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

${mapping_Map_method_zoomOut_D}
public ZoomOut ( ) : void
리턴 void

ZoomTo() 공개 메소드

${mapping_Map_method_zoomTo_D}
public ZoomTo ( Rectangle2D bounds ) : void
bounds SuperMap.Web.Core.Rectangle2D ${mapping_Map_method_zoomTo_param_bounds}
리턴 void

ZoomToLevel() 공개 메소드

${mapping_Map_method_zoomToLevel_Int_D}
public ZoomToLevel ( int level ) : void
level int ${mapping_Map_method_zoomToLevel_Int_param_level}
리턴 void

ZoomToLevel() 공개 메소드

${mapping_Map_method_zoomToLevel_Int_Point2D_D}
public ZoomToLevel ( int level, Point2D center ) : void
level int ${mapping_Map_method_zoomToLevel_Int_param_level}
center SuperMap.Web.Core.Point2D ${mapping_Map_method_zoomToLevel_Int_Point2D_param_center}
리턴 void

ZoomToResolution() 공개 메소드

${mapping_Map_method_zoomToResolution_Double_D}
public ZoomToResolution ( double resolution ) : void
resolution double ${mapping_Map_method_zoomToResolution_Double_param_resolution}
리턴 void

ZoomToResolution() 공개 메소드

${mapping_Map_method_zoomToResolution_Double_Point2D_D}
public ZoomToResolution ( double resolution, Point2D center ) : void
resolution double ${mapping_Map_method_zoomToResolution_Double_param_resolution}
center SuperMap.Web.Core.Point2D ${mapping_Map_method_zoomToResolution_Double_Point2D_param_center}
리턴 void

ZoomToScale() 공개 메소드

${mapping_Map_method_zoomToScale_Int_D}
public ZoomToScale ( double scale ) : void
scale double ${mapping_Map_method_zoomToScale_Int_param_scale}
리턴 void

ZoomToScale() 공개 메소드

${mapping_Map_method_zoomToScale_Int_Point2D_D}
public ZoomToScale ( double scale, Point2D center ) : void
scale double ${mapping_Map_method_zoomToScale_Int_param_scale}
center SuperMap.Web.Core.Point2D ${mapping_Map_method_zoomToScale_Int_Point2D_param_center}
리턴 void

프로퍼티 상세

AngleProperty 공개적으로 정적으로 프로퍼티

${pubilc_fields_identifies_sl} Angle ${pubilc_fields_attachedproperty_sl}
public static DependencyProperty,System.Windows AngleProperty
리턴 System.Windows.DependencyProperty

LayersProperty 공개적으로 정적으로 프로퍼티

${mapping_Map_field_layersProperty_D}
public static DependencyProperty,System.Windows LayersProperty
리턴 System.Windows.DependencyProperty

PanDurationProperty 공개적으로 정적으로 프로퍼티

${mapping_Map_field_PanDurationProperty_D}
public static DependencyProperty,System.Windows PanDurationProperty
리턴 System.Windows.DependencyProperty

PanFactorProperty 공개적으로 정적으로 프로퍼티

${mapping_Map_attribute_field_panFactorProperty_D}
public static DependencyProperty,System.Windows PanFactorProperty
리턴 System.Windows.DependencyProperty

ZoomDurationProperty 공개적으로 정적으로 프로퍼티

${mapping_Map_field_ZoomDurationProperty_D}
public static DependencyProperty,System.Windows ZoomDurationProperty
리턴 System.Windows.DependencyProperty

ZoomFactorProperty 공개적으로 정적으로 프로퍼티

${mapping_Map_attribute_field_zoomFactorProperty_D}
public static DependencyProperty,System.Windows ZoomFactorProperty
리턴 System.Windows.DependencyProperty