Uses of Interface
com.topografix.gpx.x1.x1.BoundsType
-
Packages that use BoundsType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of BoundsType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type BoundsType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType>BoundsType. FactoryMethods in com.topografix.gpx.x1.x1 that return BoundsType Modifier and Type Method Description BoundsTypeMetadataType. addNewBounds()Appends and returns a new empty "bounds" elementBoundsTypeMetadataType. getBounds()Gets the "bounds" elementMethods in com.topografix.gpx.x1.x1 with parameters of type BoundsType Modifier and Type Method Description voidMetadataType. setBounds(BoundsType bounds)Sets the "bounds" element -
Uses of BoundsType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement BoundsType Modifier and Type Class Description classBoundsTypeImplAn XML boundsType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return BoundsType Modifier and Type Method Description BoundsTypeMetadataTypeImpl. addNewBounds()Appends and returns a new empty "bounds" elementBoundsTypeMetadataTypeImpl. getBounds()Gets the "bounds" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type BoundsType Modifier and Type Method Description voidMetadataTypeImpl. setBounds(BoundsType bounds)Sets the "bounds" element
-