Class Index | Cross Index | Namespace Index |
Latitude & Longitude.
Contained in: FrameCPP::Version_3_4_5
Derived from:
none
Derived by:
none
#include "../../../../../lib/framecpp/src/Version3_4_5/location.hh"
public function member index: |
|||
inline | Location | (); | Default Constructor. |
inline | Location | (const Location& loc); | Copy constructor. |
inline | Location | (INT_2S lonD, INT_2S lonM, REAL_4 lonS, INT_2S latD, INT_2S latM, REAL_4 latS); | Constructor. |
inline INT_2S | getLatD | () const; | Get Latitude Degrees. |
inline INT_2S | getLatM | () const; | Get Latitude Minutes. |
inline REAL_4 | getLatS | () const; | Get Latitude Seconds. |
inline INT_2S | getLonD | () const; | Get Longitude Degrees. |
inline INT_2S | getLonM | () const; | Get Longitude Minutes. |
inline REAL_4 | getLonS | () const; | Get Longitude Seconds. |
const Location& | operator = | (const Location& loc); | Assignment Operator. |
bool | operator == | (const Location& loc) const; | Equal comparison. |
This creates a location object with a latitude of 0 degrees and a longitude of zero degrees.
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Location& loc | Object to be copied. |
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
INT_2S lonD | |
INT_2S lonM | |
REAL_4 lonS | |
INT_2S latD | |
INT_2S latM | |
REAL_4 latS |
Return value:
INT_2S
Exceptions:
Exception | Description |
None. | |
None. |
Return value:
INT_2S
Exceptions:
Exception | Description |
None. | |
None. |
Return value:
REAL_4
Exceptions:
Exception | Description |
None. | |
None. |
Return value:
INT_2S
Exceptions:
Exception | Description |
None. | |
None. |
Return value:
INT_2S
Exceptions:
Exception | Description |
None. | |
None. |
Return value:
REAL_4
Exceptions:
Exception | Description |
None. | |
None. |
Parameters:
Parameter | Description |
const Location& loc | Obejct to be assigned. |
Return value:
const Location&This object.
Exceptions:
Exception | Description |
None. |
Determines whether two Location objects are equal.
Parameters:
Parameter | Description |
const Location& loc | The object to compare with. |
Return value:
booltrue if the objects are equal.
Exceptions:
Exception | Description |
None. |