C# Class GPX.GPXFile

Afficher le fichier Open project: Ehryk/GPXDataAnalyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
Result string

Méthodes publiques

Méthode Description
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

Method Details

GPXFile() public méthode

public GPXFile ( FileStream gpxFile ) : System
gpxFile System.IO.FileStream
Résultat System

GPXFile() public méthode

public GPXFile ( string path = "..\\..\\Sample.gpx" ) : System
path string
Résultat System

Get() public méthode

public Get ( ) : gpxType
Résultat gpxType

GetTrackFirstSegmentPoints() public méthode

public GetTrackFirstSegmentPoints ( string trackName ) : List
trackName string
Résultat List

GetTrackFirstSegmentPoints() public static méthode

public static GetTrackFirstSegmentPoints ( trkType track ) : List
track trkType
Résultat List

GetTrackNames() public méthode

public GetTrackNames ( ) : List
Résultat List

GetTrackPoints() public méthode

public GetTrackPoints ( string trackName, int segment ) : List
trackName string
segment int
Résultat List

GetTrackPoints() public static méthode

public static GetTrackPoints ( trksegType trackSegment ) : List
trackSegment trksegType
Résultat List

GetTrackSegments() public méthode

public GetTrackSegments ( string trackName ) : List
trackName string
Résultat List

GetTrackSegments() public static méthode

public static GetTrackSegments ( trkType track ) : List
track trkType
Résultat List

GetTracks() public méthode

public GetTracks ( ) : List
Résultat List

GetWaypoints() public méthode

public GetWaypoints ( ) : List
Résultat List

Load() public méthode

public Load ( FileStream gpxFile ) : string
gpxFile System.IO.FileStream
Résultat string

Load() public méthode

public Load ( string path = "..\\..\\Sample.gpx" ) : string
path string
Résultat string

Property Details

Result public_oe property

public string Result
Résultat string