OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
EnvisatAsarDataFactory.cpp
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // "Copyright Centre National d'Etudes Spatiales"
4 //
5 // License: LGPL
6 //
7 // See LICENSE.txt file in the top level directory for more details.
8 //
9 //----------------------------------------------------------------------------
10 // $Id$
11 
14 
15 #include <EnvisatAsar/sph.h>
16 #include <EnvisatAsar/mph.h>
17 #include <EnvisatAsar/SQ_ADSR.h>
24 
25 namespace ossimplugins
26 {
27 
29 {
30  RegisterRecord("MPH" , new mph());
31  RegisterRecord("SPH" , new sph());
32  RegisterRecord("MDS1 SQ ADS " , new SQ_ADSR());
33  RegisterRecord("MDS2 SQ ADS " , new SQ_ADSR());
34  RegisterRecord("MAIN PROCESSING PARAMS ADS " , new MainProcessingParameters());
35  RegisterRecord("DOP CENTROID COEFFS ADS " , new DopplerCentroidParameters());
36  RegisterRecord("SR GR ADS " , new SRGRConversionParameters());
37  RegisterRecord("CHIRP PARAMS ADS " , new ChirpParameters());
38  RegisterRecord("MDS1 ANTENNA ELEV PATT ADS " , new AntennaElevationPatterns());
39  RegisterRecord("MDS2 ANTENNA ELEV PATT ADS " , new AntennaElevationPatterns());
40  RegisterRecord("GEOLOCATION GRID ADS " , new GeolocationGrid());
41 }
42 
44 {
45 
46 }
47 
48 }
49 
This class is able to read the SAR sph record of the ASAR file.
Definition: sph.h:27
This class is able to read the ASAR SQ_ADSR record.
Definition: SQ_ADSR.h:24
This class is able to read the ASAR DopplerCentroidParameters record.
void RegisterRecord(std::string id, EnvisatAsarRecord *record)
Adds a new Record type available in this factory.
This class is able to read the ASAR MainProcessingParameters record.
This class is able to read the ASAR ChirpParameters record.
This class is able to read the ASAR mph record of the leader file.
Definition: mph.h:25
This class is able to read the ASAR SRGRConversionParameters record.
This class is able to read the ASAR GeolocationGrid record.
This class is able to read the ASAR AntennaElevationPatterns record.