Uses of Interface
com.topografix.gpx.x1.x1.DegreesType
-
Packages that use DegreesType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of DegreesType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type DegreesType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.SimpleTypeFactory<DegreesType>DegreesType. FactoryMethods in com.topografix.gpx.x1.x1 that return DegreesType Modifier and Type Method Description DegreesTypeWptType. xgetMagvar()Gets (as xml) the "magvar" elementMethods in com.topografix.gpx.x1.x1 with parameters of type DegreesType Modifier and Type Method Description voidWptType. xsetMagvar(DegreesType magvar)Sets (as xml) the "magvar" element -
Uses of DegreesType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement DegreesType Modifier and Type Class Description classDegreesTypeImplAn XML degreesType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return DegreesType Modifier and Type Method Description DegreesTypeWptTypeImpl. xgetMagvar()Gets (as xml) the "magvar" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type DegreesType Modifier and Type Method Description voidWptTypeImpl. xsetMagvar(DegreesType magvar)Sets (as xml) the "magvar" element
-