Account
| BdsApi 2.0.11 |
Bds::Location Class Reference
This class defines a Location. This will be the stations location. More...
#include <BdsD.h>
Inheritance diagram for Bds::Location:
Public Member Functions | |
| Location (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString network=BString(), BString station=BString(), BString datum=BString(), BFloat64 longitude=0, BFloat64 latitude=0, BFloat64 elevation=0, BFloat64 arrayOffsetEast=0, BFloat64 arrayOffsetNorth=0) | |
| BString | getType () |
| BError | setMembers (BDictString &members) |
| BError | setMember (BString name, BString value) |
| BError | getMembers (BDictString &members) |
| BError | getMember (BString name, BString &value) |
Public Member Functions inherited from BObj | |
| BObj () | |
| virtual | ~BObj () |
| virtual const char * | getType () const |
| virtual const BObjMember * | getMembers () const |
| virtual void | membersPrint () const |
| virtual BString | getDebugString () |
Public Attributes | |
| BUInt32 | id |
| The ID. More... | |
| BTimeStamp | startTime |
| The Start Time. More... | |
| BTimeStamp | endTime |
| The End Time the channel was available. More... | |
| BString | network |
| The Network/Organisation Name. More... | |
| BString | station |
| The station this location is for. More... | |
| BString | datum |
| The locations Datum. More... | |
| BFloat64 | longitude |
| The longitude in degrees using the WGS84 datum. More... | |
| BFloat64 | latitude |
| The Latitude in degrees using the WGS84 datum. More... | |
| BFloat64 | elevation |
| The ground level elevation in meters from the WGS84 ellipsoid (Sea level) More... | |
| BFloat64 | arrayOffsetEast |
| The Array offset in in an array in an easterly direction. More... | |
| BFloat64 | arrayOffsetNorth |
| The Array offset in in an array in a northerly direction. More... | |
Detailed Description
This class defines a Location. This will be the stations location.
Constructor & Destructor Documentation
◆ Location()
| Bds::Location::Location | ( | BUInt32 | id = 0, |
| BTimeStamp | startTime = BTimeStamp(), | ||
| BTimeStamp | endTime = BTimeStamp(), | ||
| BString | network = BString(), | ||
| BString | station = BString(), | ||
| BString | datum = BString(), | ||
| BFloat64 | longitude = 0, | ||
| BFloat64 | latitude = 0, | ||
| BFloat64 | elevation = 0, | ||
| BFloat64 | arrayOffsetEast = 0, | ||
| BFloat64 | arrayOffsetNorth = 0 | ||
| ) |
Member Function Documentation
◆ getMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::Location::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ arrayOffsetEast
| BFloat64 Bds::Location::arrayOffsetEast |
The Array offset in in an array in an easterly direction.
◆ arrayOffsetNorth
| BFloat64 Bds::Location::arrayOffsetNorth |
The Array offset in in an array in a northerly direction.
◆ datum
| BString Bds::Location::datum |
The locations Datum.
◆ elevation
| BFloat64 Bds::Location::elevation |
The ground level elevation in meters from the WGS84 ellipsoid (Sea level)
◆ endTime
| BTimeStamp Bds::Location::endTime |
The End Time the channel was available.
◆ id
| BUInt32 Bds::Location::id |
The ID.
◆ latitude
| BFloat64 Bds::Location::latitude |
The Latitude in degrees using the WGS84 datum.
◆ longitude
| BFloat64 Bds::Location::longitude |
The longitude in degrees using the WGS84 datum.
◆ network
| BString Bds::Location::network |
The Network/Organisation Name.
◆ startTime
| BTimeStamp Bds::Location::startTime |
The Start Time.
◆ station
| BString Bds::Location::station |
The station this location is for.
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from