Class TPEGSimplePoint

  • All Implemented Interfaces:
    Serializable

    public class TPEGSimplePoint
    extends TPEGPointLocation
    implements Serializable
    A point on the road network which is not bounded by any other points on the road network.

    Java class for TPEGSimplePoint complex type.

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

     <complexType name="TPEGSimplePoint">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGPointLocation">
           <sequence>
             <element name="tpegLocationType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc01SimplePointLocationSubtypeEnum"/>
             <element name="point" type="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"/>
             <element name="tpegsimplePointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form