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()
String
public void setEllipsoid(String value)
value
- allowed object is
String
public String getZone()
String
public void setZone(String value)
value
- allowed object is
String
public BigDecimal getXM()
BigDecimal
public void setXM(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getYM()
BigDecimal
public void setYM(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2020 Tethys. All rights reserved.