public class GroundTrackAngle extends Angle_360
The ground track angle is the heading over ground the sensor travels. It is important to note that the ground track angle is assumed to be with respect to the SRP rather than the sensor location. While this differentiation may seem insignificant, the difference between the coordinate system at the SRP and the platform becomes pronounced near the poles.
The ground track angle may either be the desired, ideal ground track angle or the actual ground track angle, depending on the sensor.
See ST1206 Section 6.2.13 for more information.
NUM_BYTES, value
Constructor and Description |
---|
GroundTrackAngle(byte[] bytes)
Create from encoded bytes.
|
GroundTrackAngle(double groundTrackAngle)
Create from value.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
getAngle, getDisplayableValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayableValue
public GroundTrackAngle(double groundTrackAngle)
groundTrackAngle
- ground track angle in degrees.public GroundTrackAngle(byte[] bytes)
bytes
- the byte array to decode the value from.Copyright © 2022 West Ridge Systems. All rights reserved.