BdsApi  2.2.5
This is the Blacknest BDS API.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Public Attributes | List of all members
Bds::SelectionInfo Class Reference

This class defines the set of metadata or siesmic data selected when getSelectionInfo() is use. More...

#include <BdsD.h>

Public Member Functions

 SelectionInfo (BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BList< BString > networks=BList< BString >(), BList< BString > arrays=BList< BString >(), BList< BString > stations=BList< BString >(), BList< BString > arraysAndStations=BList< BString >(), BList< BString > channels=BList< BString >(), BList< BString > sources=BList< BString >(), BUInt32 numDataChannels=0)
 

Public Attributes

BTimeStamp startTime
 The Start Time. More...
 
BTimeStamp endTime
 The End Time. More...
 
BList< BStringnetworks
 The list of Network Names. More...
 
BList< BStringarrays
 The list of Array names. More...
 
BList< BStringstations
 The list of Station names. More...
 
BList< BStringarraysAndStations
 The list of Array and Station names. More...
 
BList< BStringchannels
 The list of Channels. More...
 
BList< BStringsources
 The list of Data Sources. More...
 
BUInt32 numDataChannels
 The number of sets of data in the system matching the criteria. More...
 

Detailed Description

This class defines the set of metadata or siesmic data selected when getSelectionInfo() is use.

This provides information on everything selected by a Selection object from the BDS metadata or seismic data sets.

Constructor & Destructor Documentation

Bds::SelectionInfo::SelectionInfo ( BTimeStamp  startTime = BTimeStamp(),
BTimeStamp  endTime = BTimeStamp(),
BList< BString networks = BList<BString >(),
BList< BString arrays = BList<BString >(),
BList< BString stations = BList<BString >(),
BList< BString arraysAndStations = BList<BString >(),
BList< BString channels = BList<BString >(),
BList< BString sources = BList<BString >(),
BUInt32  numDataChannels = 0 
)

Member Data Documentation

BList<BString > Bds::SelectionInfo::arrays

The list of Array names.

BList<BString > Bds::SelectionInfo::arraysAndStations

The list of Array and Station names.

BList<BString > Bds::SelectionInfo::channels

The list of Channels.

BTimeStamp Bds::SelectionInfo::endTime

The End Time.

BList<BString > Bds::SelectionInfo::networks

The list of Network Names.

BUInt32 Bds::SelectionInfo::numDataChannels

The number of sets of data in the system matching the criteria.

BList<BString > Bds::SelectionInfo::sources

The list of Data Sources.

BTimeStamp Bds::SelectionInfo::startTime

The Start Time.

BList<BString > Bds::SelectionInfo::stations

The list of Station names.


The documentation for this class was generated from the following files: