Uses of Class
com.topografix.gpx.x1.x1.FixType.Enum
-
Packages that use FixType.Enum Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of FixType.Enum in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 declared as FixType.Enum Modifier and Type Field Description static FixType.EnumFixType. DGPSstatic FixType.EnumFixType. NONEstatic FixType.EnumFixType. PPSstatic FixType.EnumFixType. X_2_Dstatic FixType.EnumFixType. X_3_DMethods in com.topografix.gpx.x1.x1 that return FixType.Enum Modifier and Type Method Description static FixType.EnumFixType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static FixType.EnumFixType.Enum. forString(String s)Returns the enum value for a string, or null if none.FixType.EnumWptType. getFix()Gets the "fix" elementMethods in com.topografix.gpx.x1.x1 with parameters of type FixType.Enum Modifier and Type Method Description voidWptType. setFix(FixType.Enum fix)Sets the "fix" element -
Uses of FixType.Enum in com.topografix.gpx.x1.x1.impl
Methods in com.topografix.gpx.x1.x1.impl that return FixType.Enum Modifier and Type Method Description FixType.EnumWptTypeImpl. getFix()Gets the "fix" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type FixType.Enum Modifier and Type Method Description voidWptTypeImpl. setFix(FixType.Enum fix)Sets the "fix" element
-