<?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: Polygon and Polyline structure support for MultiPolys? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250889#M6521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think MultiPolyline/Polygon can be achieved by having multiple paths/rings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should there be any holes or polygon was drawn in counter clockwise direction, you can use this utility:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~SimplifyAsync.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~SimplifyAsync.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Simplify"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Simplify&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2011 17:13:18 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-09-21T17:13:18Z</dc:date>
    <item>
      <title>Polygon and Polyline structure support for MultiPolys?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250888#M6520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a question about Polyline and Polygon in the ESRI Silverlight API:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/2.1/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Geometry.Polygon.html"&gt;http://help.arcgis.com/en/webapi/silverlight/2.1/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Geometry.Polygon.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/2.1/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Geometry.Polyline.html"&gt;http://help.arcgis.com/en/webapi/silverlight/2.1/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Geometry.Polyline.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Polyline's data structure seems to allow multiple Paths inside a single "Polyline".&amp;nbsp; Similarly, Polygon seems to allow multiple Rings within a single "Polygon".&amp;nbsp; MapPoints, on the other hand, have an entirely different class (MultiPoint) to support multiple MapPoints with a single Geometry.&amp;nbsp; Is it intended that Polyline and Polygon class should also satisfy the need for MulitPolylines and MultiPolygons?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally, there is the question of holes (interior rings) in Polygons.&amp;nbsp; Is the right-hand-rule used to determine whether a Ring is a hole or not?&amp;nbsp; Should the Rings within a Polygon be ordered in any particular way to ensure proper parsing?&amp;nbsp; It seems rather cumbersome that Polygon should support multiple Rings and multiple holes in an arbitrary, unsorted order.&amp;nbsp; Is there any way to determine which holes go with which Rings?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 23:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250888#M6520</guid>
      <dc:creator>JoeShmoe</dc:creator>
      <dc:date>2011-09-20T23:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon and Polyline structure support for MultiPolys?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250889#M6521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think MultiPolyline/Polygon can be achieved by having multiple paths/rings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should there be any holes or polygon was drawn in counter clockwise direction, you can use this utility:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~SimplifyAsync.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~SimplifyAsync.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Simplify"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Simplify&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 17:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250889#M6521</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-09-21T17:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon and Polyline structure support for MultiPolys?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250890#M6522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to confirm empirically that multi-polygons are supported, that the stacking order is basically the ring, all of its holes, the next ring, etc..&amp;nbsp; You must use the right-hand rule to determine if a polygon is a ring or a hole.&amp;nbsp; Its all pretty much like I assumed it was.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 16:14:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/polygon-and-polyline-structure-support-for/m-p/250890#M6522</guid>
      <dc:creator>JoeShmoe</dc:creator>
      <dc:date>2011-09-27T16:14:43Z</dc:date>
    </item>
  </channel>
</rss>

