Uses of Interface
com.topografix.gpx.x1.x1.FixType
-
Packages that use FixType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of FixType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type FixType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.SimpleTypeFactory<FixType>FixType. FactoryMethods in com.topografix.gpx.x1.x1 that return FixType Modifier and Type Method Description FixTypeWptType. xgetFix()Gets (as xml) the "fix" elementMethods in com.topografix.gpx.x1.x1 with parameters of type FixType Modifier and Type Method Description voidWptType. xsetFix(FixType fix)Sets (as xml) the "fix" element -
Uses of FixType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement FixType Modifier and Type Class Description classFixTypeImplAn XML fixType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return FixType Modifier and Type Method Description FixTypeWptTypeImpl. xgetFix()Gets (as xml) the "fix" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type FixType Modifier and Type Method Description voidWptTypeImpl. xsetFix(FixType fix)Sets (as xml) the "fix" element
-