你在这里: Coordinates > 重投影

重投影

Reprojects feature coordinates from one coordinate system to another.

参数

坐标系

光栅参数

动态坐标系

If the destination coordinate system is specified as "_AZMEA_" or "_AZMED_", each input feature is reprojected to either an equal area or equal distance projection appropriate for that feature, respectively. In general, this causes a new coordinate system to be defined for each input feature.

每个特征都会记住它所具有的特定等距或等面积坐标系,并且可以安全地重新投影回正常(非动态)坐标系。亚搏在线

例如:

  1. LL-WGS84中有一个表示地球上某个点的输入特征(正常纬度/经度)。
  2. 这个point is reprojected to _AZMED_ via a Reprojector with source LL-WGS84 and destination _AZMED_.
  3. 这个x and y coordinates of the point are extracted into x1, y1.
  4. 设置x2=x1+1000,y2=y1。
  5. Add a vertex to the point to make the line (x1,y1) -> (x2,y2).
  6. 通过带有源和目标LL-WGS84的重投射器重投射回LL-WGS84。

注:注意来源是忽略在这里。我们只是选择了阿兹迈德来帮助记忆发生了什么。有时人们更喜欢将源和目标都设置为LL-WGS84。

  1. 现在我们把我们的点改成了一条线,从原来的点向东延伸1公里,以纬度/长度表示。

Dynamic coordinate systems have the following limitation:

•不考虑Z,因此面积或距离最好保留为0米椭球高度的几何体。

例子

Usage Notes

  • 此转换器同时处理光栅和矢量数据。
  • 此转换器不受光栅标注栏和调色板选择的影响。

编辑变压器参数

使用一组菜单选项,可以通过引用工作空间中的其他元素来指定转换器参数。更高级的功能,如高级编辑器和算术编辑器,也可以在一些变压器。要访问这些选项的菜单,请单击在适用参数旁边。有关详细信息,请参阅变压器参数菜单选项.

变压器类别

Coordinates

Search FME Knowledge Center

Search for samples and information about this transformer on theFME知识中心.

标签Keywords: pointcloud