Package | Description |
---|---|
org.graphstream.stream.file |
Modifier and Type | Method and Description |
---|---|
private FileSourceGPX.WayPoint |
FileSourceGPX.GPXParser.__rtept()
name : RTEPT
attributes :
structure : __wptType
|
private FileSourceGPX.WayPoint |
FileSourceGPX.GPXParser.__trkpt()
name : TRKPT
attributes :
structure : __wptType
|
private FileSourceGPX.WayPoint |
FileSourceGPX.GPXParser.waypoint(java.lang.String elementName)
Base for read points since points can be one of "wpt", "rtept",
"trkpt".
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<FileSourceGPX.WayPoint> |
FileSourceGPX.GPXParser.__trkseg()
name : TRKSEG
attributes :
structure : TRKPT* EXTENSIONS?
|