<?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 Projection Issue With Custom Spatial Reference in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/projection-issue-with-custom-spatial-reference/m-p/1634599#M13605</link>
    <description>&lt;P&gt;My app is connecting to a web map where the customer's UN dataset is using a custom spatial reference. The resulting coordinate after projection is off a very small amount causing coincidence/connectivity to not occur.&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgn_GSI_0-1753112308163.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136842i894FF77E6D76BE55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sgn_GSI_0-1753112308163.png" alt="sgn_GSI_0-1753112308163.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgn_GSI_1-1753112346196.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136843i573BEF59E337C0BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sgn_GSI_1-1753112346196.png" alt="sgn_GSI_1-1753112346196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The default datum transformation being returned and used for projection is&amp;nbsp; the following:&lt;/P&gt;&lt;DIV&gt;- Input: {SpatialReference[Wkid=4269]}&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Output: {SpatialReference[Wkid=4326]}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- IsMissingProjectionEngineFiles = false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Name: ~WGS_1984_(ITRF00)_To_NAD_1983&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Steps: 1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- WKText: GEOGTRAN["WGS_1984_(ITRF00)_To_NAD_1983",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],METHOD["Coordinate_Frame"],PARAMETER["X_Axis_Translation",0.9956],PARAMETER["Y_Axis_Translation",-1.9013],PARAMETER["Z_Axis_Translation",-0.5215],PARAMETER["X_Axis_Rotation",0.025915],PARAMETER["Y_Axis_Rotation",0.009426],PARAMETER["Z_Axis_Rotation",0.011599],PARAMETER["Scale_Difference",0.00062],OPERATIONACCURACY[0.1],METADATA["USA - CONUS and Alaska; PRVI",167.65,14.92,-63.88,74.71,0.0,0.0174532925199433,1511]]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- WKID: 108190&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After using the default transformation, I am left with the following results:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- After Projection:&amp;nbsp; &amp;nbsp; X=-10656077.1980003, Y=3392011.73970032&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Expected Value:&amp;nbsp; &amp;nbsp; X=-10656077.2082,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Y=3392011.728&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- X Value Difference:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.010199720039963722&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Y Value Difference:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.011700315400958061&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Esri Feet Default Buffer: 0.003281&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;My experience with spatial references and datum transformations is lacking so I'm not sure if my issue is with the custom spatial reference my client is using OR if I need to define and use a custom transformation. Any advice would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2025 16:19:14 GMT</pubDate>
    <dc:creator>sgn_GSI</dc:creator>
    <dc:date>2025-07-21T16:19:14Z</dc:date>
    <item>
      <title>Projection Issue With Custom Spatial Reference</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/projection-issue-with-custom-spatial-reference/m-p/1634599#M13605</link>
      <description>&lt;P&gt;My app is connecting to a web map where the customer's UN dataset is using a custom spatial reference. The resulting coordinate after projection is off a very small amount causing coincidence/connectivity to not occur.&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgn_GSI_0-1753112308163.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136842i894FF77E6D76BE55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sgn_GSI_0-1753112308163.png" alt="sgn_GSI_0-1753112308163.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgn_GSI_1-1753112346196.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/136843i573BEF59E337C0BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sgn_GSI_1-1753112346196.png" alt="sgn_GSI_1-1753112346196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The default datum transformation being returned and used for projection is&amp;nbsp; the following:&lt;/P&gt;&lt;DIV&gt;- Input: {SpatialReference[Wkid=4269]}&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Output: {SpatialReference[Wkid=4326]}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- IsMissingProjectionEngineFiles = false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Name: ~WGS_1984_(ITRF00)_To_NAD_1983&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Steps: 1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- WKText: GEOGTRAN["WGS_1984_(ITRF00)_To_NAD_1983",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],METHOD["Coordinate_Frame"],PARAMETER["X_Axis_Translation",0.9956],PARAMETER["Y_Axis_Translation",-1.9013],PARAMETER["Z_Axis_Translation",-0.5215],PARAMETER["X_Axis_Rotation",0.025915],PARAMETER["Y_Axis_Rotation",0.009426],PARAMETER["Z_Axis_Rotation",0.011599],PARAMETER["Scale_Difference",0.00062],OPERATIONACCURACY[0.1],METADATA["USA - CONUS and Alaska; PRVI",167.65,14.92,-63.88,74.71,0.0,0.0174532925199433,1511]]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- WKID: 108190&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After using the default transformation, I am left with the following results:&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- After Projection:&amp;nbsp; &amp;nbsp; X=-10656077.1980003, Y=3392011.73970032&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Expected Value:&amp;nbsp; &amp;nbsp; X=-10656077.2082,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Y=3392011.728&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- X Value Difference:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.010199720039963722&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Y Value Difference:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.011700315400958061&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- Esri Feet Default Buffer: 0.003281&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;My experience with spatial references and datum transformations is lacking so I'm not sure if my issue is with the custom spatial reference my client is using OR if I need to define and use a custom transformation. Any advice would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 16:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/projection-issue-with-custom-spatial-reference/m-p/1634599#M13605</guid>
      <dc:creator>sgn_GSI</dc:creator>
      <dc:date>2025-07-21T16:19:14Z</dc:date>
    </item>
  </channel>
</rss>

