void Copy( const CPolarCoordinate& coordinate )
-
Copies the contents of another CPolarCoordinate.
void Get( double& up_down_angle, double& left_right_angle, double& distance )
-
This allows you to retrieve all the data members in one function call.
double GetUpDownAngleInDegrees( void ) const
-
This method returns the up/down angle in degrees.
double GetLeftRightAngleInDegrees( void ) const
-
This method returns the left/right angle in degrees.
double GetDistanceFromSurfaceInMeters( void ) const
-
This method returns the distance from the surface of the ellipsoid.
void Set( double up_down_angle, double left_right_angle, double distance )
-
This lets you set all of the data members in a single function call.
void SetUpDownAngleInDegrees( double up_down_angle )
-
This method sets the up/down angle.
void SetLeftRightAngleInDegrees( double left_right_angle )
-
This method sets the left/right angle.
void SetDistanceFromSurfaceInMeters( double distance )
-
This method sets the distance from the surface of the ellipsoid.