<?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 Project with Transformation - where to get projection engine file? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701479#M8856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to use projection with specific transformation for bigger accuracy. In my case I need to convert from&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WGS84 (WKID=&lt;STRONG&gt;4326&lt;/STRONG&gt;)&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;EPSG:&lt;STRONG&gt;2229&lt;/STRONG&gt; NAD83 / California zone 5 (ftUS)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;using the best transformation for Southern California:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NAD_1983_To_WGS_1984_southern_California_54 &lt;STRONG&gt;1750&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code should be simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;// 1. Prepare transformation:&lt;/EM&gt;&lt;BR /&gt; SpatialReference spCaliforniaNAD = new SpatialReference(2229);&lt;BR /&gt; GeographicTransformationStep geoStep = new GeographicTransformationStep(1750);&lt;BR /&gt; GeographicTransformation geoTransform = new GeographicTransformation(geoStep);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// 2. Transform myPoint into projected coordinate system:&lt;/EM&gt;&lt;BR /&gt; MapPoint myPoint = new MapPoint(-117.82739800, 34.64073000, SpatialReferences.Wgs84);&lt;BR /&gt; MapPoint projectedPoint = (MapPoint)GeometryEngine.Project(myPoint, spCaliforniaNAD, geoTransform);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem is that both&amp;nbsp;GeographicTransformationStep and&amp;nbsp;GeographicTransformation have missing projection engine files (IsMissingProjectionEngineFiles==true). Of course it results with exception in the last line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get that missing &lt;STRONG&gt;projection engine file&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Waldek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2020 09:10:33 GMT</pubDate>
    <dc:creator>WaldemarNowak</dc:creator>
    <dc:date>2020-05-22T09:10:33Z</dc:date>
    <item>
      <title>Project with Transformation - where to get projection engine file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701479#M8856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to use projection with specific transformation for bigger accuracy. In my case I need to convert from&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WGS84 (WKID=&lt;STRONG&gt;4326&lt;/STRONG&gt;)&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;EPSG:&lt;STRONG&gt;2229&lt;/STRONG&gt; NAD83 / California zone 5 (ftUS)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;using the best transformation for Southern California:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NAD_1983_To_WGS_1984_southern_California_54 &lt;STRONG&gt;1750&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code should be simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;// 1. Prepare transformation:&lt;/EM&gt;&lt;BR /&gt; SpatialReference spCaliforniaNAD = new SpatialReference(2229);&lt;BR /&gt; GeographicTransformationStep geoStep = new GeographicTransformationStep(1750);&lt;BR /&gt; GeographicTransformation geoTransform = new GeographicTransformation(geoStep);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// 2. Transform myPoint into projected coordinate system:&lt;/EM&gt;&lt;BR /&gt; MapPoint myPoint = new MapPoint(-117.82739800, 34.64073000, SpatialReferences.Wgs84);&lt;BR /&gt; MapPoint projectedPoint = (MapPoint)GeometryEngine.Project(myPoint, spCaliforniaNAD, geoTransform);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem is that both&amp;nbsp;GeographicTransformationStep and&amp;nbsp;GeographicTransformation have missing projection engine files (IsMissingProjectionEngineFiles==true). Of course it results with exception in the last line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get that missing &lt;STRONG&gt;projection engine file&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Waldek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 09:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701479#M8856</guid>
      <dc:creator>WaldemarNowak</dc:creator>
      <dc:date>2020-05-22T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Project with Transformation - where to get projection engine file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701480#M8857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional information on this file is included in&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/spatial-references.htm#ESRI_SECTION1_382C9FE70C4F4134ABE21B5C697015A5" title="https://developers.arcgis.com/net/latest/wpf/guide/spatial-references.htm#ESRI_SECTION1_382C9FE70C4F4134ABE21B5C697015A5"&gt;Spatial references—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 17:12:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701480#M8857</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-05-22T17:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Project with Transformation - where to get projection engine file?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701481#M8858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After following the documentation you indicated I was able to download Projection Engine Data Files and indicated them for transformation. It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2020 17:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/project-with-transformation-where-to-get/m-p/701481#M8858</guid>
      <dc:creator>WaldemarNowak</dc:creator>
      <dc:date>2020-05-23T17:15:07Z</dc:date>
    </item>
  </channel>
</rss>

