<?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: Using ArcGIS Enterprise SDK Features from .NET Maps SDK in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1667905#M13787</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can edit existing Shapefiles, but the API doesn't support creating new Shapefiles from scratch (we're gradually migrating away from Shapefiles in favour of mobile geodatabases which are smaller, faster, smarter cross-platform SQLite-based databases).&lt;/P&gt;&lt;P&gt;Shapefiles derive from &lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Data.FeatureTable.html" target="_blank"&gt;Class FeatureTable&lt;/A&gt;&amp;nbsp;- you'll find the editing methods there.&lt;/P&gt;&lt;P&gt;To create mobile geodatabases from scratch see&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/wpf/sample-code/create-mobile-geodatabase/" target="_blank"&gt;Create mobile geodatabase | ArcGIS Maps SDK for .NET | Esri Developer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Nov 2025 16:12:41 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2025-11-21T16:12:41Z</dc:date>
    <item>
      <title>Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1665748#M13778</link>
      <description>&lt;P&gt;&lt;!--  StartFragment   --&gt;&lt;/P&gt;&lt;P&gt;Hi, I'm currently using the &lt;A href="https://developers.arcgis.com/net/" target="_blank" rel="noopener"&gt;.NET Maps SDK&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Is there any way to use APIs described in the &lt;A href="https://developers.arcgis.com/enterprise-sdk/api-reference/net/ISpatialReference/" target="_blank" rel="noopener"&gt;ArcGIS Enterprise SDK&lt;/A&gt;—such as &lt;A href="https://developers.arcgis.com/enterprise-sdk/api-reference/net/ISpatialReference/" target="_self"&gt;ISpatialReference&lt;/A&gt;&amp;nbsp;—within the &lt;A href="https://developers.arcgis.com/net/" target="_blank" rel="noopener"&gt;.NET Maps SDK&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 00:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1665748#M13778</guid>
      <dc:creator>TaroShibata</dc:creator>
      <dc:date>2025-11-14T00:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1665848#M13779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, they're two different SDKs designed/intended/licensed to be used in different ways: the Enterprise SDK is server-side whereas the .NET Maps SDK is client-side. However, the .NET Maps SDK has quite extensive geometry and spatial reference functionality - can you share more info about what you're trying to achieve and we can advise on whether it's possible / best practice?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 15:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1665848#M13779</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2025-11-14T15:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1665907#M13780</link>
      <description>&lt;P&gt;You can find the doc for the equivalent SpatialReference class here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.SpatialReference.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.SpatialReference.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 17:10:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1665907#M13780</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-11-14T17:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1666158#M13782</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I'm currently refactoring some legacy code originally developed with ArcGIS Engine.&lt;BR /&gt;The code is a CLI tool that reads a custom text file with a company-specific format and converts it into a Shapefile.&lt;/P&gt;&lt;P&gt;The reason I asked is that the old code uses APIs like ISpatialReference and IPolygon from "ESRI.ArcGIS.Geometry", which I couldn't find in the &lt;A href="https://developers.arcgis.com/net/" target="_blank" rel="noopener nofollow noreferrer"&gt;.NET Maps SDK&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 01:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1666158#M13782</guid>
      <dc:creator>TaroShibata</dc:creator>
      <dc:date>2025-11-17T01:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1666363#M13783</link>
      <description>&lt;P&gt;Thae Native Maps SDK is a different SDK built from the ground up, so you'll find that APIs are different and located in other namespaces, and since it isn't COM you'll find much less use of interfaces, and more use of concrete classes. Some tasks might also be accomplished in a different way. You'll find the geometry related classes in the `Esri.ArcGISRuntime.Geometry` namespace.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 17:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1666363#M13783</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-11-17T17:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1667430#M13785</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Does the .NET Maps SDK currently support writing shapefiles?&lt;/P&gt;&lt;P&gt;You mentioned about 6 years ago in [this post](&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/create-a-shapefile/td-p/213329" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/net-maps-sdk-questions/create-a-shapefile/td-p/213329&lt;/A&gt;) that editing an existing shapefile was possible. Is that still the case?&lt;/P&gt;&lt;P&gt;I couldn't find any editing methods in ShapefileFeatureTable.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 00:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1667430#M13785</guid>
      <dc:creator>TaroShibata</dc:creator>
      <dc:date>2025-11-21T00:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcGIS Enterprise SDK Features from .NET Maps SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1667905#M13787</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can edit existing Shapefiles, but the API doesn't support creating new Shapefiles from scratch (we're gradually migrating away from Shapefiles in favour of mobile geodatabases which are smaller, faster, smarter cross-platform SQLite-based databases).&lt;/P&gt;&lt;P&gt;Shapefiles derive from &lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Data.FeatureTable.html" target="_blank"&gt;Class FeatureTable&lt;/A&gt;&amp;nbsp;- you'll find the editing methods there.&lt;/P&gt;&lt;P&gt;To create mobile geodatabases from scratch see&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/wpf/sample-code/create-mobile-geodatabase/" target="_blank"&gt;Create mobile geodatabase | ArcGIS Maps SDK for .NET | Esri Developer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 16:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/using-arcgis-enterprise-sdk-features-from-net-maps/m-p/1667905#M13787</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2025-11-21T16:12:41Z</dc:date>
    </item>
  </channel>
</rss>

