Class TPEGPointLocation

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TPEGFramedPoint, TPEGSimplePoint

    public abstract class TPEGPointLocation
    extends Object
    implements Serializable
    A single point on the road network defined by a TPEG-Loc structure and which has an associated direction of traffic flow.

    Java class for TPEGPointLocation complex type.

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

     <complexType name="TPEGPointLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tpegDirection" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc02DirectionTypeEnum"/>
             <element name="tpegpointLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form