OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
otb::Orbit Struct Reference

#include <otbSARMetadata.h>

+ Collaboration diagram for otb::Orbit:

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
 

Detailed Description

This structure is used to handle orbit information.

Definition at line 94 of file otbSARMetadata.h.

Member Typedef Documentation

◆ PointType

using otb::Orbit::PointType = itk::Point<double, 3>

Definition at line 96 of file otbSARMetadata.h.

Member Function Documentation

◆ FromKeywordlist()

static Orbit otb::Orbit::FromKeywordlist ( const MetaData::Keywordlist kwl,
const std::string &  prefix = "" 
)
static

Keywordlist import

◆ ToKeywordlist()

void otb::Orbit::ToKeywordlist ( MetaData::Keywordlist kwl,
const std::string &  prefix = "" 
) const

Keywordlist export

Member Data Documentation

◆ position

PointType otb::Orbit::position

Position vector

Definition at line 102 of file otbSARMetadata.h.

◆ time

MetaData::TimePoint otb::Orbit::time

Timestamp at which orbit state vectors apply

Definition at line 99 of file otbSARMetadata.h.

◆ velocity

PointType otb::Orbit::velocity

Velocity vector

Definition at line 105 of file otbSARMetadata.h.


The documentation for this struct was generated from the following file: