Select to view content in your preferred language

Convert UTM Graphics to WebMercator

1042
3
Jump to solution
07-26-2013 12:01 PM
by Anonymous User
Not applicable
I have a set of polygon graphics which are returned from a query in their native UTM projection. Is is possible to convert these to WebMercator for display in the ArcGISOnline maps?

Thanks in advance,

RGibson
0 Kudos
1 Solution

Accepted Solutions
JeffJacobson
Frequent Contributor
I have a set of polygon graphics which are returned from a query in their native UTM projection. Is is possible to convert these to WebMercator for display in the ArcGISOnline maps?

Thanks in advance,

RGibson


Is this an ArcGIS Server query? You should be able to specify the outSR parameter as 3857.

View solution in original post

0 Kudos
3 Replies
JeffJacobson
Frequent Contributor
I have a set of polygon graphics which are returned from a query in their native UTM projection. Is is possible to convert these to WebMercator for display in the ArcGISOnline maps?

Thanks in advance,

RGibson


Is this an ArcGIS Server query? You should be able to specify the outSR parameter as 3857.
0 Kudos
by Anonymous User
Not applicable
Is this an ArcGIS Server query? You should be able to specify the outSR parameter as 3857.


It's a findTask. Is that an option for findParams?

Thanks

RGibson
0 Kudos
by Anonymous User
Not applicable
Is this an ArcGIS Server query? You should be able to specify the outSR parameter as 3857.


Indeed, thanks!

Solution:

findParams.outSpatialReference = something
0 Kudos