public class UTMType extends Object
Java class for UTMType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTMType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ellipsoid" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
<element name="Zone" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/>
<element name="x_m" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="y_m" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ellipsoid |
protected BigDecimal |
xm |
protected BigDecimal |
ym |
protected String |
zone |
| Constructor and Description |
|---|
UTMType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEllipsoid()
Gets the value of the ellipsoid property.
|
BigDecimal |
getXM()
Gets the value of the xm property.
|
BigDecimal |
getYM()
Gets the value of the ym property.
|
String |
getZone()
Gets the value of the zone property.
|
void |
setEllipsoid(String value)
Sets the value of the ellipsoid property.
|
void |
setXM(BigDecimal value)
Sets the value of the xm property.
|
void |
setYM(BigDecimal value)
Sets the value of the ym property.
|
void |
setZone(String value)
Sets the value of the zone property.
|
protected String ellipsoid
protected String zone
protected BigDecimal xm
protected BigDecimal ym
public String getEllipsoid()
Stringpublic void setEllipsoid(String value)
value - allowed object is
Stringpublic String getZone()
Stringpublic void setZone(String value)
value - allowed object is
Stringpublic BigDecimal getXM()
BigDecimalpublic void setXM(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getYM()
BigDecimalpublic void setYM(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2020 Tethys. All rights reserved.