public class TrackingCoordinates extends Object
TopocentricFrame
Constructor and Description |
---|
TrackingCoordinates(double azimuth,
double elevation,
double range)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getAzimuth()
Get the azimuth.
|
double |
getElevation()
Get the elevation.
|
double |
getRange()
Get the range.
|
public TrackingCoordinates(double azimuth, double elevation, double range)
azimuth
- azimuthelevation
- elevationrange
- rangepublic double getAzimuth()
The azimuth is the angle between the North direction at local point and the projection in local horizontal plane of the direction from local point to given point. Azimuth angles are counted clockwise, i.e positive towards the East.
public double getElevation()
The elevation is the angle between the local horizontal and the direction from local point to given point.
public double getRange()
Copyright © 2002-2023 CS GROUP. All rights reserved.