public class WGS84CoordinateType extends Object
Java class for WGS84CoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WGS84CoordinateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Latitude" 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 |
elevationM |
protected double |
latitude |
protected double |
longitude |
| Constructor and Description |
|---|
WGS84CoordinateType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getElevationM()
Gets the value of the elevationM property.
|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
void |
setElevationM(Double value)
Sets the value of the elevationM property.
|
void |
setLatitude(double value)
Sets the value of the latitude property.
|
void |
setLongitude(double value)
Sets the value of the longitude property.
|
protected double longitude
protected double latitude
protected Double elevationM
public double getLongitude()
public void setLongitude(double value)
public double getLatitude()
public void setLatitude(double value)
public Double getElevationM()
DoubleCopyright © 2024 Tethys. All rights reserved.