Uses of Interface
com.topografix.gpx.x1.x1.WptType
-
Packages that use WptType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl net.wirelabs.jmaps.example.components -
-
Uses of WptType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type WptType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<WptType>WptType. FactoryMethods in com.topografix.gpx.x1.x1 that return WptType Modifier and Type Method Description WptTypeRteType. addNewRtept()Appends and returns a new empty value (as xml) as the last "rtept" elementWptTypeTrksegType. addNewTrkpt()Appends and returns a new empty value (as xml) as the last "trkpt" elementWptTypeGpxType. addNewWpt()Appends and returns a new empty value (as xml) as the last "wpt" elementWptType[]RteType. getRteptArray()Gets array of all "rtept" elementsWptTypeRteType. getRteptArray(int i)Gets ith "rtept" elementWptType[]TrksegType. getTrkptArray()Gets array of all "trkpt" elementsWptTypeTrksegType. getTrkptArray(int i)Gets ith "trkpt" elementWptType[]GpxType. getWptArray()Gets array of all "wpt" elementsWptTypeGpxType. getWptArray(int i)Gets ith "wpt" elementWptTypeRteType. insertNewRtept(int i)Inserts and returns a new empty value (as xml) as the ith "rtept" elementWptTypeTrksegType. insertNewTrkpt(int i)Inserts and returns a new empty value (as xml) as the ith "trkpt" elementWptTypeGpxType. 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 WptType Modifier and Type Method Description List<WptType>RteType. getRteptList()Gets a List of "rtept" elementsList<WptType>TrksegType. getTrkptList()Gets a List of "trkpt" elementsList<WptType>GpxType. getWptList()Gets a List of "wpt" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type WptType Modifier and Type Method Description voidRteType. 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 WptType Modifier and Type Class Description classWptTypeImplAn XML wptType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return WptType Modifier and Type Method Description WptTypeRteTypeImpl. addNewRtept()Appends and returns a new empty value (as xml) as the last "rtept" elementWptTypeTrksegTypeImpl. addNewTrkpt()Appends and returns a new empty value (as xml) as the last "trkpt" elementWptTypeGpxTypeImpl. addNewWpt()Appends and returns a new empty value (as xml) as the last "wpt" elementWptType[]RteTypeImpl. getRteptArray()Gets array of all "rtept" elementsWptTypeRteTypeImpl. getRteptArray(int i)Gets ith "rtept" elementWptType[]TrksegTypeImpl. getTrkptArray()Gets array of all "trkpt" elementsWptTypeTrksegTypeImpl. getTrkptArray(int i)Gets ith "trkpt" elementWptType[]GpxTypeImpl. getWptArray()Gets array of all "wpt" elementsWptTypeGpxTypeImpl. getWptArray(int i)Gets ith "wpt" elementWptTypeRteTypeImpl. insertNewRtept(int i)Inserts and returns a new empty value (as xml) as the ith "rtept" elementWptTypeTrksegTypeImpl. insertNewTrkpt(int i)Inserts and returns a new empty value (as xml) as the ith "trkpt" elementWptTypeGpxTypeImpl. 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 WptType Modifier and Type Method Description List<WptType>RteTypeImpl. getRteptList()Gets a List of "rtept" elementsList<WptType>TrksegTypeImpl. getTrkptList()Gets a List of "trkpt" elementsList<WptType>GpxTypeImpl. getWptList()Gets a List of "wpt" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type WptType Modifier and Type Method Description voidRteTypeImpl. 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 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)
-