Account
Bds::Location Class Reference
This class defines a Location. This will be the stations location. The id field provides a name for a sensors location relative to the station. More... #include <BdsD.h>
Public Member Functions | |
Location () | |
Location (BString pid, Float64 platitude, Float64 plongitude, Float64 pelevation, Float64 pdepth) | |
Public Attributes | |
BString | id |
The location ID. | |
Float64 | latitude |
The Latitude in degrees using the WGS84 datum. | |
Float64 | longitude |
The longitude in degrees using the WGS84 datum. | |
Float64 | elevation |
The ground level elevation in meters from the WGS84 ellipsoid (Sea level). | |
Float64 | depth |
The depth below ground level. |
Detailed Description
This class defines a Location. This will be the stations location. The id field provides a name for a sensors location relative to the station.Constructor & Destructor Documentation
Bds::Location::Location | ( | ) |
Bds::Location::Location | ( | BString | pid, | |
Float64 | platitude, | |||
Float64 | plongitude, | |||
Float64 | pelevation, | |||
Float64 | pdepth | |||
) |
Member Data Documentation
BString Bds::Location::id |
The location ID.
Float64 Bds::Location::latitude |
The Latitude in degrees using the WGS84 datum.
Float64 Bds::Location::longitude |
The longitude in degrees using the WGS84 datum.
Float64 Bds::Location::elevation |
The ground level elevation in meters from the WGS84 ellipsoid (Sea level).
Float64 Bds::Location::depth |
The depth below ground level.
The documentation for this class was generated from the following files:
Generated on Thu Mar 20 11:23:35 2008 for BdsApi by
