<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help with Coordinate Conversion Using ArcGIS GeometryService in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547695#M85865</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/841608"&gt;@swuell&lt;/a&gt;&amp;nbsp; it sounds like you might be looking for the API's projection engine: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html#project" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html#project&lt;/A&gt;. This functionality can be run on the client, so no need for a server round-trip.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2024 18:21:26 GMT</pubDate>
    <dc:creator>AndyGup</dc:creator>
    <dc:date>2024-10-10T18:21:26Z</dc:date>
    <item>
      <title>Help with Coordinate Conversion Using ArcGIS GeometryService</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547463#M85857</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I’m currently working on a web application that needs to handle coordinate conversion from WGS84 (used in Google Maps) to NAD83 State Plane Zones, using EPSG codes. The goal is to convert geometries drawn by users (like polylines and polygons) and export them into .shp files for use in external CAD software.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Issues:&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;The getTransformations() method seems to be missing on the GeometryService object, and I’m unsure how to retrieve and apply the necessary geographic transformations.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;There’s a type mismatch error with the geometryService.project() method, where it expects a string, but we’re passing an array of Polygons (some of which may be undefined).&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT size="3"&gt;Questions:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;What’s the correct way to handle &lt;STRONG&gt;geographic transformations&lt;/STRONG&gt; when converting geometries from WGS84 to NAD83 using the ArcGIS API?&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Are there specific methods or workflows to use with &lt;STRONG&gt;GeometryService&lt;/STRONG&gt; for this type of coordinate conversion?&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;Any examples or documentation for handling this would be very helpful.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT size="3"&gt;Thanks in advance for your support and guidance!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Sam&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 04:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547463#M85857</guid>
      <dc:creator>swuell</dc:creator>
      <dc:date>2024-10-10T04:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Coordinate Conversion Using ArcGIS GeometryService</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547695#M85865</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/841608"&gt;@swuell&lt;/a&gt;&amp;nbsp; it sounds like you might be looking for the API's projection engine: &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html#project" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-projection.html#project&lt;/A&gt;. This functionality can be run on the client, so no need for a server round-trip.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 18:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547695#M85865</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2024-10-10T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Coordinate Conversion Using ArcGIS GeometryService</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547861#M85867</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I looked into the esri/geometry/projection API, and it seems promising. However, I want to confirm - does this fully replace the need for using GeometryService for coordinate conversion from WGS84 to NAD83 State Plane Zones? My goal is to ensure that the conversion is accurate for polylines and polygons, and then export the data into .shp files.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Would this client-side projection method handle everything without needing a geographic transformation, or do I still need to account for transformation parameters when converting between these coordinate systems?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks for the help!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 02:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-with-coordinate-conversion-using-arcgis/m-p/1547861#M85867</guid>
      <dc:creator>swuell</dc:creator>
      <dc:date>2024-10-11T02:40:56Z</dc:date>
    </item>
  </channel>
</rss>

