Uses of Interface
com.topografix.gpx.x1.x1.LongitudeType
-
Packages that use LongitudeType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of LongitudeType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type LongitudeType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.SimpleTypeFactory<LongitudeType>LongitudeType. FactoryMethods in com.topografix.gpx.x1.x1 that return LongitudeType Modifier and Type Method Description LongitudeTypePtType. xgetLon()Gets (as xml) the "lon" attributeLongitudeTypeWptType. xgetLon()Gets (as xml) the "lon" attributeLongitudeTypeBoundsType. xgetMaxlon()Gets (as xml) the "maxlon" attributeLongitudeTypeBoundsType. xgetMinlon()Gets (as xml) the "minlon" attributeMethods in com.topografix.gpx.x1.x1 with parameters of type LongitudeType Modifier and Type Method Description voidPtType. 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 LongitudeType Modifier and Type Class Description classLongitudeTypeImplAn XML longitudeType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return LongitudeType Modifier and Type Method Description LongitudeTypePtTypeImpl. xgetLon()Gets (as xml) the "lon" attributeLongitudeTypeWptTypeImpl. xgetLon()Gets (as xml) the "lon" attributeLongitudeTypeBoundsTypeImpl. xgetMaxlon()Gets (as xml) the "maxlon" attributeLongitudeTypeBoundsTypeImpl. xgetMinlon()Gets (as xml) the "minlon" attributeMethods in com.topografix.gpx.x1.x1.impl with parameters of type LongitudeType Modifier and Type Method Description voidPtTypeImpl. 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
-