Closed rjones0 closed 7 years ago
This issue also occurs with:
Circle tab: Time field Rate field
Ellipse tab: Axis: Major
Ok so this brings up the idea that there are critical limits for different units for these parameters. We'll need to research what each one should be for each relevant parameter on each tool. Essentially what is happening is that the graphic is wrapping around the globe and over itself many times... and looks like crap. We'll need to trap those numbers and display some kind of message about self-overlapping features.
I examined using get_IsSimpleEx to determine when the polygon becomes self-intersecting (as an indicator that the polygon should not be displayed) but the operation is slow to execute when the intersections are many.
Ref: http://desktop.arcgis.com/en/arcobjects/latest/net/ITopologicalOperator3_IsSimpleEx.htm
It would seem to me that the limit for Radius should be the value at which the polygon will encompass the entire earth, i.e. just slightly over 20000km. There are also dateline issues as described in #280.
Fix for:
Ellipse tab: Axis: Major
still outstanding
Reopened issue for MT PEs to verify
The errors that created this issue have been resolved. When adding a large value to either the radius or diameter of circles or the Major axis of Ellipse an invalid input error is thrown.
Procedure:
Result: From 100000000000 upwards multiple intersecting lines are drawn across map (which presumably is not desired behaviour)
Result expected: the glitch is not seen. User is informed that value is beyond bounds.