OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::Radarsat2ImageMetadataInterface Class Reference

#include <otbRadarsat2ImageMetadataInterface.h>

+ Inheritance diagram for otb::Radarsat2ImageMetadataInterface:
+ Collaboration diagram for otb::Radarsat2ImageMetadataInterface:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ImageType ImageType
 
typedef Superclass::LookupDataPointerType LookupDataPointerType
 
typedef Superclass::MetaDataDictionaryType MetaDataDictionaryType
 
typedef itk::SmartPointer< SelfPointer
 
typedef Radarsat2ImageMetadataInterface Self
 
typedef SarImageMetadataInterface Superclass
 
typedef Superclass::VariableLengthVectorType VariableLengthVectorType
 
typedef Superclass::VectorType VectorType
 
- Public Types inherited from otb::SarImageMetadataInterface
typedef std::array< int, 2 > ArrayIndexType
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::ImageType ImageType
 
typedef ImageType::IndexType IndexType
 
typedef LookupDataType::Pointer LookupDataPointerType
 
typedef SarCalibrationLookupData LookupDataType
 
typedef Superclass::MetaDataDictionaryType MetaDataDictionaryType
 
typedef itk::SmartPointer< SelfPointer
 
typedef PointSetType::Pointer PointSetPointer
 
typedef itk::PointSet< double, 2 > PointSetType
 
typedef PointSetType::PointType PointType
 
typedef double RealType
 
typedef SarImageMetadataInterface Self
 
typedef Superclass::StringVectorType StringVectorType
 
typedef ImageMetadataInterfaceBase Superclass
 
typedef Superclass::UIntVectorType UIntVectorType
 
typedef Superclass::VariableLengthVectorType VariableLengthVectorType
 
typedef Superclass::VectorType VectorType
 
- Public Types inherited from otb::ImageMetadataInterfaceBase
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::ImageBase< 2 > ImageType
 
typedef itk::MetaDataDictionary MetaDataDictionaryType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImageMetadataInterfaceBase Self
 
typedef std::vector< std::string > StringVectorType
 
typedef itk::Object Superclass
 
typedef std::vector< unsigned int > UIntVectorType
 
typedef unsigned int UnsignedIntType
 
typedef MetaDataKey::VariableLengthVectorType VariableLengthVectorType
 
typedef MetaDataKey::VectorType VectorType
 

Public Member Functions

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
 
- Public Member Functions inherited from otb::SarImageMetadataInterface
std::vector< AzimuthFmRateGetAzimuthFmRateGeom () const
 
std::vector< BurstRecordGetBurstRecordsGeom () const
 
std::vector< DopplerCentroidGetDopplerCentroidGeom () const
 
std::vector< OrbitGetOrbitsGeom () 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
 
- Public Member Functions inherited from otb::ImageMetadataInterfaceBase
const MetaDataDictionaryTypeGetMetaDataDictionary () 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
 
