C# 클래스 Map_Query_QueryByBoundsService.MeasureDistance

상속: Action
파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8

공개 메소드들

메소드 설명
Deactivate ( ) : void
DoubleTap ( GestureEventArgs e ) : void
Hold ( GestureEventArgs e ) : void
MeasureDistance ( Map map, ElementsLayer elementsLayer, FeaturesLayer featuresLayer ) : SuperMap.WindowsPhone.Core
Tap ( GestureEventArgs e ) : void

비공개 메소드들

메소드 설명
EndDistance ( Point2D endPoint ) : void
Init ( Point2D firstPoint ) : void

메소드 상세

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

DoubleTap() 공개 메소드

public DoubleTap ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void

Hold() 공개 메소드

public Hold ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void

MeasureDistance() 공개 메소드

public MeasureDistance ( Map map, ElementsLayer elementsLayer, FeaturesLayer featuresLayer ) : SuperMap.WindowsPhone.Core
map SuperMap.WindowsPhone.Mapping.Map
elementsLayer SuperMap.WindowsPhone.Mapping.ElementsLayer
featuresLayer FeaturesLayer
리턴 SuperMap.WindowsPhone.Core

Tap() 공개 메소드

public Tap ( GestureEventArgs e ) : void
e GestureEventArgs
리턴 void