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()
ILocation
getLatitude
in interface ILocation
public void setLatitude(java.lang.Double latitude)
public java.lang.Double getLongitude()
ILocation
getLongitude
in interface ILocation
public void setLongitude(java.lang.Double longitude)
public java.lang.Double getElevation()
ILocation
getElevation
in interface ILocation
public void setElevation(java.lang.Double elevation)