<?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: Road FBX model, and map matching problems in ArcGIS Maps SDK for Unity Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1314508#M579</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11111111.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77075i9B95A0DB04BFFCFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="11111111.png" alt="11111111.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22222222.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77076iCA94809F4F428743/image-size/large?v=v2&amp;amp;px=999" role="button" title="22222222.png" alt="22222222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can the difference between these two projections be reflected in Arcgis for unity&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 12:31:39 GMT</pubDate>
    <dc:creator>jianghan8098</dc:creator>
    <dc:date>2023-08-02T12:31:39Z</dc:date>
    <item>
      <title>Road FBX model, and map matching problems</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1313959#M577</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The road model data exported by RoadRunner can only be matched with the map with the Global mode of MapTyoe, but I want to be matched with the Local (plane mode). Is this feasible? Or can the FBX model of the road I process only be matched with one of the modes?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;string wkt = "COMPD_CS[\"CompoundCS\",PROJCS[\"unnamed\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",30.03097934573528],PARAMETER[\"central_meridian\",121.2600064055433],PARAMETER[\"scale_factor\",1],PARAMETER[\"false_easting\",0],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1]],VERT_CS[\"EGM96 geoid height\",VERT_DATUM[\"EGM96 geoid\",2005,EXTENSION[\"PROJ4_GRIDS\",\"egm96_15.gtx\"],AUTHORITY[\"EPSG\",\"5171\"]],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"Up\",UP],AUTHORITY[\"EPSG\",\"5773\"]]]";&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;_arcGISMap.OriginPosition = new ArcGISPoint(_gisLon, _gisLat, _gisHeight, new ArcGISSpatialReference(wkt));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The wkt in this code is the parameter obtained when RoadRunner software processes the model data. Can I correspond with the map whose MapType is Local by using it in this way? Please answer my doubts, thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 08:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1313959#M577</guid>
      <dc:creator>jianghan8098</dc:creator>
      <dc:date>2023-08-01T08:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Road FBX model, and map matching problems</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1314452#M578</link>
      <description>&lt;P&gt;string wkt = "PROJCS[\"yuyaoceshi\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137,298.257223563]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\",0.017453292519943295]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",30.03097934573528],PARAMETER[\"central_meridian\",121.2600064055433],PARAMETER[\"false_easting\",0],PARAMETER[\"false_northing\",0],UNIT[\"Meter\",1]]";&lt;/P&gt;&lt;P&gt;_arcGISMap.OriginPosition = new ArcGISPoint(_gisLon, _gisLat, _gisHeight, new ArcGISSpatialReference(wkt));&lt;/P&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Using this wkt file, I changed the map mode to Local, which still did not match the road model data exported by RoadRunner&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Aug 2023 06:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1314452#M578</guid>
      <dc:creator>jianghan8098</dc:creator>
      <dc:date>2023-08-02T06:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Road FBX model, and map matching problems</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1314508#M579</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11111111.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77075i9B95A0DB04BFFCFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="11111111.png" alt="11111111.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="22222222.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/77076iCA94809F4F428743/image-size/large?v=v2&amp;amp;px=999" role="button" title="22222222.png" alt="22222222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can the difference between these two projections be reflected in Arcgis for unity&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 12:31:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unity-questions/road-fbx-model-and-map-matching-problems/m-p/1314508#M579</guid>
      <dc:creator>jianghan8098</dc:creator>
      <dc:date>2023-08-02T12:31:39Z</dc:date>
    </item>
  </channel>
</rss>

