I have a number of questions related to how projections are managed...
It appears that when we apply a projection, it is applied to each feature's shape. When the DrawCore is executed on a PointStyle, the shape associated with the feature contains the projected coordinates. Then, after the rendering has completed, the shape reference changes (I think back to the original shape.)
Question 1)
How can I query a feature for the projected shape coordinates after the rendering has occurred?
Question 2)
We have a label that updates with mouse's Lat/Lon coordinates. We have been using the ExtentHelper.ToWorldCoordinate to get the current Lat/Lon location of the mouse. When we apply a projection to our FeatureSources, the values returned from ExtentHelper.ToWorldCoordinate don't line up with the projected values. Do you have an example for how to make this lineup? Should ExtentHelper take a Projection as an argument?
Thanks,
Greg