![]() |
SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
class for a named location with lat-lon-Alt WGS84 position More...
#include <SLDeviceLocation.h>
Public Member Functions | |
SLLocation (string locName, int degreesLat, int minutesLat, double secondsLat, int degreesLon, int minutesLon, double secondsLon, double altitudeM) | |
SLLocation contructor with WGS84 position in deg, min. & sec. More... | |
SLLocation (string locName, SLVec3d posWGS84) | |
SLLocation contructor with decimal pos in WGS84. More... | |
Public Attributes | |
string | name |
SLVec3d | posWGS84LatLonAlt |
class for a named location with lat-lon-Alt WGS84 position
Definition at line 23 of file SLDeviceLocation.h.
|
inline |
SLLocation contructor with WGS84 position in deg, min. & sec.
Definition at line 27 of file SLDeviceLocation.h.
|
inline |
SLLocation contructor with decimal pos in WGS84.
Definition at line 50 of file SLDeviceLocation.h.
string SLLocation::name |
Definition at line 58 of file SLDeviceLocation.h.
SLVec3d SLLocation::posWGS84LatLonAlt |
Definition at line 59 of file SLDeviceLocation.h.