Uses of Interface
com.topografix.gpx.x1.x1.GpxType
-
Packages that use GpxType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of GpxType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type GpxType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<GpxType>GpxType. FactoryMethods in com.topografix.gpx.x1.x1 that return GpxType Modifier and Type Method Description GpxTypeGpxDocument. addNewGpx()Appends and returns a new empty "gpx" elementGpxTypeGpxDocument. getGpx()Gets the "gpx" elementMethods in com.topografix.gpx.x1.x1 with parameters of type GpxType Modifier and Type Method Description voidGpxDocument. setGpx(GpxType gpx)Sets the "gpx" element -
Uses of GpxType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement GpxType Modifier and Type Class Description classGpxTypeImplAn XML gpxType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return GpxType Modifier and Type Method Description GpxTypeGpxDocumentImpl. addNewGpx()Appends and returns a new empty "gpx" elementGpxTypeGpxDocumentImpl. getGpx()Gets the "gpx" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type GpxType Modifier and Type Method Description voidGpxDocumentImpl. setGpx(GpxType gpx)Sets the "gpx" element
-