Uses of Interface
com.topografix.gpx.x1.x1.WptType
Packages that use WptType
Package
Description
-
Uses of WptType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type WptTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<WptType>WptType.FactoryMethods in com.topografix.gpx.x1.x1 that return WptTypeModifier and TypeMethodDescriptionRteType.addNewRtept()Appends and returns a new empty value (as xml) as the last "rtept" elementTrksegType.addNewTrkpt()Appends and returns a new empty value (as xml) as the last "trkpt" elementGpxType.addNewWpt()Appends and returns a new empty value (as xml) as the last "wpt" elementWptType[]RteType.getRteptArray()Gets array of all "rtept" elementsRteType.getRteptArray(int i) Gets ith "rtept" elementWptType[]TrksegType.getTrkptArray()Gets array of all "trkpt" elementsTrksegType.getTrkptArray(int i) Gets ith "trkpt" elementWptType[]GpxType.getWptArray()Gets array of all "wpt" elementsGpxType.getWptArray(int i) Gets ith "wpt" elementRteType.insertNewRtept(int i) Inserts and returns a new empty value (as xml) as the ith "rtept" elementTrksegType.insertNewTrkpt(int i) Inserts and returns a new empty value (as xml) as the ith "trkpt" elementGpxType.insertNewWpt(int i) Inserts and returns a new empty value (as xml) as the ith "wpt" elementMethods in com.topografix.gpx.x1.x1 that return types with arguments of type WptTypeModifier and TypeMethodDescriptionRteType.getRteptList()Gets a List of "rtept" elementsTrksegType.getTrkptList()Gets a List of "trkpt" elementsGpxType.getWptList()Gets a List of "wpt" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type WptTypeModifier and TypeMethodDescriptionvoidRteType.setRteptArray(int i, WptType rtept) Sets ith "rtept" elementvoidRteType.setRteptArray(WptType[] rteptArray) Sets array of all "rtept" elementvoidTrksegType.setTrkptArray(int i, WptType trkpt) Sets ith "trkpt" elementvoidTrksegType.setTrkptArray(WptType[] trkptArray) Sets array of all "trkpt" elementvoidGpxType.setWptArray(int i, WptType wpt) Sets ith "wpt" elementvoidGpxType.setWptArray(WptType[] wptArray) Sets array of all "wpt" element -
Uses of WptType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement WptTypeModifier and TypeClassDescriptionclassAn XML wptType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return WptTypeModifier and TypeMethodDescriptionRteTypeImpl.addNewRtept()Appends and returns a new empty value (as xml) as the last "rtept" elementTrksegTypeImpl.addNewTrkpt()Appends and returns a new empty value (as xml) as the last "trkpt" elementGpxTypeImpl.addNewWpt()Appends and returns a new empty value (as xml) as the last "wpt" elementWptType[]RteTypeImpl.getRteptArray()Gets array of all "rtept" elementsRteTypeImpl.getRteptArray(int i) Gets ith "rtept" elementWptType[]TrksegTypeImpl.getTrkptArray()Gets array of all "trkpt" elementsTrksegTypeImpl.getTrkptArray(int i) Gets ith "trkpt" elementWptType[]GpxTypeImpl.getWptArray()Gets array of all "wpt" elementsGpxTypeImpl.getWptArray(int i) Gets ith "wpt" elementRteTypeImpl.insertNewRtept(int i) Inserts and returns a new empty value (as xml) as the ith "rtept" elementTrksegTypeImpl.insertNewTrkpt(int i) Inserts and returns a new empty value (as xml) as the ith "trkpt" elementGpxTypeImpl.insertNewWpt(int i) Inserts and returns a new empty value (as xml) as the ith "wpt" elementMethods in com.topografix.gpx.x1.x1.impl that return types with arguments of type WptTypeModifier and TypeMethodDescriptionRteTypeImpl.getRteptList()Gets a List of "rtept" elementsTrksegTypeImpl.getTrkptList()Gets a List of "trkpt" elementsGpxTypeImpl.getWptList()Gets a List of "wpt" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type WptTypeModifier and TypeMethodDescriptionvoidRteTypeImpl.setRteptArray(int i, WptType rtept) Sets ith "rtept" elementvoidRteTypeImpl.setRteptArray(WptType[] rteptArray) Sets array of all "rtept" element WARNING: This method is not atomicaly synchronized.voidTrksegTypeImpl.setTrkptArray(int i, WptType trkpt) Sets ith "trkpt" elementvoidTrksegTypeImpl.setTrkptArray(WptType[] trkptArray) Sets array of all "trkpt" element WARNING: This method is not atomicaly synchronized.voidGpxTypeImpl.setWptArray(int i, WptType wpt) Sets ith "wpt" elementvoidGpxTypeImpl.setWptArray(WptType[] wptArray) Sets array of all "wpt" element WARNING: This method is not atomicaly synchronized. -
Uses of WptType in net.wirelabs.jmaps.example.components
Methods in net.wirelabs.jmaps.example.components that return types with arguments of type WptTypeModifier and TypeMethodDescriptionGPXParser.parseGpxFile(File file) Parses gpx file (note: all tracks and all segments are merged into one set of waypoints)