Hi folks,
I have a map service which coordinate is in GDA94 and unit is in metre. I have created a point which performs spatial query.
my code is simple
localhost.PointN pPoint = new localhost.PointN();
pPoint.X = m_x;
pPoint.Y = m_y;
when the point xy coordinate input is in metre, it works fine.
my requirement right now is xy coordinate should be in degree.
Does arcgis server soap api provide interface to transfer degree to metre.
thanks

Reply With Quote


Bookmarks