<?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 Create a custom local coordinate system in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-custom-local-coordinate-system/m-p/1691663#M102443</link>
    <description>&lt;P&gt;I am developing an add-in in .NET, and have a use case where a featureclass has a local coordinate system, unrelated to any real location on earth.&lt;/P&gt;&lt;P&gt;When I open a map that contains this data everything works, but ArcGIS Pro gives a warning about an unknown spatial reference, and I'd like to get rid of that message, by providing a fictional spatial reference.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="afbeelding.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/150069i70AA9E1661778A90/image-size/small?v=v2&amp;amp;px=200" role="button" title="afbeelding.png" alt="afbeelding.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating the featureclass with a spatial reference (0), but that makes no difference:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;SpatialReferenceBuilder.CreateSpatialReference(0);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried creating a spatial reference using a GP tool:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var gpResult = await Geoprocessing.ExecuteToolAsync("management.CreateSpatialReference", []);&lt;/LI-CODE&gt;&lt;P&gt;This returns a GPSpatialReference object, with this value:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{B286C06B-0879-11D2-AACA-00C04FA33C20};-450359962737.049 -450359962737.049 10000;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision&lt;/PRE&gt;&lt;P&gt;But I don't know how to convert this to a .NET SpatialReference object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to proceed?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2026 08:56:59 GMT</pubDate>
    <dc:creator>BerendVeldkamp</dc:creator>
    <dc:date>2026-03-20T08:56:59Z</dc:date>
    <item>
      <title>Create a custom local coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-custom-local-coordinate-system/m-p/1691663#M102443</link>
      <description>&lt;P&gt;I am developing an add-in in .NET, and have a use case where a featureclass has a local coordinate system, unrelated to any real location on earth.&lt;/P&gt;&lt;P&gt;When I open a map that contains this data everything works, but ArcGIS Pro gives a warning about an unknown spatial reference, and I'd like to get rid of that message, by providing a fictional spatial reference.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="afbeelding.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/150069i70AA9E1661778A90/image-size/small?v=v2&amp;amp;px=200" role="button" title="afbeelding.png" alt="afbeelding.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried creating the featureclass with a spatial reference (0), but that makes no difference:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;SpatialReferenceBuilder.CreateSpatialReference(0);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried creating a spatial reference using a GP tool:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var gpResult = await Geoprocessing.ExecuteToolAsync("management.CreateSpatialReference", []);&lt;/LI-CODE&gt;&lt;P&gt;This returns a GPSpatialReference object, with this value:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{B286C06B-0879-11D2-AACA-00C04FA33C20};-450359962737.049 -450359962737.049 10000;-100000 10000;-100000 10000;0.001;0.001;0.001;IsHighPrecision&lt;/PRE&gt;&lt;P&gt;But I don't know how to convert this to a .NET SpatialReference object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to proceed?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 08:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-custom-local-coordinate-system/m-p/1691663#M102443</guid>
      <dc:creator>BerendVeldkamp</dc:creator>
      <dc:date>2026-03-20T08:56:59Z</dc:date>
    </item>
  </channel>
</rss>

