This class defines a Location. This will be the stations location.
More...
#include <BdsD.h>
|
| 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 | setMember (BString name, BString value) |
|
BError | getMembers (BDictString &members) |
|
BError | getMember (BString name, BString &value) |
|
This class defines a Location. This will be the stations location.
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::getMember |
( |
BString |
name, |
|
|
BString & |
value |
|
) |
| |
BError Bds::Location::getMembers |
( |
BDictString & |
members | ) |
|
BString Bds::Location::getType |
( |
| ) |
|
BError Bds::Location::setMember |
( |
BString |
name, |
|
|
BString |
value |
|
) |
| |
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 |
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 |
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 |
BString Bds::Location::station |
The station this location is for.
The documentation for this class was generated from the following files: