com.esri.core.gps
Class Satellite
java.lang.Object
com.esri.core.gps.Satellite
public final class Satellite
- extends Object
Contains information about a particular satellite.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Satellite
public Satellite()
Satellite
public Satellite(int id,
int elevation,
int azimuth,
int signalStrength,
SatelliteSystem satelliteSystem)
getId
public int getId()
- Returns:
- the Satellite's identifier (ranges from 1 to 32).
getElevation
public int getElevation()
- Returns:
- the elevation of the satellite in degrees from 0 degrees to 90 degrees.
getAzimuth
public int getAzimuth()
- Returns:
- the azimuth of the satellite (0-359 degrees).
getSignalStrength
public int getSignalStrength()
- Returns:
- the strength of the satellite's signal. Represents signal to noise ratio in
dBHz (0 to around 35).
getSatelliteSystem
public SatelliteSystem getSatelliteSystem()
- Returns:
- the
SatelliteSystem
this satellite belongs to.
setId
public void setId(int id)
setElevation
public void setElevation(int elevation)
setAzimuth
public void setAzimuth(int azimuth)
setSignalStrength
public void setSignalStrength(int signalStrength)
setSatelliteSystem
public void setSatelliteSystem(SatelliteSystem satelliteSystem)
Copyright © 2012. All Rights Reserved.