![]() |
OTB
9.1.1
Orfeo Toolbox
|
Namespaces | |
| details | |
| PleiadesUtils | |
Classes | |
| class | Duration |
| class | LUT |
| struct | LUTAxis |
| class | TimePoint |
Typedefs | |
| using | Keywordlist = std::unordered_map< std::string, std::string > |
| typedef LUT< 1 > | LUT1D |
| typedef LUT< 2 > | LUT2D |
| typedef boost::bimap< MDGeom, std::string > | MDGeomBmType |
| typedef boost::bimap< MDL1D, std::string > | MDL1DBmType |
| typedef boost::bimap< MDL2D, std::string > | MDL2DBmType |
| typedef boost::bimap< MDNum, std::string > | MDNumBmType |
| typedef boost::bimap< MDStr, std::string > | MDStrBmType |
| typedef boost::bimap< MDTime, std::string > | MDTimeBmType |
Functions | |
| template<typename T > | |
| boost::bimap< T, std::string > | bimapGenerator (std::map< T, std::string > inMap) |
| template<> | |
| std::string | EnumToString (MDGeom value) |
| template<> | |
| std::string | EnumToString (MDL1D value) |
| template<> | |
| std::string | EnumToString (MDL2D value) |
| template<> | |
| std::string | EnumToString (MDNum value) |
| template<> | |
| std::string | EnumToString (MDStr value) |
| template<> | |
| std::string | EnumToString (MDTime value) |
| template<> | |
| std::string | EnumToString (std::string value) |
| template<class T > | |
| std::string | EnumToString (T t) |
| template<unsigned int VDim> | |
| std::ostream & | operator<< (std::ostream &os, const LUT< VDim > &val) |
| OTBMetadata_EXPORT double | Ratio (const Duration &lhs, const Duration &rhs) |
| OTBMetadata_EXPORT TimePoint | ReadFormattedDate (const std::string &dateStr, const std::string &format=details::timePointFormat) |
Variables | |
| OTBMetadata_EXPORT MDGeomBmType | MDGeomNames |
| OTBMetadata_EXPORT MDL1DBmType | MDL1DNames |
| OTBMetadata_EXPORT MDL2DBmType | MDL2DNames |
| OTBMetadata_EXPORT MDNumBmType | MDNumNames |
| OTBMetadata_EXPORT MDStrBmType | MDStrNames |
| OTBMetadata_EXPORT MDTimeBmType | MDTimeNames |
| using otb::MetaData::Keywordlist = typedef std::unordered_map<std::string, std::string> |
Definition at line 234 of file otbMetaDataKey.h.
| typedef LUT<1> otb::MetaData::LUT1D |
Definition at line 292 of file otbMetaDataKey.h.
| typedef LUT<2> otb::MetaData::LUT2D |
Definition at line 294 of file otbMetaDataKey.h.
| typedef boost::bimap<MDGeom, std::string> otb::MetaData::MDGeomBmType |
Definition at line 306 of file otbMetaDataKey.h.
| typedef boost::bimap<MDL1D, std::string> otb::MetaData::MDL1DBmType |
Definition at line 318 of file otbMetaDataKey.h.
| typedef boost::bimap<MDL2D, std::string> otb::MetaData::MDL2DBmType |
Definition at line 321 of file otbMetaDataKey.h.
| typedef boost::bimap<MDNum, std::string> otb::MetaData::MDNumBmType |
Definition at line 309 of file otbMetaDataKey.h.
| typedef boost::bimap<MDStr, std::string> otb::MetaData::MDStrBmType |
Definition at line 312 of file otbMetaDataKey.h.
| typedef boost::bimap<MDTime, std::string> otb::MetaData::MDTimeBmType |
Definition at line 315 of file otbMetaDataKey.h.
|
inline |
Definition at line 297 of file otbMetaDataKey.h.
| std::string otb::MetaData::EnumToString | ( | MDGeom | value | ) |
| std::string otb::MetaData::EnumToString | ( | MDL1D | value | ) |
| std::string otb::MetaData::EnumToString | ( | MDL2D | value | ) |
| std::string otb::MetaData::EnumToString | ( | MDNum | value | ) |
| std::string otb::MetaData::EnumToString | ( | MDStr | value | ) |
| std::string otb::MetaData::EnumToString | ( | MDTime | value | ) |
| std::string otb::MetaData::EnumToString | ( | std::string | value | ) |
| std::string otb::MetaData::EnumToString | ( | T | t | ) |
| std::ostream& otb::MetaData::operator<< | ( | std::ostream & | os, |
| const LUT< VDim > & | val | ||
| ) |
Definition at line 285 of file otbMetaDataKey.h.
References otb::MetaData::LUT< VDim >::ToString().
| OTBMetadata_EXPORT TimePoint otb::MetaData::ReadFormattedDate | ( | const std::string & | dateStr, |
| const std::string & | format = details::timePointFormat |
||
| ) |
Referenced by otb::DimapMetadataHelper::GetTime().
| OTBMetadata_EXPORT MDGeomBmType otb::MetaData::MDGeomNames |
| OTBMetadata_EXPORT MDL1DBmType otb::MetaData::MDL1DNames |
| OTBMetadata_EXPORT MDL2DBmType otb::MetaData::MDL2DNames |
| OTBMetadata_EXPORT MDNumBmType otb::MetaData::MDNumNames |
| OTBMetadata_EXPORT MDStrBmType otb::MetaData::MDStrNames |
| OTBMetadata_EXPORT MDTimeBmType otb::MetaData::MDTimeNames |
1.8.17