Uses of Interface
com.topografix.gpx.x1.x1.TrkType
Packages that use TrkType
-
Uses of TrkType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type TrkTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<TrkType>TrkType.FactoryMethods in com.topografix.gpx.x1.x1 that return TrkTypeModifier and TypeMethodDescriptionGpxType.addNewTrk()Appends and returns a new empty value (as xml) as the last "trk" elementTrkType[]GpxType.getTrkArray()Gets array of all "trk" elementsGpxType.getTrkArray(int i) Gets ith "trk" elementGpxType.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 TrkTypeMethods in com.topografix.gpx.x1.x1 with parameters of type TrkTypeModifier and TypeMethodDescriptionvoidGpxType.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 TrkTypeModifier and TypeClassDescriptionclassAn XML trkType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return TrkTypeModifier and TypeMethodDescriptionGpxTypeImpl.addNewTrk()Appends and returns a new empty value (as xml) as the last "trk" elementTrkType[]GpxTypeImpl.getTrkArray()Gets array of all "trk" elementsGpxTypeImpl.getTrkArray(int i) Gets ith "trk" elementGpxTypeImpl.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 TrkTypeMethods in com.topografix.gpx.x1.x1.impl with parameters of type TrkTypeModifier and TypeMethodDescriptionvoidGpxTypeImpl.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.