OTB
9.0.0
Orfeo Toolbox
|
#include <otbSARMetadata.h>
Public Member Functions | |
void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix="") const |
Static Public Member Functions | |
static InfoSceneCoord | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix="") |
Public Attributes | |
MetaData::TimePoint | azimuthTime |
double | incidenceAngle |
double | latitude |
double | longitude |
double | rangeTime |
unsigned long | referenceColumn |
unsigned long | referenceRow |
Represents an InfoSceneCoord.
Definition at line 174 of file otbSARMetadata.h.
|
static |
Keywordlist import
void otb::InfoSceneCoord::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix = "" |
||
) | const |
Keywordlist export
MetaData::TimePoint otb::InfoSceneCoord::azimuthTime |
Azimuth time (azimuthTimeUTC)
Definition at line 190 of file otbSARMetadata.h.
double otb::InfoSceneCoord::incidenceAngle |
Incidence angle (incidenceAngle)
Definition at line 196 of file otbSARMetadata.h.
double otb::InfoSceneCoord::latitude |
Latitude (lat)
Definition at line 184 of file otbSARMetadata.h.
double otb::InfoSceneCoord::longitude |
Longitude (lon)
Definition at line 187 of file otbSARMetadata.h.
double otb::InfoSceneCoord::rangeTime |
Range time (rangeTime)
Definition at line 193 of file otbSARMetadata.h.
unsigned long otb::InfoSceneCoord::referenceColumn |
Reference column (refColumn)
Definition at line 181 of file otbSARMetadata.h.
unsigned long otb::InfoSceneCoord::referenceRow |
Reference row (refRow)
Definition at line 178 of file otbSARMetadata.h.