OTB  9.0.0
Orfeo Toolbox
Classes | Enumerations | Functions
otb::Projection Namespace Reference

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)
 

Enumeration Type Documentation

◆ TransformAccuracy

Enumerator
UNKNOWN 
ESTIMATE 
PRECISE 

Definition at line 33 of file otbGenericRSTransform.h.

Function Documentation

◆ EcefToWorld()

template<class TScalarType = double, class TEllipsoid = WGS84Ellipsoid<TScalarType>>
itk::Point< TScalarType, 3 > otb::Projection::EcefToWorld ( const itk::Point< TScalarType, 3 > &  ecefPoint)

◆ WorldToEcef()

template<class TScalarType = double, class TEllipsoid = WGS84Ellipsoid<TScalarType>>
itk::Point< TScalarType, 3 > otb::Projection::WorldToEcef ( const itk::Point< TScalarType, 3 > &  worldPoint)