<?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 How to get shapefile's geometry from local shapefile? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-shapefile-s-geometry-from-local/m-p/394644#M4650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to use GeometryEngine.Contains Method on&amp;nbsp; polygons from these shapefiles but i can't retrieve polygons . How can I retrieve them? Please Help me.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_Contains.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_Contains.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;GeometryEngine.Contains Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;  List&amp;lt;MapPoint&amp;gt; spatialReferenceExtentCoords = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; List&amp;lt;MapPoint&amp;gt;   
          { 
                &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-103.070&lt;/SPAN&gt;, &lt;SPAN class=""&gt;31.720&lt;/SPAN&gt;, SpatialReferences.Wgs84),
                 &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-103.070&lt;/SPAN&gt;, &lt;SPAN class=""&gt;34.580&lt;/SPAN&gt;, SpatialReferences.Wgs84),
                 &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-94.000&lt;/SPAN&gt;, &lt;SPAN class=""&gt;34.580&lt;/SPAN&gt;, SpatialReferences.Wgs84),
                 &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-94.00&lt;/SPAN&gt;, &lt;SPAN class=""&gt;31.720&lt;/SPAN&gt;, SpatialReferences.Wgs84)
             };             
_spatialReferenceArea = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; Polygon(spatialReferenceExtentCoords);//&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;EM&gt;can i get that polygon from my shapefile&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; 
_spatialReferenceArea = GeometryEngine.Project(_spatialReferenceArea, statePlaneNorthCentralTexas) &lt;SPAN class=""&gt;as&lt;/SPAN&gt; Polygon;&lt;/PRE&gt;&lt;H1 id="toc-hId-1878160553"&gt;&lt;EM&gt;&amp;nbsp;Thank You,Everyone.&lt;BR /&gt;&lt;/EM&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:25:36 GMT</pubDate>
    <dc:creator>Brubakerfloors</dc:creator>
    <dc:date>2021-12-12T16:25:36Z</dc:date>
    <item>
      <title>How to get shapefile's geometry from local shapefile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-shapefile-s-geometry-from-local/m-p/394644#M4650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to use GeometryEngine.Contains Method on&amp;nbsp; polygons from these shapefiles but i can't retrieve polygons . How can I retrieve them? Please Help me.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_Contains.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/M_Esri_ArcGISRuntime_Geometry_GeometryEngine_Contains.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;GeometryEngine.Contains Method&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;  List&amp;lt;MapPoint&amp;gt; spatialReferenceExtentCoords = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; List&amp;lt;MapPoint&amp;gt;   
          { 
                &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-103.070&lt;/SPAN&gt;, &lt;SPAN class=""&gt;31.720&lt;/SPAN&gt;, SpatialReferences.Wgs84),
                 &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-103.070&lt;/SPAN&gt;, &lt;SPAN class=""&gt;34.580&lt;/SPAN&gt;, SpatialReferences.Wgs84),
                 &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-94.000&lt;/SPAN&gt;, &lt;SPAN class=""&gt;34.580&lt;/SPAN&gt;, SpatialReferences.Wgs84),
                 &lt;SPAN class=""&gt;new&lt;/SPAN&gt; MapPoint(&lt;SPAN class=""&gt;-94.00&lt;/SPAN&gt;, &lt;SPAN class=""&gt;31.720&lt;/SPAN&gt;, SpatialReferences.Wgs84)
             };             
_spatialReferenceArea = &lt;SPAN class=""&gt;new&lt;/SPAN&gt; Polygon(spatialReferenceExtentCoords);//&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;EM&gt;can i get that polygon from my shapefile&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; 
_spatialReferenceArea = GeometryEngine.Project(_spatialReferenceArea, statePlaneNorthCentralTexas) &lt;SPAN class=""&gt;as&lt;/SPAN&gt; Polygon;&lt;/PRE&gt;&lt;H1 id="toc-hId-1878160553"&gt;&lt;EM&gt;&amp;nbsp;Thank You,Everyone.&lt;BR /&gt;&lt;/EM&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-shapefile-s-geometry-from-local/m-p/394644#M4650</guid>
      <dc:creator>Brubakerfloors</dc:creator>
      <dc:date>2021-12-12T16:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get shapefile's geometry from local shapefile?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-shapefile-s-geometry-from-local/m-p/394645#M4651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever get an answer to this? I'm facing the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 21:44:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-shapefile-s-geometry-from-local/m-p/394645#M4651</guid>
      <dc:creator>RichardWood</dc:creator>
      <dc:date>2020-07-17T21:44:44Z</dc:date>
    </item>
  </channel>
</rss>

