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 <FileDescriptor.h>
Public Member Functions | |
FileDescriptor () | |
Constructor. More... | |
virtual | ~FileDescriptor () |
Destructor. More... | |
FileDescriptor (const FileDescriptor &rhs) | |
Copy constructor. More... | |
FileDescriptor & | operator= (const FileDescriptor &rhs) |
Copy operator. More... | |
RadarSatRecord * | Instanciate () |
This function is able to create a new instance of the class. More... | |
RadarSatRecord * | 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) |
Reads the class data from a stream. More... | |
void | Write (std::ostream &os) |
Writes the class to a stream. More... | |
std::string | get_ascii_flag () |
ASCII flag. More... | |
std::string | get_format_doc () |
Format control documentation. More... | |
std::string | get_format_ver () |
Format doc version. More... | |
std::string | get_design_rev () |
Format doc revision. More... | |
std::string | get_software_id () |
Software identifier. More... | |
int | get_file_num () |
File number. More... | |
std::string | get_file_name () |
File name. More... | |
std::string | get_rec_seq () |
Record sequence/location flag. More... | |
int | get_seq_loc () |
Sequence number location. More... | |
int | get_seq_len () |
Sequence number lenght. More... | |
std::string | get_rec_code () |
Record code/location flag. More... | |
int | get_code_loc () |
Record code location. More... | |
int | get_code_len () |
Record code length. More... | |
std::string | get_rec_len () |
Record length/location flag. More... | |
int | get_rlen_loc () |
Record lenght location. More... | |
int | get_rlen_len () |
Record length, bytes. More... | |
int | get_n_dataset () |
Number of dataset summ records. More... | |
int | get_l_dataset () |
Data set summary record length, bytes. More... | |
int | get_n_map_proj () |
Number of map proj records. More... | |
int | get_l_map_proj () |
Map projection record length, bytes. More... | |
int | get_n_plat_pos () |
Number of platform position records. More... | |
int | get_l_plat_pos () |
Platform position record length, bytes. More... | |
int | get_n_att_data () |
Number of attitude data records. More... | |
int | get_l_att_data () |
Attitude data record length, bytes. More... | |
int | get_n_radi_data () |
Number of radiometric data records. More... | |
int | get_l_radi_data () |
Radiometric data record length, bytes. More... | |
int | get_n_radi_comp () |
Number of radiometric compensation records. More... | |
int | get_l_radi_comp () |
Radiometric compensation record length, bytes. More... | |
int | get_n_qual_sum () |
Number of data quality summary records. More... | |
int | get_l_qual_sum () |
Data quality summary record length, bytes. More... | |
int | get_n_data_his () |
Number of data histogram records. More... | |
int | get_l_data_his () |
Data histogram record length, bytes. More... | |
int | get_n_rang_spec () |
Number of range spectra records. More... | |
int | get_l_rang_spec () |
Range spectra record length, bytes. More... | |
int | get_n_dem_desc () |
Number of DEM descriptor records. More... | |
int | get_l_dem_desc () |
DEM desc record length, bytes. More... | |
int | get_n_radar_par () |
Number of RADAR par records. More... | |
int | get_l_radar_par () |
RADAR par record length, bytes. More... | |
int | get_n_anno_data () |
Number of annotation data records. More... | |
int | get_l_anno_data () |
Annotation data record length, bytes. More... | |
int | get_n_det_proc () |
Number of processing parameter records. More... | |
int | get_l_det_proc () |
Processing parameter record length, bytes. More... | |
int | get_n_cal () |
Number of calibration records. More... | |
int | get_l_cal () |
Calibration record length, bytes. More... | |
int | get_n_gcp () |
Number of GCP records. More... | |
int | get_l_gcp () |
GCP record length, bytes. More... | |
int | get_n_fac_data () |
Number of facility data records. More... | |
int | get_l_fac_data () |
Fac data record length, bytes. More... | |
![]() | |
RadarSatRecord (std::string mnemonic) | |
Constructor. More... | |
virtual | ~RadarSatRecord () |
Destructor. More... | |
RadarSatRecord (const RadarSatRecord &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 FileDescriptor &data) |
This function writes the FileDescriptor in a stream. More... | |
std::istream & | operator>> (std::istream &is, FileDescriptor &data) |
This function reads a FileDescriptor from a stream. More... | |
This class is able to read the SAR leader file descriptor record of the leader file.
Definition at line 26 of file FileDescriptor.h.
ossimplugins::FileDescriptor::FileDescriptor | ( | ) |
Constructor.
Definition at line 16 of file FileDescriptor.cpp.
Referenced by Clone(), and Instanciate().
|
virtual |
ossimplugins::FileDescriptor::FileDescriptor | ( | const FileDescriptor & | rhs | ) |
Copy constructor.
Definition at line 230 of file FileDescriptor.cpp.
|
inlinevirtual |
This function is able to create a new instance of the class initialised with the data of the calling instance.
Implements ossimplugins::RadarSatRecord.
Definition at line 69 of file FileDescriptor.h.
References FileDescriptor().
|
inline |
ASCII flag.
Definition at line 93 of file FileDescriptor.h.
References _ascii_flag.
|
inline |
Record code length.
Definition at line 178 of file FileDescriptor.h.
References _code_len.
|
inline |
Record code location.
Definition at line 171 of file FileDescriptor.h.
References _code_loc.
|
inline |
Format doc revision.
Definition at line 115 of file FileDescriptor.h.
References _design_rev.
|
inline |
File name.
Definition at line 136 of file FileDescriptor.h.
References _file_name.
Referenced by ossimplugins::ossimRadarSatModel::internalSaveState().
|
inline |
|
inline |
Format control documentation.
Definition at line 101 of file FileDescriptor.h.
References _format_doc.
|
inline |
Format doc version.
Definition at line 108 of file FileDescriptor.h.
References _format_ver.
|
inline |
Annotation data record length, bytes.
Definition at line 367 of file FileDescriptor.h.
References _l_anno_data.
|
inline |
Attitude data record length, bytes.
Definition at line 255 of file FileDescriptor.h.
References _l_att_data.
|
inline |
Calibration record length, bytes.
Definition at line 395 of file FileDescriptor.h.
References _l_cal.
|
inline |
Data histogram record length, bytes.
Definition at line 311 of file FileDescriptor.h.
References _l_data_his.
|
inline |
Data set summary record length, bytes.
Definition at line 213 of file FileDescriptor.h.
References _l_dataset.
|
inline |
DEM desc record length, bytes.
Definition at line 339 of file FileDescriptor.h.
References _l_dem_desc.
|
inline |
Processing parameter record length, bytes.
Definition at line 381 of file FileDescriptor.h.
References _l_det_proc.
|
inline |
Fac data record length, bytes.
Definition at line 423 of file FileDescriptor.h.
References _l_fac_data.
|
inline |
GCP record length, bytes.
Definition at line 409 of file FileDescriptor.h.
References _l_gcp.
|
inline |
Map projection record length, bytes.
Definition at line 227 of file FileDescriptor.h.
References _l_map_proj.
|
inline |
Platform position record length, bytes.
Definition at line 241 of file FileDescriptor.h.
References _l_plat_pos.
|
inline |
Data quality summary record length, bytes.
Definition at line 297 of file FileDescriptor.h.
References _l_qual_sum.
|
inline |
RADAR par record length, bytes.
Definition at line 353 of file FileDescriptor.h.
References _l_radar_par.
|
inline |
Radiometric compensation record length, bytes.
Definition at line 283 of file FileDescriptor.h.
References _l_radi_comp.
|
inline |
Radiometric data record length, bytes.
Definition at line 269 of file FileDescriptor.h.
References _l_radi_data.
|
inline |
Range spectra record length, bytes.
Definition at line 325 of file FileDescriptor.h.
References _l_rang_spec.
|
inline |
Number of annotation data records.
Definition at line 360 of file FileDescriptor.h.
References _n_anno_data.
|
inline |
Number of attitude data records.
Definition at line 248 of file FileDescriptor.h.
References _n_att_data.
|
inline |
Number of calibration records.
Definition at line 388 of file FileDescriptor.h.
References _n_cal.
|
inline |
Number of data histogram records.
Definition at line 304 of file FileDescriptor.h.
References _n_data_his.
|
inline |
Number of dataset summ records.
Definition at line 206 of file FileDescriptor.h.
References _n_dataset.
|
inline |
Number of DEM descriptor records.
Definition at line 332 of file FileDescriptor.h.
References _n_dem_desc.
|
inline |
Number of processing parameter records.
Definition at line 374 of file FileDescriptor.h.
References _n_det_proc.
|
inline |
Number of facility data records.
Definition at line 416 of file FileDescriptor.h.
References _n_fac_data.
|
inline |
Number of GCP records.
Definition at line 402 of file FileDescriptor.h.
References _n_gcp.
|
inline |
Number of map proj records.
Definition at line 220 of file FileDescriptor.h.
References _n_map_proj.
|
inline |
Number of platform position records.
Definition at line 234 of file FileDescriptor.h.
References _n_plat_pos.
|
inline |
Number of data quality summary records.
Definition at line 290 of file FileDescriptor.h.
References _n_qual_sum.
|
inline |
Number of RADAR par records.
Definition at line 346 of file FileDescriptor.h.
References _n_radar_par.
|
inline |
Number of radiometric compensation records.
Definition at line 276 of file FileDescriptor.h.
References _n_radi_comp.
|
inline |
Number of radiometric data records.
Definition at line 262 of file FileDescriptor.h.
References _n_radi_data.
|
inline |
Number of range spectra records.
Definition at line 318 of file FileDescriptor.h.
References _n_rang_spec.
|
inline |
Record code/location flag.
Definition at line 164 of file FileDescriptor.h.
References _rec_code.
|
inline |
Record length/location flag.
Definition at line 185 of file FileDescriptor.h.
References _rec_len.
|
inline |
Record sequence/location flag.
Definition at line 143 of file FileDescriptor.h.
References _rec_seq.
|
inline |
Record length, bytes.
Definition at line 199 of file FileDescriptor.h.
References _rlen_len.
|
inline |
Record lenght location.
Definition at line 192 of file FileDescriptor.h.
References _rlen_loc.
|
inline |
Sequence number lenght.
Definition at line 157 of file FileDescriptor.h.
References _seq_len.
|
inline |
Sequence number location.
Definition at line 150 of file FileDescriptor.h.
References _seq_loc.
|
inline |
Software identifier.
Definition at line 122 of file FileDescriptor.h.
References _software_id.
|
inlinevirtual |
This function is able to create a new instance of the class.
Implements ossimplugins::RadarSatRecord.
Definition at line 61 of file FileDescriptor.h.
References FileDescriptor().
FileDescriptor & ossimplugins::FileDescriptor::operator= | ( | const FileDescriptor & | rhs | ) |
Copy operator.
Definition at line 283 of file FileDescriptor.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 |
Reads the class data from a stream.
Implements ossimplugins::RadarSatRecord.
Definition at line 77 of file FileDescriptor.h.
|
inlinevirtual |
Writes the class to a stream.
Implements ossimplugins::RadarSatRecord.
Definition at line 85 of file FileDescriptor.h.
|
friend |
This function writes the FileDescriptor in a stream.
Definition at line 24 of file FileDescriptor.cpp.
|
friend |
This function reads a FileDescriptor from a stream.
Definition at line 77 of file FileDescriptor.cpp.
|
protected |
ASCII flag.
Definition at line 426 of file FileDescriptor.h.
Referenced by get_ascii_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record code length.
Definition at line 481 of file FileDescriptor.h.
Referenced by get_code_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record code location.
Definition at line 477 of file FileDescriptor.h.
Referenced by get_code_loc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Format doc revision.
Definition at line 445 of file FileDescriptor.h.
Referenced by get_design_rev(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
File name.
Definition at line 457 of file FileDescriptor.h.
Referenced by get_file_name(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
File number.
Definition at line 453 of file FileDescriptor.h.
Referenced by get_file_num(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Format control documentation.
Definition at line 437 of file FileDescriptor.h.
Referenced by get_format_doc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Format doc version.
Definition at line 441 of file FileDescriptor.h.
Referenced by get_format_ver(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Annotation data record length, bytes.
Definition at line 591 of file FileDescriptor.h.
Referenced by get_l_anno_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Attitude data record length, bytes.
Definition at line 527 of file FileDescriptor.h.
Referenced by get_l_att_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Calibration record length, bytes.
Definition at line 607 of file FileDescriptor.h.
Referenced by get_l_cal(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Data histogram record length, bytes.
Definition at line 559 of file FileDescriptor.h.
Referenced by get_l_data_his(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Data set summary record length, bytes.
Definition at line 503 of file FileDescriptor.h.
Referenced by get_l_dataset(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
DEM desc record length, bytes.
Definition at line 575 of file FileDescriptor.h.
Referenced by get_l_dem_desc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Processing parameter record length, bytes.
Definition at line 599 of file FileDescriptor.h.
Referenced by get_l_det_proc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Fac data record length, bytes.
Definition at line 624 of file FileDescriptor.h.
Referenced by get_l_fac_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
GCP record length, bytes.
Definition at line 615 of file FileDescriptor.h.
Referenced by get_l_gcp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Map projection record length, bytes.
Definition at line 511 of file FileDescriptor.h.
Referenced by get_l_map_proj(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Platform position record length, bytes.
Definition at line 519 of file FileDescriptor.h.
Referenced by get_l_plat_pos(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Data quality summary record length, bytes.
Definition at line 551 of file FileDescriptor.h.
Referenced by get_l_qual_sum(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
RADAR par record length, bytes.
Definition at line 583 of file FileDescriptor.h.
Referenced by get_l_radar_par(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Radiometric compensation record length, bytes.
Definition at line 543 of file FileDescriptor.h.
Referenced by get_l_radi_comp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Radiometric data record length, bytes.
Definition at line 535 of file FileDescriptor.h.
Referenced by get_l_radi_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Range spectra record length, bytes.
Definition at line 567 of file FileDescriptor.h.
Referenced by get_l_rang_spec(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of annotation data records.
Definition at line 587 of file FileDescriptor.h.
Referenced by get_n_anno_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of attitude data records.
Definition at line 523 of file FileDescriptor.h.
Referenced by get_n_att_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of calibration records.
Definition at line 603 of file FileDescriptor.h.
Referenced by get_n_cal(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of data histogram records.
Definition at line 555 of file FileDescriptor.h.
Referenced by get_n_data_his(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of dataset summ records.
Definition at line 499 of file FileDescriptor.h.
Referenced by get_n_dataset(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of DEM descriptor records.
Definition at line 571 of file FileDescriptor.h.
Referenced by get_n_dem_desc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of processing parameter records.
Definition at line 595 of file FileDescriptor.h.
Referenced by get_n_det_proc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of facility data records.
Definition at line 620 of file FileDescriptor.h.
Referenced by get_n_fac_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of GCP records.
Definition at line 611 of file FileDescriptor.h.
Referenced by get_n_gcp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of map proj records.
Definition at line 507 of file FileDescriptor.h.
Referenced by get_n_map_proj(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of platform position records.
Definition at line 515 of file FileDescriptor.h.
Referenced by get_n_plat_pos(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of data quality summary records.
Definition at line 547 of file FileDescriptor.h.
Referenced by get_n_qual_sum(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of RADAR par records.
Definition at line 579 of file FileDescriptor.h.
Referenced by get_n_radar_par(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of radiometric compensation records.
Definition at line 539 of file FileDescriptor.h.
Referenced by get_n_radi_comp(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of radiometric data records.
Definition at line 531 of file FileDescriptor.h.
Referenced by get_n_radi_data(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Number of range spectra records.
Definition at line 563 of file FileDescriptor.h.
Referenced by get_n_rang_spec(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record code/location flag.
Definition at line 473 of file FileDescriptor.h.
Referenced by get_rec_code(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record length/location flag.
Definition at line 485 of file FileDescriptor.h.
Referenced by get_rec_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record sequence/location flag.
Definition at line 461 of file FileDescriptor.h.
Referenced by get_rec_seq(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record length, bytes.
Definition at line 493 of file FileDescriptor.h.
Referenced by get_rlen_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Record lenght location.
Definition at line 489 of file FileDescriptor.h.
Referenced by get_rlen_loc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Sequence number lenght.
Definition at line 469 of file FileDescriptor.h.
Referenced by get_seq_len(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Sequence number location.
Definition at line 465 of file FileDescriptor.h.
Referenced by get_seq_loc(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Software identifier.
Definition at line 449 of file FileDescriptor.h.
Referenced by get_software_id(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().