31 os<<
"swath:"<<data.
_swath.c_str()<<std::endl;
33 for (
int i = 0; i<33; i++) {
61 for (
int i = 0; i<33; i++) {
74 _zero_doppler_time(rhs._zero_doppler_time),
75 _attach_flag(rhs._attach_flag),
78 for (
int i = 0; i<33; i++) {
90 for (
int i = 0; i<33; i++) {
void SwitchEndian(T &value)
This function switches the LSB value and the MSB value of the parameter.
AntennaElevationPatterns()
Constructor.
std::ostream & operator<<(std::ostream &os, const AlosPalsarData &data)
bool _attach_flag
attach_flag
virtual ~AntennaElevationPatterns()
Destructor.
std::istream & operator>>(std::istream &is, AlosPalsarData &data)
std::string _zero_doppler_time
zero_doppler_time
std::basic_istream< char > istream
Base class for char input streams.
AntennaElevationPatterns & operator=(const AntennaElevationPatterns &rhs)
Copy operator.
This class is the base class of all the Envisat ASAR record classes.
float _elevation_pattern[33]
Elevation Pattern.
This class is able to read the ASAR AntennaElevationPatterns record.
std::basic_ostream< char > ostream
Base class for char output streams.