Projecting a point in a custom geoprocessing service from NAD_1983_HARN_UTM_Zone_18N to NAD_1983_StatePlane_Maryland_FIPS_1900_Feet suffers from a 3 feet precision error in the Northing coordinate.
上次发布: November 1, 2017ArcObjects SDK
漏洞 ID 编号
BUG-000108118
已提交
September 18, 2017
上次修改时间
February 11, 2025
适用范围
ArcObjects SDK
找到的版本
10.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The behavior is expected. As it is possible that gtdefalts.json file is used to get the default transformation. If the transformation 108190 is used then 1 meter offset is expected.
The transformation that should be used is NAD_1983_To_HARN_MD_DE, 1485, which has a smaller offset between NAD83 and HARN (cm-level) - user needs to specify it.
The service is using gtdefaults.json file, and in this case, it's the wrong answer.