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