This class defines a Location. This will be the stations location.
More...
#include <BdsD.h>
List of all members.
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.
|
Detailed Description
This class defines a Location. This will be the stations location.
Constructor & Destructor Documentation
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() |
|
) |
| |
Member Function Documentation
BError Bds::Location::getMembers |
( |
BDictString & |
members | ) |
|
BString Bds::Location::getType |
( |
| ) |
|
BError Bds::Location::setMembers |
( |
BDictString & |
members | ) |
|
Member Data Documentation
The Array offset in in an array in an easterly direction.
The Array offset in in an array in a northerly direction.
The ground level elevation in meters from the WGS84 ellipsoid (Sea level)
The End Time the channel was available.
The Latitude in degrees using the WGS84 datum.
The longitude in degrees using the WGS84 datum.
The Network/Organisation Name.
The station this location is for.
The documentation for this class was generated from the following files: