Hi,
With ArcGIS REST API, I am trying to use the project geometry service.
However I can't find a solution.
Can you help me and/or explain to me how to solve this problem?
My input coordinates are under the EPSG code 3163 (geographic coordinate system).
For exemple:
x: 454587
y:235458
I would like to get coordinates with this EPSG code 3857 (projected coordinate system)
How to configure the URL?
https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer/project
kinds regards
Solved! Go to Solution.
@explocarto Sorry that I am not an expert with REST API. Not sure if this doc helps https://developers.arcgis.com/rest/services-reference/enterprise/geometry-service.htm
Or these posts may help https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-project-from-w...
https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/project-geometryserver-sr-4326...
https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/i-need-help-projecting-nad83-2...
Not sure if @MelitaKennedy could help.
Hi @Wei_Ying ,
I don't know if ArcGIS REST API is one of your specialties?
If not, can someone from ESRI help me?
kinds regards
@explocarto Sorry that I am not an expert with REST API. Not sure if this doc helps https://developers.arcgis.com/rest/services-reference/enterprise/geometry-service.htm
Or these posts may help https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/geometryservice-project-from-w...
https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/project-geometryserver-sr-4326...
https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/i-need-help-projecting-nad83-2...
Not sure if @MelitaKennedy could help.
Thank you @Wei_Ying ,
I was able to resolve the problem with the various posts you sent me.
Kinds regards
Good to know! Thanks!