12 #ifndef ossimRadarSat2Model_H 13 #define ossimRadarSat2Model_H 1 35 class ossimRadarSat2ProductDoc;
37 class PlatformPosition;
73 virtual double getSlantRangeFromGeoreferenced(
double col)
const;
92 const char* prefix=0)
const;
163 bool setModelRefPoint(
const std::list<ossimGpt>& groundGcpCoordinates,
164 const std::list<ossimDpt>& imageGcpCoordinates);
Represents serializable keyword/value map.
std::vector< RadarSat2NoiseLevel > _noiseLevel
noise level values
Class to encapsulate parsing RadarSat2 product.xml file.
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
This class allows for direct localisation and indirect localisation using the geometric model of SAR ...
int _n_srgr
Slant Range FOR EACH Ground Range (SRGR) number of coefficients sets.
std::vector< double > _SrGr_R0
Slant Range FOR EACH Ground Range Projection reference point.
#define OSSIM_PLUGINS_DLL
This class represents an Noise.
This class allows for direct localisation and indirect localisation using the RadarSat2 sensor model...
const char * getClassName(int idx)
std::vector< double > _srgr_update
Slant Range FOR EACH Ground Range coefficient sets update times.
std::vector< std::vector< double > > _SrGr_coeffs
Slant Range FOR EACH Ground Range Projection coefficients.
This class represents a date.
std::basic_ostream< char > ostream
Base class for char output streams.