![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbSARMetadata.h>
Collaboration diagram for otb::BurstRecord:Public Member Functions | |
| void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix="") const |
Static Public Member Functions | |
| static BurstRecord | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix="") |
Public Attributes | |
| double | azimuthAnxTime |
| MetaData::TimePoint | azimuthStartTime |
| MetaData::TimePoint | azimuthStopTime |
| unsigned long | endLine |
| unsigned long | endSample |
| unsigned long | startLine |
| unsigned long | startSample |
This structure is used to handle burst records.
Definition at line 118 of file otbSARMetadata.h.
|
static |
Keywordlist import
| void otb::BurstRecord::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
| const std::string & | prefix = "" |
||
| ) | const |
Keywordlist export
| double otb::BurstRecord::azimuthAnxTime |
Definition at line 126 of file otbSARMetadata.h.
| MetaData::TimePoint otb::BurstRecord::azimuthStartTime |
Definition at line 120 of file otbSARMetadata.h.
| MetaData::TimePoint otb::BurstRecord::azimuthStopTime |
Definition at line 121 of file otbSARMetadata.h.
| unsigned long otb::BurstRecord::endLine |
Definition at line 123 of file otbSARMetadata.h.
| unsigned long otb::BurstRecord::endSample |
Definition at line 125 of file otbSARMetadata.h.
| unsigned long otb::BurstRecord::startLine |
Definition at line 122 of file otbSARMetadata.h.
| unsigned long otb::BurstRecord::startSample |
Definition at line 124 of file otbSARMetadata.h.
1.8.17