Uses of Interface
com.topografix.gpx.x1.x1.LatitudeType
-
Packages that use LatitudeType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of LatitudeType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type LatitudeType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.SimpleTypeFactory<LatitudeType>LatitudeType. FactoryMethods in com.topografix.gpx.x1.x1 that return LatitudeType Modifier and Type Method Description LatitudeTypePtType. xgetLat()Gets (as xml) the "lat" attributeLatitudeTypeWptType. xgetLat()Gets (as xml) the "lat" attributeLatitudeTypeBoundsType. xgetMaxlat()Gets (as xml) the "maxlat" attributeLatitudeTypeBoundsType. xgetMinlat()Gets (as xml) the "minlat" attributeMethods in com.topografix.gpx.x1.x1 with parameters of type LatitudeType Modifier and Type Method Description voidPtType. xsetLat(LatitudeType lat)Sets (as xml) the "lat" attributevoidWptType. xsetLat(LatitudeType lat)Sets (as xml) the "lat" attributevoidBoundsType. xsetMaxlat(LatitudeType maxlat)Sets (as xml) the "maxlat" attributevoidBoundsType. xsetMinlat(LatitudeType minlat)Sets (as xml) the "minlat" attribute -
Uses of LatitudeType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement LatitudeType Modifier and Type Class Description classLatitudeTypeImplAn XML latitudeType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return LatitudeType Modifier and Type Method Description LatitudeTypePtTypeImpl. xgetLat()Gets (as xml) the "lat" attributeLatitudeTypeWptTypeImpl. xgetLat()Gets (as xml) the "lat" attributeLatitudeTypeBoundsTypeImpl. xgetMaxlat()Gets (as xml) the "maxlat" attributeLatitudeTypeBoundsTypeImpl. xgetMinlat()Gets (as xml) the "minlat" attributeMethods in com.topografix.gpx.x1.x1.impl with parameters of type LatitudeType Modifier and Type Method Description voidPtTypeImpl. xsetLat(LatitudeType lat)Sets (as xml) the "lat" attributevoidWptTypeImpl. xsetLat(LatitudeType lat)Sets (as xml) the "lat" attributevoidBoundsTypeImpl. xsetMaxlat(LatitudeType maxlat)Sets (as xml) the "maxlat" attributevoidBoundsTypeImpl. xsetMinlat(LatitudeType minlat)Sets (as xml) the "minlat" attribute
-