Class PtType

java.lang.Object
org.bremersee.gpx.model.PtType
All Implemented Interfaces:
Serializable

public class PtType extends Object implements Serializable
A geographic point with optional elevation and time. Available for use by other schemas.

Java class for ptType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ptType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ele" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
       <attribute name="lat" use="required" type="{http://www.topografix.com/GPX/1/1}latitudeType" />
       <attribute name="lon" use="required" type="{http://www.topografix.com/GPX/1/1}longitudeType" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: