OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is able to read the SAR leader file descriptor record of the leader file. More...
#include <ErsSarFileDescriptor.h>
Public Member Functions | |
ErsSarFileDescriptor () | |
Constructor. More... | |
virtual | ~ErsSarFileDescriptor () |
Destructor. More... | |
ErsSarFileDescriptor (const ErsSarFileDescriptor &rhs) | |
Copy constructor. More... | |
ErsSarFileDescriptor & | operator= (const ErsSarFileDescriptor &rhs) |
Copy operator. More... | |
ErsSarRecord * | Instanciate () |
This function is able to create a new instance of the class. More... | |
ErsSarRecord * | Clone () |
This function is able to create a new instance of the class initialised with the data of the calling instance. More... | |
void | Read (std::istream &is) |
Read the class data from a stream. More... | |
void | Write (std::ostream &os) |
Write the class to a stream. More... | |
std::string | get_ascii_flag () const |
ASCII flag. More... | |
std::string | get_format_doc () const |
Format control documentation. More... | |
std::string | get_format_ver () const |
Format doc version. More... | |
std::string | get_design_rev () const |
Format doc revision. More... | |
std::string | get_software_id () const |
Software identifier. More... | |
int | get_file_num () const |
File number. More... | |
std::string | get_file_name () const |
File name. More... | |
std::string | get_rec_seq () const |
Record sequence/location flag. More... | |
int | get_seq_loc () const |
Sequence number location. More... | |
int | get_seq_len () const |
Sequence number lenght. More... | |
std::string | get_rec_code () const |
Record code/location flag. More... | |
int | get_code_loc () const |
Record code location. More... | |
int | get_code_len () const |
Record code length. More... | |
std::string | get_rec_len () const |
Record length/location flag. More... | |
int | get_rlen_loc () const |
Record lenght location. More... | |
int | get_rlen_len () const |
Record length, bytes. More... | |
int | get_n_dataset () const |
Number of dataset summ records. More... | |
int | get_l_dataset () const |
Data set summary record length, bytes. More... | |
int | get_n_map_proj () const |
Number of map proj records. More... | |
int | get_l_map_proj () const |
Map projection record length, bytes. More... | |
int | get_n_plat_pos () const |
Number of platform position records. More... | |
int | get_l_plat_pos () const |
Platform position record length, bytes. More... | |
int | get_n_att_data () const |
Number of attitude data records. More... | |
int | get_l_att_data () const |
Attitude data record length, bytes. More... | |
int | get_n_radi_data () const |
Number of radiometric data records. More... | |
int | get_l_radi_data () const |
Radiometric data record length, bytes. More... | |
int | get_n_radi_comp () const |
Number of radiometric compensation records. More... | |
int | get_l_radi_comp () const |
Radiometric compensation record length, bytes. More... | |
int | get_n_qual_sum () const |
Number of data quality summary records. More... | |
int | get_l_qual_sum () const |
Data quality summary record length, bytes. More... | |
int | get_n_data_his () const |
Number of data histogram records. More... | |
int | get_l_data_his () const |
Data histogram record length, bytes. More... | |
int | get_n_rang_spec () const |
Number of range spectra records. More... | |
int | get_l_rang_spec () const |
Range spectra record length, bytes. More... | |
int | get_n_dem_desc () const |
Number of DEM descriptor records. More... | |
int | get_l_dem_desc () const |
DEM desc record length, bytes. More... | |
int | get_n_radar_par () const |
Number of RADAR par records. More... | |
int | get_l_radar_par () const |
RADAR par record length, bytes. More... | |
int | get_n_anno_data () const |
Number of annotation data records. More... | |
int | get_l_anno_data () const |
Annotation data record length, bytes. More... | |
int | get_n_det_proc () const |
Number of processing parameter records. More... | |
int | get_l_det_proc () const |
Processing parameter record length, bytes. More... | |
int | get_n_cal () const |
Number of calibration records. More... | |
int | get_l_cal () const |
Calibration record length, bytes. More... | |
int | get_n_gcp () const |
Number of GCP records. More... | |
int | get_l_gcp () const |
GCP record length, bytes. More... | |
int | get_n_fac_data () const |
Number of facility data records. More... | |
int | get_l_fac_data () const |
Fac data record length, bytes. More... | |
![]() | |
ErsSarRecord (std::string mnemonic) | |
Constructor. More... | |
virtual | ~ErsSarRecord () |
Destructor. More... | |
ErsSarRecord (const ErsSarRecord &rhs) | |
Copy constructor. More... | |
std::string | get_mnemonic () |
Protected Attributes | |
std::string | _ascii_flag |
ASCII flag. More... | |
std::string | _format_doc |
Format control documentation. More... | |
std::string | _format_ver |
Format doc version. More... | |
std::string | _design_rev |
Format doc revision. More... | |
std::string | _software_id |
Software identifier. More... | |
int | _file_num |
File number. More... | |
std::string | _file_name |
File name. More... | |
std::string | _rec_seq |
Record sequence/location flag. More... | |
int | _seq_loc |
Sequence number location. More... | |
int | _seq_len |
Sequence number lenght. More... | |
std::string | _rec_code |
Record code/location flag. More... | |
int | _code_loc |
Record code location. More... | |
int | _code_len |
Record code length. More... | |
std::string | _rec_len |
Record length/location flag. More... | |
int | _rlen_loc |
Record lenght location. More... | |
int | _rlen_len |
Record length, bytes. More... | |
int | _n_dataset |
Number of dataset summ records. More... | |
int | _l_dataset |
Data set summary record length, bytes. More... | |
int | _n_map_proj |
Number of map proj records. More... | |
int | _l_map_proj |
Map projection record length, bytes. More... | |
int | _n_plat_pos |
Number of platform position records. More... | |
int | _l_plat_pos |
Platform position record length, bytes. More... | |
int | _n_att_data |
Number of attitude data records. More... | |
int | _l_att_data |
Attitude data record length, bytes. More... | |
int | _n_radi_data |
Number of radiometric data records. More... | |
int | _l_radi_data |
Radiometric data record length, bytes. More... | |
int | _n_radi_comp |
Number of radiometric compensation records. More... | |
int | _l_radi_comp |
Radiometric compensation record length, bytes. More... | |
int | _n_qual_sum |
Number of data quality summary records. More... | |
int | _l_qual_sum |
Data quality summary record length, bytes. More... | |
int | _n_data_his |
Number of data histogram records. More... | |
int | _l_data_his |
Data histogram record length, bytes. More... | |
int | _n_rang_spec |
Number of range spectra records. More... | |
int | _l_rang_spec |
Range spectra record length, bytes. More... | |
int | _n_dem_desc |
Number of DEM descriptor records. More... | |
int | _l_dem_desc |
DEM desc record length, bytes. More... | |
int | _n_radar_par |
Number of RADAR par records. More... | |
int | _l_radar_par |
RADAR par record length, bytes. More... | |
int | _n_anno_data |
Number of annotation data records. More... | |
int | _l_anno_data |
Annotation data record length, bytes. More... | |
int | _n_det_proc |
Number of processing parameter records. More... | |
int | _l_det_proc |
Processing parameter record length, bytes. More... | |
int | _n_cal |
Number of calibration records. More... | |
int | _l_cal |
Calibration record length, bytes. More... | |
int | _n_gcp |
Number of GCP records. More... | |
int | _l_gcp |
GCP record length, bytes. More... | |
int | _n_fac_data |
Number of facility data records. More... | |
int | _l_fac_data |
Fac data record length, bytes. More... | |
![]() | |
std::string | _mnemonic |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ErsSarFileDescriptor &data) |
This function write the ErsSarFileDescriptor in a stream. More... | |
std::istream & | operator>> (std::istream &is, ErsSarFileDescriptor &data) |
This function read a ErsSarFileDescriptor from a stream. More... | |
This class is able to read the SAR leader file descriptor record of the leader file.
Definition at line 30 of file ErsSarFileDescriptor.h.
ossimplugins::ErsSarFileDescriptor::ErsSarFileDescriptor | ( | ) |
Constructor.
Definition at line 18 of file ErsSarFileDescriptor.cpp.
Referenced by Clone(), and Instanciate().
|
virtual |
ossimplugins::ErsSarFileDescriptor::ErsSarFileDescriptor | ( | const ErsSarFileDescriptor & | rhs | ) |
Copy constructor.
Definition at line 232 of file ErsSarFileDescriptor.cpp.
|
inlinevirtual |
This function is able to create a new instance of the class initialised with the data of the calling instance.
Implements ossimplugins::ErsSarRecord.
Definition at line 73 of file ErsSarFileDescriptor.h.
References ErsSarFileDescriptor().
|
inline |
ASCII flag.
Definition at line 97 of file ErsSarFileDescriptor.h.
References _ascii_flag.
|
inline |
Record code length.
Definition at line 182 of file ErsSarFileDescriptor.h.
References _code_len.
|
inline |
Record code location.
Definition at line 175 of file ErsSarFileDescriptor.h.
References _code_loc.
|
inline |
Format doc revision.
Definition at line 119 of file ErsSarFileDescriptor.h.
References _design_rev.
|
inline |
File name.
Definition at line 140 of file ErsSarFileDescriptor.h.
References _file_name.
Referenced by ossimplugins::ErsSarLeader::saveState().
|
inline |
File number.
Definition at line 133 of file ErsSarFileDescriptor.h.
References _file_num.
|
inline |
Format control documentation.
Definition at line 105 of file ErsSarFileDescriptor.h.
References _format_doc.
|
inline |
Format doc version.
Definition at line 112 of file ErsSarFileDescriptor.h.
References _format_ver.
|
inline |
Annotation data record length, bytes.
Definition at line 371 of file ErsSarFileDescriptor.h.
References _l_anno_data.
|
inline |
Attitude data record length, bytes.
Definition at line 259 of file ErsSarFileDescriptor.h.
References _l_att_data.
|
inline |
Calibration record length, bytes.
Definition at line 399 of file ErsSarFileDescriptor.h.
References _l_cal.
|
inline |
Data histogram record length, bytes.
Definition at line 315 of file ErsSarFileDescriptor.h.
References _l_data_his.
|
inline |
Data set summary record length, bytes.
Definition at line 217 of file ErsSarFileDescriptor.h.
References _l_dataset.
|
inline |
DEM desc record length, bytes.
Definition at line 343 of file ErsSarFileDescriptor.h.
References _l_dem_desc.
|
inline |
Processing parameter record length, bytes.
Definition at line 385 of file ErsSarFileDescriptor.h.
References _l_det_proc.
|
inline |
Fac data record length, bytes.
Definition at line 427 of file ErsSarFileDescriptor.h.
References _l_fac_data.
|
inline |
GCP record length, bytes.
Definition at line 413 of file ErsSarFileDescriptor.h.
References _l_gcp.
|
inline |
Map projection record length, bytes.
Definition at line 231 of file ErsSarFileDescriptor.h.
References _l_map_proj.
|
inline |
Platform position record length, bytes.
Definition at line 245 of file ErsSarFileDescriptor.h.
References _l_plat_pos.
|
inline |
Data quality summary record length, bytes.
Definition at line 301 of file ErsSarFileDescriptor.h.
References _l_qual_sum.
|
inline |
RADAR par record length, bytes.
Definition at line 357 of file ErsSarFileDescriptor.h.
References _l_radar_par.
|
inline |
Radiometric compensation record length, bytes.
Definition at line 287 of file ErsSarFileDescriptor.h.
References _l_radi_comp.
|
inline |
Radiometric data record length, bytes.
Definition at line 273 of file ErsSarFileDescriptor.h.
References _l_radi_data.
|
inline |
Range spectra record length, bytes.
Definition at line 329 of file ErsSarFileDescriptor.h.
References _l_rang_spec.
|
inline |
Number of annotation data records.
Definition at line 364 of file ErsSarFileDescriptor.h.
References _n_anno_data.
|
inline |
Number of attitude data records.
Definition at line 252 of file ErsSarFileDescriptor.h.
References _n_att_data.
|
inline |
Number of calibration records.
Definition at line 392 of file ErsSarFileDescriptor.h.
References _n_cal.
|
inline |
Number of data histogram records.
Definition at line 308 of file ErsSarFileDescriptor.h.
References _n_data_his.
|
inline |
Number of dataset summ records.
Definition at line 210 of file ErsSarFileDescriptor.h.
References _n_dataset.
|
inline |
Number of DEM descriptor records.
Definition at line 336 of file ErsSarFileDescriptor.h.
References _n_dem_desc.
|
inline |
Number of processing parameter records.
Definition at line 378 of file ErsSarFileDescriptor.h.
References _n_det_proc.
|
inline |
Number of facility data records.
Definition at line 420 of file ErsSarFileDescriptor.h.
References _n_fac_data.
|
inline |
Number of GCP records.
Definition at line 406 of file ErsSarFileDescriptor.h.
References _n_gcp.
|
inline |
Number of map proj records.
Definition at line 224 of file ErsSarFileDescriptor.h.
References _n_map_proj.
|
inline |
Number of platform position records.
Definition at line 238 of file ErsSarFileDescriptor.h.
References _n_plat_pos.
|
inline |
Number of data quality summary records.
Definition at line 294 of file ErsSarFileDescriptor.h.
References _n_qual_sum.
|
inline |
Number of RADAR par records.
Definition at line 350 of file ErsSarFileDescriptor.h.
References _n_radar_par.
|
inline |
Number of radiometric compensation records.
Definition at line 280 of file ErsSarFileDescriptor.h.
References _n_radi_comp.
|
inline |
Number of radiometric data records.
Definition at line 266 of file ErsSarFileDescriptor.h.
References _n_radi_data.
|
inline |
Number of range spectra records.
Definition at line 322 of file ErsSarFileDescriptor.h.
References _n_rang_spec.
|
inline |
Record code/location flag.
Definition at line 168 of file ErsSarFileDescriptor.h.
References _rec_code.
|
inline |
Record length/location flag.
Definition at line 189 of file ErsSarFileDescriptor.h.
References _rec_len.
|
inline |
Record sequence/location flag.
Definition at line 147 of file ErsSarFileDescriptor.h.
References _rec_seq.
|
inline |
Record length, bytes.
Definition at line 203 of file ErsSarFileDescriptor.h.
References _rlen_len.
|
inline |
Record lenght location.
Definition at line 196 of file ErsSarFileDescriptor.h.
References _rlen_loc.
|
inline |
Sequence number lenght.
Definition at line 161 of file ErsSarFileDescriptor.h.
References _seq_len.
|
inline |
Sequence number location.
Definition at line 154 of file ErsSarFileDescriptor.h.
References _seq_loc.
|
inline |
Software identifier.
Definition at line 126 of file ErsSarFileDescriptor.h.
References _software_id.
|
inlinevirtual |
This function is able to create a new instance of the class.
Implements ossimplugins::ErsSarRecord.
Definition at line 65 of file ErsSarFileDescriptor.h.
References ErsSarFileDescriptor().
ErsSarFileDescriptor & ossimplugins::ErsSarFileDescriptor::operator= | ( | const ErsSarFileDescriptor & | rhs | ) |
Copy operator.
Definition at line 285 of file ErsSarFileDescriptor.cpp.
References _ascii_flag, _code_len, _code_loc, _design_rev, _file_name, _file_num, _format_doc, _format_ver, _l_anno_data, _l_att_data, _l_cal, _l_data_his, _l_dataset, _l_dem_desc, _l_det_proc, _l_fac_data, _l_gcp, _l_map_proj, _l_plat_pos, _l_qual_sum, _l_radar_par, _l_radi_comp, _l_radi_data, _l_rang_spec, _n_anno_data, _n_att_data, _n_cal, _n_data_his, _n_dataset, _n_dem_desc, _n_det_proc, _n_fac_data, _n_gcp, _n_map_proj, _n_plat_pos, _n_qual_sum, _n_radar_par, _n_radi_comp, _n_radi_data, _n_rang_spec, _rec_code, _rec_len, _rec_seq, _rlen_len, _rlen_loc, _seq_len, _seq_loc, and _software_id.
|
inlinevirtual |
Read the class data from a stream.
Implements ossimplugins::ErsSarRecord.
Definition at line 81 of file ErsSarFileDescriptor.h.
|
inlinevirtual |
Write the class to a stream.
Implements ossimplugins::ErsSarRecord.
Definition at line 89 of file ErsSarFileDescriptor.h.
|
friend |
This function write the ErsSarFileDescriptor in a stream.
Definition at line 26 of file ErsSarFileDescriptor.cpp.
|
friend |
This function read a ErsSarFileDescriptor from a stream.
Definition at line 79 of file ErsSarFileDescriptor.cpp.
|
protected |
ASCII flag.
Definition at line 430 of file ErsSarFileDescriptor.h.
Referenced by get_ascii_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record code length.
Definition at line 485 of file ErsSarFileDescriptor.h.
Referenced by get_code_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record code location.
Definition at line 481 of file ErsSarFileDescriptor.h.
Referenced by get_code_loc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Format doc revision.
Definition at line 449 of file ErsSarFileDescriptor.h.
Referenced by get_design_rev(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
File name.
Definition at line 461 of file ErsSarFileDescriptor.h.
Referenced by get_file_name(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
File number.
Definition at line 457 of file ErsSarFileDescriptor.h.
Referenced by get_file_num(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Format control documentation.
Definition at line 441 of file ErsSarFileDescriptor.h.
Referenced by get_format_doc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Format doc version.
Definition at line 445 of file ErsSarFileDescriptor.h.
Referenced by get_format_ver(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Annotation data record length, bytes.
Definition at line 595 of file ErsSarFileDescriptor.h.
Referenced by get_l_anno_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Attitude data record length, bytes.
Definition at line 531 of file ErsSarFileDescriptor.h.
Referenced by get_l_att_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Calibration record length, bytes.
Definition at line 611 of file ErsSarFileDescriptor.h.
Referenced by get_l_cal(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Data histogram record length, bytes.
Definition at line 563 of file ErsSarFileDescriptor.h.
Referenced by get_l_data_his(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Data set summary record length, bytes.
Definition at line 507 of file ErsSarFileDescriptor.h.
Referenced by get_l_dataset(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
DEM desc record length, bytes.
Definition at line 579 of file ErsSarFileDescriptor.h.
Referenced by get_l_dem_desc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Processing parameter record length, bytes.
Definition at line 603 of file ErsSarFileDescriptor.h.
Referenced by get_l_det_proc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Fac data record length, bytes.
Definition at line 628 of file ErsSarFileDescriptor.h.
Referenced by get_l_fac_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
GCP record length, bytes.
Definition at line 619 of file ErsSarFileDescriptor.h.
Referenced by get_l_gcp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Map projection record length, bytes.
Definition at line 515 of file ErsSarFileDescriptor.h.
Referenced by get_l_map_proj(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Platform position record length, bytes.
Definition at line 523 of file ErsSarFileDescriptor.h.
Referenced by get_l_plat_pos(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Data quality summary record length, bytes.
Definition at line 555 of file ErsSarFileDescriptor.h.
Referenced by get_l_qual_sum(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
RADAR par record length, bytes.
Definition at line 587 of file ErsSarFileDescriptor.h.
Referenced by get_l_radar_par(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Radiometric compensation record length, bytes.
Definition at line 547 of file ErsSarFileDescriptor.h.
Referenced by get_l_radi_comp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Radiometric data record length, bytes.
Definition at line 539 of file ErsSarFileDescriptor.h.
Referenced by get_l_radi_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Range spectra record length, bytes.
Definition at line 571 of file ErsSarFileDescriptor.h.
Referenced by get_l_rang_spec(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of annotation data records.
Definition at line 591 of file ErsSarFileDescriptor.h.
Referenced by get_n_anno_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of attitude data records.
Definition at line 527 of file ErsSarFileDescriptor.h.
Referenced by get_n_att_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of calibration records.
Definition at line 607 of file ErsSarFileDescriptor.h.
Referenced by get_n_cal(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of data histogram records.
Definition at line 559 of file ErsSarFileDescriptor.h.
Referenced by get_n_data_his(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of dataset summ records.
Definition at line 503 of file ErsSarFileDescriptor.h.
Referenced by get_n_dataset(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of DEM descriptor records.
Definition at line 575 of file ErsSarFileDescriptor.h.
Referenced by get_n_dem_desc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of processing parameter records.
Definition at line 599 of file ErsSarFileDescriptor.h.
Referenced by get_n_det_proc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of facility data records.
Definition at line 624 of file ErsSarFileDescriptor.h.
Referenced by get_n_fac_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of GCP records.
Definition at line 615 of file ErsSarFileDescriptor.h.
Referenced by get_n_gcp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of map proj records.
Definition at line 511 of file ErsSarFileDescriptor.h.
Referenced by get_n_map_proj(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of platform position records.
Definition at line 519 of file ErsSarFileDescriptor.h.
Referenced by get_n_plat_pos(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of data quality summary records.
Definition at line 551 of file ErsSarFileDescriptor.h.
Referenced by get_n_qual_sum(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of RADAR par records.
Definition at line 583 of file ErsSarFileDescriptor.h.
Referenced by get_n_radar_par(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of radiometric compensation records.
Definition at line 543 of file ErsSarFileDescriptor.h.
Referenced by get_n_radi_comp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of radiometric data records.
Definition at line 535 of file ErsSarFileDescriptor.h.
Referenced by get_n_radi_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of range spectra records.
Definition at line 567 of file ErsSarFileDescriptor.h.
Referenced by get_n_rang_spec(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record code/location flag.
Definition at line 477 of file ErsSarFileDescriptor.h.
Referenced by get_rec_code(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record length/location flag.
Definition at line 489 of file ErsSarFileDescriptor.h.
Referenced by get_rec_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record sequence/location flag.
Definition at line 465 of file ErsSarFileDescriptor.h.
Referenced by get_rec_seq(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record length, bytes.
Definition at line 497 of file ErsSarFileDescriptor.h.
Referenced by get_rlen_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record lenght location.
Definition at line 493 of file ErsSarFileDescriptor.h.
Referenced by get_rlen_loc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Sequence number lenght.
Definition at line 473 of file ErsSarFileDescriptor.h.
Referenced by get_seq_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Sequence number location.
Definition at line 469 of file ErsSarFileDescriptor.h.
Referenced by get_seq_loc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Software identifier.
Definition at line 453 of file ErsSarFileDescriptor.h.
Referenced by get_software_id(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().