Uses of Interface
com.topografix.gpx.x1.x1.LongitudeType
Packages that use LongitudeType
-
Uses of LongitudeType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type LongitudeTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.SimpleTypeFactory<LongitudeType>LongitudeType.FactoryMethods in com.topografix.gpx.x1.x1 that return LongitudeTypeModifier and TypeMethodDescriptionPtType.xgetLon()Gets (as xml) the "lon" attributeWptType.xgetLon()Gets (as xml) the "lon" attributeBoundsType.xgetMaxlon()Gets (as xml) the "maxlon" attributeBoundsType.xgetMinlon()Gets (as xml) the "minlon" attributeMethods in com.topografix.gpx.x1.x1 with parameters of type LongitudeTypeModifier and TypeMethodDescriptionvoidPtType.xsetLon(LongitudeType lon) Sets (as xml) the "lon" attributevoidWptType.xsetLon(LongitudeType lon) Sets (as xml) the "lon" attributevoidBoundsType.xsetMaxlon(LongitudeType maxlon) Sets (as xml) the "maxlon" attributevoidBoundsType.xsetMinlon(LongitudeType minlon) Sets (as xml) the "minlon" attribute -
Uses of LongitudeType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement LongitudeTypeModifier and TypeClassDescriptionclassAn XML longitudeType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return LongitudeTypeModifier and TypeMethodDescriptionPtTypeImpl.xgetLon()Gets (as xml) the "lon" attributeWptTypeImpl.xgetLon()Gets (as xml) the "lon" attributeBoundsTypeImpl.xgetMaxlon()Gets (as xml) the "maxlon" attributeBoundsTypeImpl.xgetMinlon()Gets (as xml) the "minlon" attributeMethods in com.topografix.gpx.x1.x1.impl with parameters of type LongitudeTypeModifier and TypeMethodDescriptionvoidPtTypeImpl.xsetLon(LongitudeType lon) Sets (as xml) the "lon" attributevoidWptTypeImpl.xsetLon(LongitudeType lon) Sets (as xml) the "lon" attributevoidBoundsTypeImpl.xsetMaxlon(LongitudeType maxlon) Sets (as xml) the "maxlon" attributevoidBoundsTypeImpl.xsetMinlon(LongitudeType minlon) Sets (as xml) the "minlon" attribute