|
isce3 0.25.0
|
Equal Area Projection extension of ProjBase. More...
#include <gpuProjections.h>
Public Member Functions | |
| CUDA_DEV int | forward (const Vec3 &, Vec3 &) const |
| Transform from llh (rad) to CEA (m) | |
| CUDA_DEV int | inverse (const Vec3 &, Vec3 &) const |
| Transform from CEA (m) to LLH (rad) | |
Public Member Functions inherited from isce3::cuda::core::ProjectionBase | |
| CUDA_HOSTDEV | ProjectionBase (int code) |
| Value constructor with EPSG code as input. | |
| CUDA_HOST int | forward_h (const Vec3 &llh, Vec3 &xyz) const |
| Host function for transforming from LLH. | |
| CUDA_HOST int | inverse_h (const Vec3 &xyz, Vec3 &llh) const |
| Host function for transforming to LLH. | |
Public Attributes | |
| double | apa [3] |
| double | lat_ts |
| double | k0 |
| double | e |
| double | one_es |
| double | qp |
Public Attributes inherited from isce3::cuda::core::ProjectionBase | |
| isce3::core::Ellipsoid | ellipse |
| Ellipsoid object for projections - currently only WGS84. | |
| int | _epsgcode |
| Type of projection system. | |
Additional Inherited Members | |
Public Types inherited from isce3::cuda::core::ProjectionBase | |
| typedef isce3::core::Vec3 | Vec3 |
Equal Area Projection extension of ProjBase.
EPSG:6933 for EASE2 grid
Transform from llh (rad) to CEA (m)
Implements isce3::cuda::core::ProjectionBase.
Transform from CEA (m) to LLH (rad)
Implements isce3::cuda::core::ProjectionBase.
1.13.2.