There are issues with the projection engine (ESRI.ArcGIS.Runtime.PE.dll) while re-projecting a Lambert Conformal Conic projection to the Geographic Coordinate system (GCS).
上次发布: February 7, 2020ArcGIS Engine
漏洞 ID 编号
BUG-000102815
已提交
February 9, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Engine
找到的版本
10.5
操作系统
Windows OS
操作系统版本
7
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The issue with the projected coordinate system definition is the standard parallel 1 = 0.0. It has to be omitted or set to 19.0, the same value as the latitude of origin.
Alternatively, given a standard parallel 1 of 0.0 and no standard parallel 2 parameter, use the Mercator algorithm instead. That is not set up in 10.5, but is going to be in the future release in 2020. We are planning to add a specific Lambert Conformal Conic 1SP definition which is easier to define a 1SP case.