OTB
9.0.0
Orfeo Toolbox
|
Classes | |
struct | GCPParam |
struct | RPCParam |
struct | WGS84Ellipsoid |
Enumerations | |
enum | TransformAccuracy { UNKNOWN, ESTIMATE, PRECISE } |
Functions | |
template<class TScalarType = double, class TEllipsoid = WGS84Ellipsoid<TScalarType>> | |
itk::Point< TScalarType, 3 > | EcefToWorld (const itk::Point< TScalarType, 3 > &ecefPoint) |
template<class TScalarType = double, class TEllipsoid = WGS84Ellipsoid<TScalarType>> | |
itk::Point< TScalarType, 3 > | WorldToEcef (const itk::Point< TScalarType, 3 > &worldPoint) |
Enumerator | |
---|---|
UNKNOWN | |
ESTIMATE | |
PRECISE |
Definition at line 33 of file otbGenericRSTransform.h.
itk::Point< TScalarType, 3 > otb::Projection::EcefToWorld | ( | const itk::Point< TScalarType, 3 > & | ecefPoint | ) |
Definition at line 70 of file otbGeocentricTransform.hxx.
References otb::CONST_180_PI.
Referenced by otb::GeocentricTransform< otb::TransformDirection::INVERSE, double >::TransformPoint().
itk::Point< TScalarType, 3 > otb::Projection::WorldToEcef | ( | const itk::Point< TScalarType, 3 > & | worldPoint | ) |
Definition at line 50 of file otbGeocentricTransform.hxx.
References otb::CONST_PI_180.
Referenced by otb::GeocentricTransform< otb::TransformDirection::INVERSE, double >::TransformPoint().