![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbSpot5Metadata.h>
Public Types | |
using | PointType = itk::Point< double, 3 > |
using | VectorType = itk::Vector< double, 3 > |
Public Member Functions | |
void | ToKeywordlist (MetaData::Keywordlist &kwl, const std::string &prefix="") const |
Static Public Member Functions | |
static Ephemeris | FromKeywordlist (const MetaData::Keywordlist &kwl, const std::string &prefix="") |
Public Attributes | |
PointType | position |
double | time |
VectorType | velocity |
This structure is used to handle Ephemeris information.
Definition at line 40 of file otbSpot5Metadata.h.
using otb::Ephemeris::PointType = itk::Point<double, 3> |
Definition at line 42 of file otbSpot5Metadata.h.
using otb::Ephemeris::VectorType = itk::Vector<double, 3> |
Definition at line 43 of file otbSpot5Metadata.h.
|
static |
Keywordlist import
void otb::Ephemeris::ToKeywordlist | ( | MetaData::Keywordlist & | kwl, |
const std::string & | prefix = "" |
||
) | const |
Keywordlist export
PointType otb::Ephemeris::position |
Position vector
Definition at line 50 of file otbSpot5Metadata.h.
double otb::Ephemeris::time |
Timestamp at which Ephemeris state vectors apply
Definition at line 47 of file otbSpot5Metadata.h.
VectorType otb::Ephemeris::velocity |
Velocity vector
Definition at line 53 of file otbSpot5Metadata.h.