public class Location extends java.lang.Object implements ILocation
| Constructor and Description |
|---|
Location() |
Location(java.lang.Double latitude,
java.lang.Double longitude) |
| Modifier and Type | Method and Description |
|---|---|
static Location |
copy(ILocation input)
Create a copy of an SPI object.
|
java.lang.Double |
getElevation()
Get elevation measurement.
|
java.lang.Double |
getLatitude()
Get latitude measurement.
|
java.lang.Double |
getLongitude()
Get longitude measurement.
|
void |
setElevation(java.lang.Double elevation) |
void |
setLatitude(java.lang.Double latitude) |
void |
setLongitude(java.lang.Double longitude) |
public Location()
public Location(java.lang.Double latitude,
java.lang.Double longitude)
public java.lang.Double getLatitude()
ILocationgetLatitude in interface ILocationpublic void setLatitude(java.lang.Double latitude)
public java.lang.Double getLongitude()
ILocationgetLongitude in interface ILocationpublic void setLongitude(java.lang.Double longitude)
public java.lang.Double getElevation()
ILocationgetElevation in interface ILocationpublic void setElevation(java.lang.Double elevation)