Uses of Interface
com.topografix.gpx.x1.x1.RteType
-
Packages that use RteType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of RteType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type RteType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<RteType>RteType. FactoryMethods in com.topografix.gpx.x1.x1 that return RteType Modifier and Type Method Description RteTypeGpxType. addNewRte()Appends and returns a new empty value (as xml) as the last "rte" elementRteType[]GpxType. getRteArray()Gets array of all "rte" elementsRteTypeGpxType. getRteArray(int i)Gets ith "rte" elementRteTypeGpxType. insertNewRte(int i)Inserts and returns a new empty value (as xml) as the ith "rte" elementMethods in com.topografix.gpx.x1.x1 that return types with arguments of type RteType Modifier and Type Method Description List<RteType>GpxType. getRteList()Gets a List of "rte" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type RteType Modifier and Type Method Description voidGpxType. setRteArray(int i, RteType rte)Sets ith "rte" elementvoidGpxType. setRteArray(RteType[] rteArray)Sets array of all "rte" element -
Uses of RteType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement RteType Modifier and Type Class Description classRteTypeImplAn XML rteType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return RteType Modifier and Type Method Description RteTypeGpxTypeImpl. addNewRte()Appends and returns a new empty value (as xml) as the last "rte" elementRteType[]GpxTypeImpl. getRteArray()Gets array of all "rte" elementsRteTypeGpxTypeImpl. getRteArray(int i)Gets ith "rte" elementRteTypeGpxTypeImpl. insertNewRte(int i)Inserts and returns a new empty value (as xml) as the ith "rte" elementMethods in com.topografix.gpx.x1.x1.impl that return types with arguments of type RteType Modifier and Type Method Description List<RteType>GpxTypeImpl. getRteList()Gets a List of "rte" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type RteType Modifier and Type Method Description voidGpxTypeImpl. setRteArray(int i, RteType rte)Sets ith "rte" elementvoidGpxTypeImpl. setRteArray(RteType[] rteArray)Sets array of all "rte" element WARNING: This method is not atomicaly synchronized.
-