Uses of Interface
com.topografix.gpx.x1.x1.TrkType
-
Packages that use TrkType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of TrkType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type TrkType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<TrkType>TrkType. FactoryMethods in com.topografix.gpx.x1.x1 that return TrkType Modifier and Type Method Description TrkTypeGpxType. addNewTrk()Appends and returns a new empty value (as xml) as the last "trk" elementTrkType[]GpxType. getTrkArray()Gets array of all "trk" elementsTrkTypeGpxType. getTrkArray(int i)Gets ith "trk" elementTrkTypeGpxType. insertNewTrk(int i)Inserts and returns a new empty value (as xml) as the ith "trk" elementMethods in com.topografix.gpx.x1.x1 that return types with arguments of type TrkType Modifier and Type Method Description List<TrkType>GpxType. getTrkList()Gets a List of "trk" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type TrkType Modifier and Type Method Description voidGpxType. setTrkArray(int i, TrkType trk)Sets ith "trk" elementvoidGpxType. setTrkArray(TrkType[] trkArray)Sets array of all "trk" element -
Uses of TrkType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement TrkType Modifier and Type Class Description classTrkTypeImplAn XML trkType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return TrkType Modifier and Type Method Description TrkTypeGpxTypeImpl. addNewTrk()Appends and returns a new empty value (as xml) as the last "trk" elementTrkType[]GpxTypeImpl. getTrkArray()Gets array of all "trk" elementsTrkTypeGpxTypeImpl. getTrkArray(int i)Gets ith "trk" elementTrkTypeGpxTypeImpl. insertNewTrk(int i)Inserts and returns a new empty value (as xml) as the ith "trk" elementMethods in com.topografix.gpx.x1.x1.impl that return types with arguments of type TrkType Modifier and Type Method Description List<TrkType>GpxTypeImpl. getTrkList()Gets a List of "trk" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type TrkType Modifier and Type Method Description voidGpxTypeImpl. setTrkArray(int i, TrkType trk)Sets ith "trk" elementvoidGpxTypeImpl. setTrkArray(TrkType[] trkArray)Sets array of all "trk" element WARNING: This method is not atomicaly synchronized.
-