OTB
9.0.0
Orfeo Toolbox
|
#include <otbWorldView2ImageMetadataInterface.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::ImageType | ImageType |
typedef Superclass::MetaDataDictionaryType | MetaDataDictionaryType |
typedef itk::SmartPointer< Self > | Pointer |
typedef WorldView2ImageMetadataInterface | Self |
typedef ImageMetadataInterfaceBase | Superclass |
typedef Superclass::VariableLengthVectorType | VariableLengthVectorType |
typedef Superclass::VectorType | VectorType |
Public Types inherited from otb::OpticalImageMetadataInterface | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef FilterFunctionValues | FilterFunctionValuesType |
typedef Superclass::ImageType | ImageType |
typedef otb::ObjectList< FilterFunctionValuesType > | InternalWavelengthSpectralBandVectorType |
typedef Superclass::MetaDataDictionaryType | MetaDataDictionaryType |
typedef itk::SmartPointer< Self > | Pointer |
typedef OpticalImageMetadataInterface | Self |
typedef ImageMetadataInterfaceBase | Superclass |
typedef Superclass::VariableLengthVectorType | VariableLengthVectorType |
typedef Superclass::VectorType | VectorType |
typedef InternalWavelengthSpectralBandVectorType::Pointer | WavelengthSpectralBandVectorType |
Public Types inherited from otb::ImageMetadataInterfaceBase | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::ImageBase< 2 > | ImageType |
typedef itk::MetaDataDictionary | MetaDataDictionaryType |
typedef itk::SmartPointer< Self > | Pointer |
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 |
virtual const char * | GetNameOfClass () const |
void | Parse (ImageMetadata &) override |
Public Member Functions inherited from otb::OpticalImageMetadataInterface | |
virtual unsigned int | BandIndexToWavelengthPosition (unsigned int i) const |
Public Member Functions inherited from otb::ImageMetadataInterfaceBase | |
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) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
WorldView2ImageMetadataInterface ()=default | |
~WorldView2ImageMetadataInterface ()=default | |
Protected Member Functions inherited from otb::OpticalImageMetadataInterface | |
OpticalImageMetadataInterface ()=default | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
~OpticalImageMetadataInterface () 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 | FetchPhysicalBias (ImageMetadata &) |
void | FetchPhysicalGainQuickBird (int bitsPerPixel, const std::unordered_map< std::string, double > &absCalFactor, const std::unordered_map< std::string, int > &TDILevels, ImageMetadata &) |
void | FetchSolarIrradianceQuickBird (ImageMetadata &) |
void | FetchSolarIrradianceWorldView2 (ImageMetadata &) |
void | FetchSpectralSensitivityQuickBird (ImageMetadata &) |
void | FetchSpectralSensitivityWorldView2 (ImageMetadata &) |
void | operator= (const Self &)=delete |
WorldView2ImageMetadataInterface (const Self &)=delete | |
Additional Inherited Members | |
Protected Attributes inherited from otb::ImageMetadataInterfaceBase | |
MetaDataDictionaryType | m_MetaDataDictionary |
const MetadataSupplierInterface * | m_MetadataSupplierInterface = nullptr |
Creation of an "otb" WorldView2ImageMetadataInterface that gets metadata.
Definition at line 35 of file otbWorldView2ImageMetadataInterface.h.
typedef itk::SmartPointer<const Self> otb::WorldView2ImageMetadataInterface::ConstPointer |
Definition at line 41 of file otbWorldView2ImageMetadataInterface.h.
typedef Superclass::ImageType otb::WorldView2ImageMetadataInterface::ImageType |
Definition at line 47 of file otbWorldView2ImageMetadataInterface.h.
typedef Superclass::MetaDataDictionaryType otb::WorldView2ImageMetadataInterface::MetaDataDictionaryType |
Definition at line 50 of file otbWorldView2ImageMetadataInterface.h.
typedef itk::SmartPointer<Self> otb::WorldView2ImageMetadataInterface::Pointer |
Definition at line 40 of file otbWorldView2ImageMetadataInterface.h.
Definition at line 38 of file otbWorldView2ImageMetadataInterface.h.
Definition at line 39 of file otbWorldView2ImageMetadataInterface.h.
typedef Superclass::VariableLengthVectorType otb::WorldView2ImageMetadataInterface::VariableLengthVectorType |
Definition at line 52 of file otbWorldView2ImageMetadataInterface.h.
typedef Superclass::VectorType otb::WorldView2ImageMetadataInterface::VectorType |
Definition at line 51 of file otbWorldView2ImageMetadataInterface.h.
|
protecteddefault |
|
protecteddefault |
|
privatedelete |
virtual::itk::LightObject::Pointer otb::WorldView2ImageMetadataInterface::CreateAnother | ( | void | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from otb::OpticalImageMetadataInterface.
|
static |
Method for creation through the object factory.
|
privatedelete |
|
overridevirtual |
Parses the metadata using the MetadataSupplierInterface and fill the ImageMetadata object Raises "MissingMetadataException" if parsing fails.
Reimplemented from otb::ImageMetadataInterfaceBase.