friend std::istream & operator>>(std::istream &is, TextRecord &data)
This function reads a TextRecord from a stream.
std::string _copyright_info
Copyright.
std::string get_phyvol_id()
Volume Description Record.
friend std::ostream & operator<<(std::ostream &os, const TextRecord &data)
This function writes the TextRecord in a stream.
std::string get_product_type()
Product type specifier.
This class is able to read the Text record of the volume directory file.
std::string get_scene_id()
Scene identifier.
std::string get_scene_loc()
Scene location.
void Read(std::istream &is)
Reads the class data from a stream.
std::string _product_create
Product creation info.
RadarSatRecord * Instanciate()
This function is able to create a new instance of the class.
std::string _product_type
Product type specifier.
std::string get_cont_flag()
Continuation flag.
RadarSatRecord * Clone()
This function is able to create a new instance of the class initialised with the data of the calling ...
std::string get_ascii_flag()
ASCII flag.
void Write(std::ostream &os)
Writes the class to a stream.
std::string _phyvol_id
Volume Description Record.
std::string get_copyright_info()
Copyright.
std::string get_product_create()
Product creation info.
TextRecord & operator=(const TextRecord &rhs)
Copy operator.