<?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 show parcel boundary / polygon dimensions using geometry services in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497866#M2491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to create a button in my application which will enable me to select a parcel in a parcel layer, then will create labels around the polygon marking the lengths of each side and the angles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already managed to calculate the lengths of each side by breaking the polygon of the parcel into polylines, measuring the difference between each ring in the polygon (essentially each vertex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm completely lost as to how to label these lines with the length I've measured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easiest solution would have been, ofcourse, if there was some way to use the MeasureAction using the polygon rings as the vertices. However, from what I gather, it's impossible, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So now I'm left with a way to label those polylines - can anyone help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArielLo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Aug 2013 11:56:05 GMT</pubDate>
    <dc:creator>ArielLomes</dc:creator>
    <dc:date>2013-08-17T11:56:05Z</dc:date>
    <item>
      <title>How to show parcel boundary / polygon dimensions using geometry services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497866#M2491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to create a button in my application which will enable me to select a parcel in a parcel layer, then will create labels around the polygon marking the lengths of each side and the angles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already managed to calculate the lengths of each side by breaking the polygon of the parcel into polylines, measuring the difference between each ring in the polygon (essentially each vertex).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm completely lost as to how to label these lines with the length I've measured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The easiest solution would have been, ofcourse, if there was some way to use the MeasureAction using the polygon rings as the vertices. However, from what I gather, it's impossible, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So now I'm left with a way to label those polylines - can anyone help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArielLo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 11:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497866#M2491</guid>
      <dc:creator>ArielLomes</dc:creator>
      <dc:date>2013-08-17T11:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show parcel boundary / polygon dimensions using geometry services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497867#M2492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best way to label these polylines is to use the GeometryService operation LabelPointsAsync to generate the point at which to place the label, then display the text with a TextSymbol.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~LabelPointsAsync.html"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~LabelPointsAsync.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 07:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497867#M2492</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-08-19T07:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show parcel boundary / polygon dimensions using geometry services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497868#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to label these polylines is to use the GeometryService operation LabelPointsAsync to generate the point at which to place the label, then display the text with a TextSymbol.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~LabelPointsAsync.html"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~LabelPointsAsync.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is not enough documentation on the subject in this board or anywhere (of labeling). I managed to put labels but I need to wrap them to be snapped to the polylines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The end result of what I want should look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]26813[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply though. Any other suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 05:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497868#M2493</guid>
      <dc:creator>ArielLomes</dc:creator>
      <dc:date>2013-08-20T05:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show parcel boundary / polygon dimensions using geometry services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497869#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's currently no support for full labelling of client-side graphics within a GraphicsLayer or FeatureLayer. In the meantime, graphics can be labelled with TextSymbols. You might also want to take a look at this sample for geodesic measuring: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#GeodesicOperations"&gt;http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#GeodesicOperations&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 08:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497869#M2494</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-08-20T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to show parcel boundary / polygon dimensions using geometry services</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497870#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are working on a labeling design which will eventually be rolled out across the ArcGIS Runtime SDKs (excluding WPF) - you can see a preview of this in the new ArcGIS Runtime SDK for .NET beta, although in the beta it is quite a limited API. Therefore we welcome input e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Types of layers/objects you would like to label?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Placement control you need?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Display properties you would like to set?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Behavior you would like the labels to exhibit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Interaction you expect to be able to have with labels in the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can email on &lt;/SPAN&gt;&lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;&lt;SPAN&gt; if you would prefer to contact me directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 12:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-show-parcel-boundary-polygon-dimensions/m-p/497870#M2495</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-04-14T12:54:00Z</dc:date>
    </item>
  </channel>
</rss>

