BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
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 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)
 

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  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

§ getMember()

BError Bds::Location::getMember ( BString  name,
BString &  value 
)

§ getMembers()

BError Bds::Location::getMembers ( BDictString &  members)

§ getType()

BString Bds::Location::getType ( )

§ setMember()

BError Bds::Location::setMember ( BString  name,
BString  value 
)

§ setMembers()

BError Bds::Location::setMembers ( BDictString &  members)

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: