C# 클래스 csCommon.MapPlugins.MapTools.RouteTool.Route

상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Finish csPoint
Layer GroupLayer
MLayer GraphicsLayer
Start csPoint
_finish Graphic
_line Graphic
_start Graphic

공개 메소드들

메소드 설명
DecodeLatLong ( string encoded ) : List
GeoTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
GetDistance ( ) : double
Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void

비공개 메소드들

메소드 설명
DecodePoint ( string encoded, int startindex, int &finishindex ) : int

decodes the cuurent chunk into a single integer value

Remove ( ) : void
StartPlay ( ) : void
UpdateLine ( GoogleDirections gd ) : void
UpdatePoint ( string state, MapPoint geometry ) : void
ViewDef_MapManipulationDelta ( object sender, EventArgs e ) : void

메소드 상세

DecodeLatLong() 공개 정적인 메소드

public static DecodeLatLong ( string encoded ) : List
encoded string
리턴 List

GeoTimer_Elapsed() 공개 메소드

public GeoTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
리턴 void

GetDistance() 공개 메소드

public GetDistance ( ) : double
리턴 double

Init() 공개 메소드

public Init ( GroupLayer gl, MapPoint start, MapPoint finish, System.Windows.ResourceDictionary rd ) : void
gl GroupLayer
start MapPoint
finish MapPoint
rd System.Windows.ResourceDictionary
리턴 void

프로퍼티 상세

Finish 공개적으로 프로퍼티

public csPoint Finish
리턴 csPoint

Layer 공개적으로 프로퍼티

public GroupLayer Layer
리턴 GroupLayer

MLayer 공개적으로 프로퍼티

public GraphicsLayer MLayer
리턴 GraphicsLayer

Start 공개적으로 프로퍼티

public csPoint Start
리턴 csPoint

_finish 공개적으로 프로퍼티

public Graphic _finish
리턴 Graphic

_line 공개적으로 프로퍼티

public Graphic _line
리턴 Graphic

_start 공개적으로 프로퍼티

public Graphic _start
리턴 Graphic