Uses of Interface
com.topografix.gpx.x1.x1.DgpsStationType
-
Packages that use DgpsStationType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of DgpsStationType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type DgpsStationType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.SimpleTypeFactory<DgpsStationType>DgpsStationType. FactoryMethods in com.topografix.gpx.x1.x1 that return DgpsStationType Modifier and Type Method Description DgpsStationTypeWptType. xgetDgpsid()Gets (as xml) the "dgpsid" elementMethods in com.topografix.gpx.x1.x1 with parameters of type DgpsStationType Modifier and Type Method Description voidWptType. xsetDgpsid(DgpsStationType dgpsid)Sets (as xml) the "dgpsid" element -
Uses of DgpsStationType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement DgpsStationType Modifier and Type Class Description classDgpsStationTypeImplAn XML dgpsStationType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return DgpsStationType Modifier and Type Method Description DgpsStationTypeWptTypeImpl. xgetDgpsid()Gets (as xml) the "dgpsid" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type DgpsStationType Modifier and Type Method Description voidWptTypeImpl. xsetDgpsid(DgpsStationType dgpsid)Sets (as xml) the "dgpsid" element
-