GCPGetGCPs (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::TimePointFetch (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)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 Radarsat2ImageMetadataInterface ()
 
 ~Radarsat2ImageMetadataInterface () override=default
 
- Protected Member Functions inherited from otb::SarImageMetadataInterface
ArrayIndexType GetConstantPolynomialDegree () const
 
PointSetPointer GetConstantValuePointSet (const RealType &value) const
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 
 SarImageMetadataInterface ()
 
 ~SarImageMetadataInterface () override=default
 
- Protected Member Functions inherited from otb::ImageMetadataInterfaceBase
 ImageMetadataInterfaceBase ()=default
 
 ~ImageMetadataInterfaceBase () override=default
 
void PrintSelf (std::ostream &os, itk::Indent indent) const override
 

Private Member Functions

void operator= (const Self &)=delete
 
 Radarsat2ImageMetadataInterface (const Self &)=delete
 

Additional Inherited Members

- Protected Attributes inherited from otb::ImageMetadataInterfaceBase
MetaDataDictionaryType m_MetaDataDictionary
 
const MetadataSupplierInterfacem_MetadataSupplierInterface = nullptr
 

Detailed Description

Creation of an "otb" Radarsat2ImageMetadataInterface that gets metadata.

Definition at line 36 of file otbRadarsat2ImageMetadataInterface.h.

Member Typedef Documentation

◆ ConstPointer

typedef itk::SmartPointer<const Self> otb::Radarsat2ImageMetadataInterface::ConstPointer

Definition at line 42 of file otbRadarsat2ImageMetadataInterface.h.

◆ ImageType

typedef Superclass::ImageType otb::Radarsat2ImageMetadataInterface::ImageType

Definition at line 48 of file otbRadarsat2ImageMetadataInterface.h.

◆ LookupDataPointerType

typedef Superclass::LookupDataPointerType otb::Radarsat2ImageMetadataInterface::LookupDataPointerType

Definition at line 54 of file otbRadarsat2ImageMetadataInterface.h.

◆ MetaDataDictionaryType

typedef Superclass::MetaDataDictionaryType otb::Radarsat2ImageMetadataInterface::MetaDataDictionaryType

Definition at line 51 of file otbRadarsat2ImageMetadataInterface.h.

◆ Pointer

Definition at line 41 of file otbRadarsat2ImageMetadataInterface.h.

◆ Self

Definition at line 39 of file otbRadarsat2ImageMetadataInterface.h.

◆ Superclass

Definition at line 40 of file otbRadarsat2ImageMetadataInterface.h.

◆ VariableLengthVectorType

typedef Superclass::VariableLengthVectorType otb::Radarsat2ImageMetadataInterface::VariableLengthVectorType

Definition at line 53 of file otbRadarsat2ImageMetadataInterface.h.

◆ VectorType

typedef Superclass::VectorType otb::Radarsat2ImageMetadataInterface::VectorType

Definition at line 52 of file otbRadarsat2ImageMetadataInterface.h.

Constructor & Destructor Documentation

◆ Radarsat2ImageMetadataInterface() [1/2]

otb::Radarsat2ImageMetadataInterface::Radarsat2ImageMetadataInterface ( )
protected

◆ ~Radarsat2ImageMetadataInterface()

otb::Radarsat2ImageMetadataInterface::~Radarsat2ImageMetadataInterface ( )
overrideprotecteddefault

◆ Radarsat2ImageMetadataInterface() [2/2]

otb::Radarsat2ImageMetadataInterface::Radarsat2ImageMetadataInterface ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

virtual::itk::LightObject::Pointer otb::Radarsat2ImageMetadataInterface::CreateAnother ( void  ) const

◆ CreateCalibrationLookupData()

bool otb::Radarsat2ImageMetadataInterface::CreateCalibrationLookupData ( SARCalib ,
const ImageMetadata ,
const MetadataSupplierInterface ,
const bool   
) const
overridevirtual

Reimplemented from otb::SarImageMetadataInterface.

◆ GetCenterIncidenceAngle()

double otb::Radarsat2ImageMetadataInterface::GetCenterIncidenceAngle ( const MetadataSupplierInterface ) const
overridevirtual

◆ GetNameOfClass()

virtual const char* otb::Radarsat2ImageMetadataInterface::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from otb::SarImageMetadataInterface.

◆ HasCalibrationLookupDataFlag()

bool otb::Radarsat2ImageMetadataInterface::HasCalibrationLookupDataFlag ( const MetadataSupplierInterface ) const
overridevirtual

Reimplemented from otb::SarImageMetadataInterface.

◆ New()

static Pointer otb::Radarsat2ImageMetadataInterface::New ( )
static

Method for creation through the object factory.

◆ operator=()

void otb::Radarsat2ImageMetadataInterface::operator= ( const Self )
privatedelete

◆ Parse()

void otb::Radarsat2ImageMetadataInterface::Parse ( ImageMetadata )
overridevirtual

Parses the metadata using the MetadataSupplierInterface and fill the ImageMetadata object Raises "MissingMetadataException" if parsing fails.

Reimplemented from otb::ImageMetadataInterfaceBase.

◆ ParseGdal()

void otb::Radarsat2ImageMetadataInterface::ParseGdal ( ImageMetadata )
overridevirtual

◆ ParseGeom()

void otb::Radarsat2ImageMetadataInterface::ParseGeom ( ImageMetadata )
overridevirtual

The documentation for this class was generated from the following file: