Class TPEGPoint

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TPEGJunction, TPEGNonJunctionPoint

    public abstract class TPEGPoint
    extends Object
    implements Serializable
    A point on the road network which is either a junction point or a non junction point.

    Java class for TPEGPoint complex type.

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

     <complexType name="TPEGPoint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TPEGPoint

        public TPEGPoint()