Uses of Interface
com.topografix.gpx.x1.x1.LatitudeType
Packages that use LatitudeType
-
Uses of LatitudeType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type LatitudeTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.SimpleTypeFactory<LatitudeType>LatitudeType.FactoryMethods in com.topografix.gpx.x1.x1 that return LatitudeTypeModifier and TypeMethodDescriptionPtType.xgetLat()Gets (as xml) the "lat" attributeWptType.xgetLat()Gets (as xml) the "lat" attributeBoundsType.xgetMaxlat()Gets (as xml) the "maxlat" attributeBoundsType.xgetMinlat()Gets (as xml) the "minlat" attributeMethods in com.topografix.gpx.x1.x1 with parameters of type LatitudeTypeModifier and TypeMethodDescriptionvoidPtType.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 LatitudeTypeModifier and TypeClassDescriptionclassAn XML latitudeType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return LatitudeTypeModifier and TypeMethodDescriptionPtTypeImpl.xgetLat()Gets (as xml) the "lat" attributeWptTypeImpl.xgetLat()Gets (as xml) the "lat" attributeBoundsTypeImpl.xgetMaxlat()Gets (as xml) the "maxlat" attributeBoundsTypeImpl.xgetMinlat()Gets (as xml) the "minlat" attributeMethods in com.topografix.gpx.x1.x1.impl with parameters of type LatitudeTypeModifier and TypeMethodDescriptionvoidPtTypeImpl.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