Uses of Class
net.wirelabs.jmaps.example.gpx.WptType
-
Packages that use WptType Package Description net.wirelabs.jmaps.example.components net.wirelabs.jmaps.example.gpx -
-
Uses of WptType in net.wirelabs.jmaps.example.components
Methods in net.wirelabs.jmaps.example.components that return types with arguments of type WptType Modifier and Type Method Description List<WptType>GPXParser. parseGpxFile(File file)Parses gpx file (note: all tracks and all segments are merged into one set of waypoints) -
Uses of WptType in net.wirelabs.jmaps.example.gpx
Fields in net.wirelabs.jmaps.example.gpx with type parameters of type WptType Modifier and Type Field Description protected List<WptType>RteType. rteptprotected List<WptType>TrksegType. trkptprotected List<WptType>GpxType. wptMethods in net.wirelabs.jmaps.example.gpx that return WptType Modifier and Type Method Description WptTypeObjectFactory. createWptType()Create an instance ofWptTypeMethods in net.wirelabs.jmaps.example.gpx that return types with arguments of type WptType Modifier and Type Method Description List<WptType>RteType. getRtept()Gets the value of the rtept property.List<WptType>TrksegType. getTrkpt()Gets the value of the trkpt property.List<WptType>GpxType. getWpt()Gets the value of the wpt property.
-