Class PointCoordinates

  • All Implemented Interfaces:
    Serializable

    public class PointCoordinates
    extends Object
    implements Serializable
    A pair of coordinates defining the geodetic position of a single point using the European Terrestrial Reference System 1989 (ETRS89).

    Java class for PointCoordinates complex type.

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

     <complexType name="PointCoordinates">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="latitude" type="{http://datex2.eu/schema/1_0/1_0}Float"/>
             <element name="longitude" type="{http://datex2.eu/schema/1_0/1_0}Float"/>
             <element name="pointCoordinatesExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • latitude

        protected float latitude
      • longitude

        protected float longitude
      • pointCoordinatesExtension

        protected ExtensionType pointCoordinatesExtension
    • Constructor Detail

      • PointCoordinates

        public PointCoordinates()
    • Method Detail

      • getLatitude

        public float getLatitude()
        Gets the value of the latitude property.
      • setLatitude

        public void setLatitude​(float value)
        Sets the value of the latitude property.
      • getLongitude

        public float getLongitude()
        Gets the value of the longitude property.
      • setLongitude

        public void setLongitude​(float value)
        Sets the value of the longitude property.
      • getPointCoordinatesExtension

        public ExtensionType getPointCoordinatesExtension()
        Gets the value of the pointCoordinatesExtension property.
        Returns:
        possible object is ExtensionType
      • setPointCoordinatesExtension

        public void setPointCoordinatesExtension​(ExtensionType value)
        Sets the value of the pointCoordinatesExtension property.
        Parameters:
        value - allowed object is ExtensionType