ArcGIS Engine Version 10 SP2 .Net QFE-DT-10SP2-200808 introduces an error: "Ellipses drawn in transverse Mercator are clipped when projected to world Mercator."
上次发布: August 25, 2014ArcGIS Engine
漏洞 ID 编号
NIM072587
已提交
September 13, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS Engine
找到的版本
10.0
编程语言
C#
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a known limitation of the current implementation of graphics
解决办法
One possible approach they could take would be to create and store the geometries based on the initial GCS. Then each time they switch the spatial reference they could update the elements with the initial source geometries. An example of this is attached "GraphicsTest"1) Open and run the attached application - on form load the geometry list is created2) Click Add Graphics - The elements are created and geometries assigned from the list - all of the elements are added to the graphics layer3) Click one of the alternate spatial reference buttons - each of the existing elements are reassigned with the initial geometry and the spatial reference is updated Currently when you switch to one of the projections that would exclude a portion of the graphic it gets permanently altered. So when you switch the projection back to one that should not exclude any portions you still see the "clipped" geometry. The attached workflow simply demonstrates how we could avoid this by maintaining a static list of geometries that we could reuse to avoid the permanent alteration of the graphic.