C# 클래스 GPX.GPXFile

파일 보기 프로젝트 열기: Ehryk/GPXDataAnalyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Result string

공개 메소드들

메소드 설명
GPXFile ( FileStream gpxFile ) : System
GPXFile ( string path = "..\\..\\Sample.gpx" ) : System
Get ( ) : gpxType
GetTrackFirstSegmentPoints ( string trackName ) : List
GetTrackFirstSegmentPoints ( trkType track ) : List
GetTrackNames ( ) : List
GetTrackPoints ( string trackName, int segment ) : List
GetTrackPoints ( trksegType trackSegment ) : List
GetTrackSegments ( string trackName ) : List
GetTrackSegments ( trkType track ) : List
GetTracks ( ) : List
GetWaypoints ( ) : List
Load ( FileStream gpxFile ) : string
Load ( string path = "..\\..\\Sample.gpx" ) : string

메소드 상세

GPXFile() 공개 메소드

public GPXFile ( FileStream gpxFile ) : System
gpxFile System.IO.FileStream
리턴 System

GPXFile() 공개 메소드

public GPXFile ( string path = "..\\..\\Sample.gpx" ) : System
path string
리턴 System

Get() 공개 메소드

public Get ( ) : gpxType
리턴 gpxType

GetTrackFirstSegmentPoints() 공개 메소드

public GetTrackFirstSegmentPoints ( string trackName ) : List
trackName string
리턴 List

GetTrackFirstSegmentPoints() 공개 정적인 메소드

public static GetTrackFirstSegmentPoints ( trkType track ) : List
track trkType
리턴 List

GetTrackNames() 공개 메소드

public GetTrackNames ( ) : List
리턴 List

GetTrackPoints() 공개 메소드

public GetTrackPoints ( string trackName, int segment ) : List
trackName string
segment int
리턴 List

GetTrackPoints() 공개 정적인 메소드

public static GetTrackPoints ( trksegType trackSegment ) : List
trackSegment trksegType
리턴 List

GetTrackSegments() 공개 메소드

public GetTrackSegments ( string trackName ) : List
trackName string
리턴 List

GetTrackSegments() 공개 정적인 메소드

public static GetTrackSegments ( trkType track ) : List
track trkType
리턴 List

GetTracks() 공개 메소드

public GetTracks ( ) : List
리턴 List

GetWaypoints() 공개 메소드

public GetWaypoints ( ) : List
리턴 List

Load() 공개 메소드

public Load ( FileStream gpxFile ) : string
gpxFile System.IO.FileStream
리턴 string

Load() 공개 메소드

public Load ( string path = "..\\..\\Sample.gpx" ) : string
path string
리턴 string

프로퍼티 상세

Result 공개적으로 프로퍼티

public string Result
리턴 string