|
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| |
| bool | CreateCalibrationLookupData (SARCalib &, const ImageMetadata &, const MetadataSupplierInterface &, const bool) const override |
| |
| double | GetCenterIncidenceAngle (const MetadataSupplierInterface &) const override |
| |
| virtual const char * | GetNameOfClass () const |
| |
| bool | HasCalibrationLookupDataFlag (const MetadataSupplierInterface &) const override |
| |
| void | Parse (ImageMetadata &) override |
| |
| void | ParseGdal (ImageMetadata &) override |
| |
| void | ParseGeom (ImageMetadata &) override |
| |
| std::vector< AzimuthFmRate > | GetAzimuthFmRateGeom () const |
| |
| std::vector< BurstRecord > | GetBurstRecordsGeom () const |
| |
| std::vector< DopplerCentroid > | GetDopplerCentroidGeom () const |
| |
| std::vector< Orbit > | GetOrbitsGeom () const |
| |
| virtual PointSetPointer | GetRadiometricCalibrationAntennaPatternNewGain () const |
| |
| virtual ArrayIndexType | GetRadiometricCalibrationAntennaPatternNewGainPolynomialDegree () const |
| |
| virtual PointSetPointer | GetRadiometricCalibrationAntennaPatternOldGain () const |
| |
| virtual ArrayIndexType | GetRadiometricCalibrationAntennaPatternOldGainPolynomialDegree () const |
| |
| virtual PointSetPointer | GetRadiometricCalibrationIncidenceAngle (const MetadataSupplierInterface &) const |
| |
| virtual ArrayIndexType | GetRadiometricCalibrationIncidenceAnglePolynomialDegree () const |
| |
| virtual PointSetPointer | GetRadiometricCalibrationNoise (const MetadataSupplierInterface &, const ImageMetadata &, const std::string &b="") const |
| |
| virtual ArrayIndexType | GetRadiometricCalibrationNoisePolynomialDegree () const |
| |
| virtual PointSetPointer | GetRadiometricCalibrationRangeSpreadLoss () const |
| |
| virtual ArrayIndexType | GetRadiometricCalibrationRangeSpreadLossPolynomialDegree () const |
| |
| virtual double | GetRescalingFactor () const |
| |
| bool | GetSAR (SARParam &) const |
| |
| void | LoadRadiometricCalibrationData (SARCalib &sarCalib, const MetadataSupplierInterface &mds, const ImageMetadata &imd, const std::string &band="") const |
| |
| const MetaDataDictionaryType & | GetMetaDataDictionary () const |
| |
| std::string | GetProjectionRef () const |
| |
| void | SetImage (ImageType *image) |
| |
| void | SetMetaDataDictionary (const MetaDataDictionaryType &dict) |
| |
| void | SetMetadataSupplierInterface (const MetadataSupplierInterface &) |
| |
| std::string | GetGCPProjection () const |
| |
| UnsignedIntType | GetGCPCount () const |
| |
| GCP & | GetGCPs (unsigned int GCPnum) |
| |
| std::string | GetGCPId (unsigned int GCPnum) const |
| |
| std::string | GetGCPInfo (unsigned int GCPnum) const |
| |
| double | GetGCPRow (unsigned int GCPnum) const |
| |
| double | GetGCPCol (unsigned int GCPnum) const |
| |
| double | GetGCPX (unsigned int GCPnum) const |
| |
| double | GetGCPY (unsigned int GCPnum) const |
| |
| double | GetGCPZ (unsigned int GCPnum) const |
| |
| VectorType | GetGeoTransform () const |
| |
| VectorType | GetUpperLeftCorner () const |
| |
| VectorType | GetUpperRightCorner () const |
| |
| VectorType | GetLowerLeftCorner () const |
| |
| VectorType | GetLowerRightCorner () const |
| |
| const std::string & | Fetch (MDStr key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| bool | CheckFetch (MDStr key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| const double & | Fetch (MDNum key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| bool | CheckFetch (MDNum key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| const MetaData::TimePoint & | Fetch (MDTime key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| bool | CheckFetch (MDTime key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| const std::string & | Fetch (std::string key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| bool | CheckFetch (std::string key, ImageMetadata &imd, const char *path, int band=-1) |
| |
| const boost::any & | FetchRPC (ImageMetadata &imd, const double lineOffset=0.0, const double sampleOffset=0.0) |
| |
Creation of an "otb" Radarsat2ImageMetadataInterface that gets metadata.
Definition at line 36 of file otbRadarsat2ImageMetadataInterface.h.