Class TPEGAreaLocation

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TPEGGeometricArea, TPEGNamedOnlyArea

    public abstract class TPEGAreaLocation
    extends Object
    implements Serializable
    A geographic or geometric area defined by a TPEG-Loc structure which may include height information for additional geospatial descrimination.

    Java class for TPEGAreaLocation complex type.

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

     <complexType name="TPEGAreaLocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="tpegLocationType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc01AreaLocationSubtypeEnum"/>
             <element name="tpegheight" type="{http://datex2.eu/schema/1_0/1_0}TPEGHeight" minOccurs="0"/>
             <element name="tpegareaLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form