![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbSpot5Metadata.h>
Public Types | |
using | Point2DType = itk::Point< double, 2 > |
using | Point3DType = itk::Point< double, 3 > |
Public Member Functions | |
Spot5Param & | operator= (Spot5Param &)=default |
Spot5Param ()=default | |
Spot5Param (const Spot5Param &)=default | |
Public Attributes | |
std::vector< Point3DType > | AttitudesSamples |
std::vector< double > | AttitudesSamplesTimes |
std::vector< Point3DType > | EcefPosSamples |
std::vector< double > | EcefTimeSamples |
std::vector< Point3DType > | EcefVelSamples |
Point2DType | ImageSize |
double | LineSamplingPeriod |
std::vector< double > | PixelLookAngleX |
std::vector< double > | PixelLookAngleY |
double | RefLineTime |
int | RefLineTimeLine |
Point2DType | SubImageOffset |
Spot5 sensors parameters.
Definition at line 68 of file otbSpot5Metadata.h.
using otb::Spot5Param::Point2DType = itk::Point<double, 2> |
Definition at line 77 of file otbSpot5Metadata.h.
using otb::Spot5Param::Point3DType = itk::Point<double, 3> |
Definition at line 76 of file otbSpot5Metadata.h.
|
default |
|
default |
|
default |
std::vector<Point3DType> otb::Spot5Param::AttitudesSamples |
Definition at line 88 of file otbSpot5Metadata.h.
std::vector<double> otb::Spot5Param::AttitudesSamplesTimes |
Definition at line 89 of file otbSpot5Metadata.h.
std::vector<Point3DType> otb::Spot5Param::EcefPosSamples |
Definition at line 95 of file otbSpot5Metadata.h.
std::vector<double> otb::Spot5Param::EcefTimeSamples |
Definition at line 97 of file otbSpot5Metadata.h.
std::vector<Point3DType> otb::Spot5Param::EcefVelSamples |
Definition at line 96 of file otbSpot5Metadata.h.
Point2DType otb::Spot5Param::ImageSize |
Definition at line 84 of file otbSpot5Metadata.h.
Referenced by otb::Spot5SensorModel::insideImage().
double otb::Spot5Param::LineSamplingPeriod |
Definition at line 80 of file otbSpot5Metadata.h.
std::vector<double> otb::Spot5Param::PixelLookAngleX |
Definition at line 91 of file otbSpot5Metadata.h.
std::vector<double> otb::Spot5Param::PixelLookAngleY |
Definition at line 92 of file otbSpot5Metadata.h.
double otb::Spot5Param::RefLineTime |
Definition at line 79 of file otbSpot5Metadata.h.
int otb::Spot5Param::RefLineTimeLine |
Definition at line 82 of file otbSpot5Metadata.h.
Point2DType otb::Spot5Param::SubImageOffset |
Definition at line 85 of file otbSpot5Metadata.h.