public class UTMCoordinateType extends Object
Java class for UTMCoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTMCoordinateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Easting" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Northing" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Elevation_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
easting |
protected Double |
elevationM |
protected double |
northing |
| Constructor and Description |
|---|
UTMCoordinateType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getEasting()
Gets the value of the easting property.
|
Double |
getElevationM()
Gets the value of the elevationM property.
|
double |
getNorthing()
Gets the value of the northing property.
|
void |
setEasting(double value)
Sets the value of the easting property.
|
void |
setElevationM(Double value)
Sets the value of the elevationM property.
|
void |
setNorthing(double value)
Sets the value of the northing property.
|
protected double easting
protected double northing
protected Double elevationM
public double getEasting()
public void setEasting(double value)
public double getNorthing()
public void setNorthing(double value)
public Double getElevationM()
DoubleCopyright © 2024 Tethys. All rights reserved.