OTB
9.0.0
Orfeo Toolbox
|
#include <otbSARMetadata.h>
Public Types | |
using | PointType = itk::Point< double, 3 > |
Public Member Functions | |
void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix="") const |
Static Public Member Functions | |
static Orbit | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix="") |
Public Attributes | |
PointType | position |
MetaData::TimePoint | time |
PointType | velocity |
This structure is used to handle orbit information.
Definition at line 94 of file otbSARMetadata.h.
using otb::Orbit::PointType = itk::Point<double, 3> |
Definition at line 96 of file otbSARMetadata.h.
|
static |
Keywordlist import
void otb::Orbit::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix = "" |
||
) | const |
Keywordlist export
PointType otb::Orbit::position |
Position vector
Definition at line 102 of file otbSARMetadata.h.
MetaData::TimePoint otb::Orbit::time |
Timestamp at which orbit state vectors apply
Definition at line 99 of file otbSARMetadata.h.
PointType otb::Orbit::velocity |
Velocity vector
Definition at line 105 of file otbSARMetadata.h.