BdsApi
2.2.2
This is the Blacknest BDS API.
|
This class defines the physical location of a Station. More...
#include <BdsD.h>
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) |
![]() | |
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... | |
This class defines the physical location of a Station.
This defines the physical location of the station using WGS84 longitude and latitude parameters. It also defines the stations elevation and if part of a seismic array, the offset with respect to the arrays centre 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 |
||
) |
|
virtual |
Reimplemented from BObj.
BString Bds::Location::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
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.