#include <BdsD.h>
Public Member Functions | |
Location (BUInt32 pid=BUInt32(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString pnetwork=BString(), BString pstation=BString(), BString pdatum=BString(), BFloat64 plongitude=BFloat64(), BFloat64 platitude=BFloat64(), BFloat64 pelevation=BFloat64(), BFloat64 parrayOffsetEast=BFloat64(), BFloat64 parrayOffsetNorth=BFloat64()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time the channel was available. | |
BString | network |
The Network/Organisation Name. | |
BString | station |
The station this location is for. | |
BString | datum |
The locations Datum. | |
BFloat64 | longitude |
The longitude in degrees using the WGS84 datum. | |
BFloat64 | latitude |
The Latitude in degrees using the WGS84 datum. | |
BFloat64 | elevation |
The ground level elevation in meters from the WGS84 ellipsoid (Sea level). | |
BFloat64 | arrayOffsetEast |
The Array offset in in an array in an easterly direction. | |
BFloat64 | arrayOffsetNorth |
The Array offset in in an array in a northerly direction. |
Bds::Location::Location | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BString | pnetwork = BString() , |
|||
BString | pstation = BString() , |
|||
BString | pdatum = BString() , |
|||
BFloat64 | plongitude = BFloat64() , |
|||
BFloat64 | platitude = BFloat64() , |
|||
BFloat64 | pelevation = BFloat64() , |
|||
BFloat64 | parrayOffsetEast = BFloat64() , |
|||
BFloat64 | parrayOffsetNorth = BFloat64() | |||
) |
BError Bds::Location::getMembers | ( | BDictString & | members | ) |
BString Bds::Location::getType | ( | ) |
BError Bds::Location::setMembers | ( | BDictString & | members | ) |
BFloat64 Bds::Location::arrayOffsetEast |
The Array offset in in an array in an easterly direction.
BFloat64 Bds::Location::arrayOffsetNorth |
The Array offset in in an array in a northerly direction.
BString Bds::Location::datum |
The locations Datum.
BFloat64 Bds::Location::elevation |
The ground level elevation in meters from the WGS84 ellipsoid (Sea level).
BTimeStamp Bds::Location::endTime |
The End Time the channel was available.
BUInt32 Bds::Location::id |
The ID.
BFloat64 Bds::Location::latitude |
The Latitude in degrees using the WGS84 datum.
BFloat64 Bds::Location::longitude |
The longitude in degrees using the WGS84 datum.
BString Bds::Location::network |
The Network/Organisation Name.
BTimeStamp Bds::Location::startTime |
The Start Time.
BString Bds::Location::station |
The station this location is for.