프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AngleProperty | DependencyProperty | ||
LayersProperty | DependencyProperty | ||
PanDurationProperty | DependencyProperty | ||
PanFactorProperty | DependencyProperty | ||
ZoomDurationProperty | DependencyProperty | ||
ZoomFactorProperty | DependencyProperty |
메소드 | 설명 | |
---|---|---|
CloseInfoWindow ( ) : void |
${mapping_Map_method_closeInfoWindow_D}
|
|
Dispose ( ) : void |
${mapping_Map_method_Dispose_D}
|
|
GetNextResolution ( bool plus ) : double |
${mapping_Map_method_getNextResolution_D}
|
|
GetNextScale ( bool plus ) : double |
${mapping_Map_method_getNextScale_D}
|
|
ManipulationPan ( int offsetX, int offsetY, MapStatus mapStatus ) : void |
${mapping_Map_method_ManipulationPan_D}
|
|
ManipulationZoom ( double resolution, |
${mapping_Map_method_ManipulationZoom_D}
|
|
Map ( ) : System |
${mapping_Map_constructor_None_D}
|
|
MapToScreen ( |
${mapping_Map_method_mapToScreen_D}
|
|
OpenInfoWindow ( |
${mapping_Map_method_openInfoWindow_D}
|
|
OpenInfoWindow ( |
${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 ( |
${mapping_Map_method_panTo_D}
|
|
ScreenToMap ( Point point ) : |
${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 ( |
${mapping_Map_method_zoomTo_D}
|
|
ZoomToLevel ( int level ) : void |
${mapping_Map_method_zoomToLevel_Int_D}
|
|
ZoomToLevel ( int level, |
${mapping_Map_method_zoomToLevel_Int_Point2D_D}
|
|
ZoomToResolution ( double resolution ) : void |
${mapping_Map_method_zoomToResolution_Double_D}
|
|
ZoomToResolution ( double resolution, |
${mapping_Map_method_zoomToResolution_Double_Point2D_D}
|
|
ZoomToResolution ( double resolution, |
${mapping_Map_method_zoomToResolution_Double_Point2D_Bool_D}
|
|
ZoomToScale ( double scale ) : void |
${mapping_Map_method_zoomToScale_Int_D}
|
|
ZoomToScale ( double scale, |
${mapping_Map_method_zoomToScale_Int_Point2D_D}
|
메소드 | 설명 | |
---|---|---|
ArrangeOverride ( Size finalSize ) : Size |
${mapping_Map_method_ArrangeOverride_D}
|
|
OnApplyTemplate ( ) : void |
${mapping_Map_method_onApplyTemplate_D}
|
|
OnDoubleTapped ( |
||
OnHolding ( |
||
OnKeyDown ( |
||
OnKeyUp ( |
||
OnManipulationCompleted ( |
||
OnManipulationDelta ( |
||
OnManipulationInertiaStarting ( |
||
OnManipulationStarted ( |
||
OnManipulationStarting ( |
||
OnPointerCanceled ( |
||
OnPointerCaptureLost ( |
||
OnPointerEntered ( |
||
OnPointerExited ( |
||
OnPointerMoved ( |
||
OnPointerPressed ( |
||
OnPointerReleased ( |
||
OnPointerWheelChanged ( |
||
OnRightTapped ( |
||
OnTapped ( |
메소드 | 설명 | |
---|---|---|
AssignLayerContainer ( |
||
BuildMapAction ( ) : void | ||
CalculateStartViewBounds ( Size size ) : void | ||
ClipScale ( double scale ) : double | ||
CloseToolTip ( ) : void | ||
GetCurrentOffset ( ) : Point |
获取地图的偏移量,用作平移用。
|
|
GetFullViewBounds ( ) : |
||
InsertLayerContainer ( |
||
Layers_CollectionChanged ( object sender, |
||
Layers_LayersInitialized ( object sender, |
||
LoadLayerInView ( bool useTransitions, |
||
LoadLayersInView ( bool useTransitions, |
||
Map_Loaded ( object sender, RoutedEventArgs e ) : void | ||
Map_SizeChanged ( object sender, SizeChangedEventArgs e ) : void | ||
OnAnglePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnLayersPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnMapActionChanged ( |
||
PanTo ( |
||
RaiseAngleChanged ( DependencyPropertyChangedEventArgs e ) : void | ||
RaiseViewBoundsChanged ( ) : void | ||
RaiseViewBoundsChanging ( |
||
RemoveMapLayers ( |
||
ResetMapStatus ( ) : void | ||
ResetTranslate ( ) : void | ||
SetOriginAndResolution ( double currentResolution, |
所有对Map的分辨率的实际修改都要通过这个方法,这个方法在修改分辨率之前,需要重置偏移量和参考原点。
|
|
ShowToolTip ( ) : void | ||
UpdateClip ( Size arrangeSize ) : void | ||
ZoomHelper_ZoomCompleted ( object sender, |
||
ZoomHelper_ZoomStarted ( object sender, |
||
ZoomHelper_Zooming ( object sender, |
||
getAdjustedViewBounds ( |
||
layer_Initialized ( object sender, |
||
layer_OnLayerChanged ( object sender, |
||
layersProgressHandler ( object sender, |
||
mapToPanLayer ( |
||
panHelper_PanAnimationCompleted ( object sender, |
||
panHelper_PanStarted ( object sender, |
||
panHelper_Panning ( object sender, |
||
panLayerToMap ( Point pnt ) : |
||
panTo ( |
||
panTo ( |
||
raisePropertyChanged ( string propertyName ) : void | ||
rootElementToMap ( Point pnt ) : |
||
zoomAbout ( double factor, |
||
zoomTo ( |
protected ArrangeOverride ( Size finalSize ) : Size | ||
finalSize | Size | |
리턴 | Size |
public GetNextResolution ( bool plus ) : double | ||
plus | bool | ${mapping_Map_method_getNextResolution_param_plus} |
리턴 | double |
public GetNextScale ( bool plus ) : double | ||
plus | bool | ${mapping_Map_method_getNextScale_param_plus} |
리턴 | double |
public ManipulationPan ( int offsetX, int offsetY, MapStatus mapStatus ) : void | ||
offsetX | int | |
offsetY | int | |
mapStatus | MapStatus | |
리턴 | void |
public ManipulationZoom ( double resolution, |
||
resolution | double | |
center | ||
mapStatus | MapStatus | |
리턴 | void |
public MapToScreen ( |
||
point2D | ${mapping_Map_method_mapToScreen_param_point2D} | |
리턴 | Point |
protected OnDoubleTapped ( |
||
e | ||
리턴 | void |
protected OnHolding ( |
||
e | ||
리턴 | void |
protected OnKeyDown ( |
||
e | ||
리턴 | void |
protected OnKeyUp ( |
||
e | ||
리턴 | void |
protected OnManipulationCompleted ( |
||
e | ||
리턴 | void |
protected OnManipulationDelta ( |
||
e | ||
리턴 | void |
protected OnManipulationInertiaStarting ( |
||
e | ||
리턴 | void |
protected OnManipulationStarted ( |
||
e | ||
리턴 | void |
protected OnManipulationStarting ( |
||
e | ||
리턴 | void |
protected OnPointerCanceled ( |
||
e | ||
리턴 | void |
protected OnPointerCaptureLost ( |
||
e | ||
리턴 | void |
protected OnPointerEntered ( |
||
e | ||
리턴 | void |
protected OnPointerExited ( |
||
e | ||
리턴 | void |
protected OnPointerMoved ( |
||
e | ||
리턴 | void |
protected OnPointerPressed ( |
||
e | ||
리턴 | void |
protected OnPointerReleased ( |
||
e | ||
리턴 | void |
protected OnPointerWheelChanged ( |
||
e | ||
리턴 | void |
protected OnRightTapped ( |
||
e | ||
리턴 | void |
protected OnTapped ( |
||
e | ||
리턴 | void |
public OpenInfoWindow ( |
||
location | ${mapping_Map_method_openInfoWindow_param_location} | |
element | UIElement | ${mapping_Map_method_openInfoWindow_param_element} |
리턴 | void |
public OpenInfoWindow ( |
||
location | ${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 |
public Pan ( double offsetX, double offsetY ) : void | ||
offsetX | double | ${mapping_Map_method_pan_param_offsetX} |
offsetY | double | ${mapping_Map_method_pan_param_offsetY} |
리턴 | void |
public PanByPixel ( double pixelX, double pixelY ) : void | ||
pixelX | double | ${mapping_Map_method_panByPixel_param_pixelX} |
pixelY | double | ${mapping_Map_method_panByPixel_param_pixelY} |
리턴 | void |
public PanTo ( |
||
center | ${mapping_Map_method_panTo_param_center} | |
리턴 | void |
public ScreenToMap ( Point point ) : |
||
point | Point | ${mapping_Map_method_screenToMap_param_point} |
리턴 |
public Zoom ( double ratio ) : void | ||
ratio | double | ${mapping_Map_method_zoom_param_ratio} |
리턴 | void |
public ZoomTo ( |
||
bounds | ${mapping_Map_method_zoomTo_param_bounds} | |
리턴 | void |
public ZoomToLevel ( int level ) : void | ||
level | int | ${mapping_Map_method_zoomToLevel_Int_param_level} |
리턴 | void |
public ZoomToLevel ( int level, |
||
level | int | ${mapping_Map_method_zoomToLevel_Int_param_level} |
center | ${mapping_Map_method_zoomToLevel_Int_Point2D_param_center} | |
리턴 | void |
public ZoomToResolution ( double resolution ) : void | ||
resolution | double | ${mapping_Map_method_zoomToResolution_Double_param_resolution} |
리턴 | void |
public ZoomToResolution ( double resolution, |
||
resolution | double | ${mapping_Map_method_zoomToResolution_Double_param_resolution} |
center | ${mapping_Map_method_zoomToResolution_Double_Point2D_param_center} | |
리턴 | void |
public ZoomToResolution ( double resolution, |
||
resolution | double | ${mapping_Map_method_zoomToResolution_Double_param_resolution} |
center | ${mapping_Map_method_zoomToResolution_Double_Point2D_param_center} | |
skipAnimation | bool | |
리턴 | void |
public ZoomToScale ( double scale ) : void | ||
scale | double | ${mapping_Map_method_zoomToScale_Int_param_scale} |
리턴 | void |
public ZoomToScale ( double scale, |
||
scale | double | ${mapping_Map_method_zoomToScale_Int_param_scale} |
center | ${mapping_Map_method_zoomToScale_Int_Point2D_param_center} | |
리턴 | void |
public static DependencyProperty LayersProperty | ||
리턴 | DependencyProperty |
public static DependencyProperty PanDurationProperty | ||
리턴 | DependencyProperty |
public static DependencyProperty PanFactorProperty | ||
리턴 | DependencyProperty |
public static DependencyProperty ZoomDurationProperty | ||
리턴 | DependencyProperty |