Class UTMCoordinates


  • public class UTMCoordinates
    extends Object
    Definition: Location on the Earth specified by the Universal Transverse Mercator coordinate system. -- Usage: Identifies the geographic location of a mobile phone by GPS using the WGS84 ellipsoid spatial reference system.

    Java class for UTMCoordinates complex type.

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

     <complexType name="UTMCoordinates">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="UTMZone" type="{}UTMZone"/>
             <element name="UTMEastward" type="{}UTMEastward"/>
             <element name="UTMNorthward" type="{}UTMNorthward"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • utmZone

        protected String utmZone
        The Utm zone.
      • utmEastward

        protected String utmEastward
        The Utm eastward.
      • utmNorthward

        protected String utmNorthward
        The Utm northward.
    • Constructor Detail

      • UTMCoordinates

        public UTMCoordinates()
    • Method Detail

      • getUTMZone

        public String getUTMZone()
        Gets the value of the utmZone property.
        Returns:
        possible object is String
      • setUTMZone

        public void setUTMZone​(String value)
        Sets the value of the utmZone property.
        Parameters:
        value - allowed object is String
      • getUTMEastward

        public String getUTMEastward()
        Gets the value of the utmEastward property.
        Returns:
        possible object is String
      • setUTMEastward

        public void setUTMEastward​(String value)
        Sets the value of the utmEastward property.
        Parameters:
        value - allowed object is String
      • getUTMNorthward

        public String getUTMNorthward()
        Gets the value of the utmNorthward property.
        Returns:
        possible object is String
      • setUTMNorthward

        public void setUTMNorthward​(String value)
        Sets the value of the utmNorthward property.
        Parameters:
        value - allowed object is String