倾斜透视图¶
Classification |
方位角 |
可用表格 |
正反向球面投影 |
限定区域 |
全球的 |
Alias |
tpers公司 |
Domain |
二维 |
输入类型 |
大地坐标 |
输出类型 |
投影坐标 |

项目字符串: +proj=tpers +h=5500000 +lat_0=40
¶
Tilted Perspective is similar to 近侧透视 (nsper
) in that it simulates a
perspective view from a height. Where nsper
projects onto a plane tangent to
the surface, Tilted Perspective orients the plane towards the direction of the
view. Thus, extra parameters specifying azimuth and tilt are required beyond
nsper`'s h
. As with nsper
, lat_0
& lon_0
are
also required for satellite position.
参数¶
要求的¶
- +h=<value>¶
地球上的点的半径和高度必须与椭球面上的点的高度相同。
可选的¶
- +azi=<value>¶
以度数表示的远离北方的方位。
默认为0.0。
- +tilt=<value>¶
远离最低点的角度。
默认为0.0。
- +lon_0=<value>¶
投影中心的经度。
默认为0.0。
- +lat_0=<value>¶
投影中心的纬度。
默认为0.0。
- +x_0=<value>¶
假东距。
默认为0.0。
- +y_0=<value>¶
假北距。
默认为0.0。