public class UTMCoordinates extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
utmEastward
The Utm eastward.
|
protected String |
utmNorthward
The Utm northward.
|
protected String |
utmZone
The Utm zone.
|
| Constructor and Description |
|---|
UTMCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUTMEastward()
Gets the value of the utmEastward property.
|
String |
getUTMNorthward()
Gets the value of the utmNorthward property.
|
String |
getUTMZone()
Gets the value of the utmZone property.
|
void |
setUTMEastward(String value)
Sets the value of the utmEastward property.
|
void |
setUTMNorthward(String value)
Sets the value of the utmNorthward property.
|
void |
setUTMZone(String value)
Sets the value of the utmZone property.
|
protected String utmZone
protected String utmEastward
protected String utmNorthward
public String getUTMZone()
Stringpublic void setUTMZone(String value)
value - allowed object is Stringpublic String getUTMEastward()
Stringpublic void setUTMEastward(String value)
value - allowed object is Stringpublic String getUTMNorthward()
StringCopyright © 2022. All rights reserved.