12 #ifndef DopplerCentroidParameters_h 13 #define DopplerCentroidParameters_h bool _dop_conf_below_thresh_flag
dop_conf_below_thresh_flag
float _dop_coef[5]
dop_coef[5]
virtual ~DopplerCentroidParameters()
Destructor.
DopplerCentroidParameters()
Constructor.
bool get_attach_flag()
attach_flag
friend std::ostream & operator<<(std::ostream &os, const DopplerCentroidParameters &data)
This function writes the DopplerCentroidParameters in a stream.
bool get_dop_conf_below_thresh_flag()
dop_conf_below_thresh_flag
DopplerCentroidParameters & operator=(const DopplerCentroidParameters &rhs)
Copy operator.
float * get_dop_coef()
dop_coef[5]
signed short _delta_dopp_coeff[5]
delta_dopp_coeff[5]
std::string _zero_doppler_time
zero_doppler_time
float get_slant_range_time()
slant_range_time
float get_dop_conf()
dop_conf
EnvisatAsarRecord * Clone()
This function is able to create a new instance of the class initialised with the data of the calling ...
This class is able to read the ASAR DopplerCentroidParameters record.
float _slant_range_time
slant_range_time
std::string get_zero_doppler_time()
zero_doppler_time
void Read(std::istream &is)
Reads the class data from a stream.
bool _attach_flag
attach_flag
EnvisatAsarRecord * Instanciate()
This function is able to create a new instance of the class.
std::basic_istream< char > istream
Base class for char input streams.
signed short * get_delta_dopp_coeff()
delta_dopp_coeff[5]
This class is the base class of all the Envisat ASAR record classes.
friend std::istream & operator>>(std::istream &is, DopplerCentroidParameters &data)
This function reads a DopplerCentroidParameters from a stream.
void Write(std::ostream &os)
Writes the class to a stream.
std::basic_ostream< char > ostream
Base class for char output streams.