<?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: Symbolize line direction in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227649#M634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...&amp;nbsp; sounds like a potential product enhancement request to me!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin, what Mark meant with this quote was to submit your idea &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com/ideaHome?c=09a300000004xET"&gt;here&lt;/A&gt;&lt;SPAN&gt;. The more clear and concise, the better its chances for consideration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 11:25:47 GMT</pubDate>
    <dc:creator>CarlosColón-Maldonado</dc:creator>
    <dc:date>2013-09-06T11:25:47Z</dc:date>
    <item>
      <title>Symbolize line direction</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227646#M631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am really hoping that there is some way to symbolize a line features start or end points.&amp;nbsp; What I would like to be able to do is place and arrow head at the end of the line.&amp;nbsp; Originally I thought that setting up the symbols in an mxd and then creating the map package from the mxd would work.&amp;nbsp; I guess it works in the sense that the line features are displayed, however they do not have the arrow heads on the end points as they do when I view the mxd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some way to symbolize line direction that I don't know about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only workaround that I can think of at the moment is to make a call to the database containing the features, extract the geometries, create graphics objects from the geometries, and place a MarkerSymbol at the last node of the line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really hoping there is another way.&amp;nbsp; Ideas?&amp;nbsp; If there isn't another way is this a feature that will show up in subsquent version of runtime?&amp;nbsp; If so what kind of timeline is going to be associated with this functionality?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 20:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227646#M631</guid>
      <dc:creator>KevinNetherton</dc:creator>
      <dc:date>2013-01-23T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolize line direction</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227647#M632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are correct, at the moment there isn't a way of symbolizing lines with arrows...&amp;nbsp; sounds like a potential product enhancement request to me!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your idea of placing a simple marker symbol (triangle maybe) at the end of the line would work.&amp;nbsp; The other alternative would be to draw your own arrow heads on the graphics layer using lines.&amp;nbsp; This way you would have more control over the size of the arrow head.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 08:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227647#M632</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-24T08:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolize line direction</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227648#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This kind of symbols are definitly needed (as multi-layer symbols), in order to be able to show "movement" and/or "communication" between geolocation on our map (situational maps). So we would like to be able to use Line Direction one/both ways...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In our case, symbology is defined in SLD file and we need to be able to define start/end as arrow, circle, square, ... (sld stroke-linecap property for example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the issue with drawing our own triangle is regarding the map scale... when user zoom in/out, it will not looks nice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So we truly hope this will be include in the next release 10.2 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 13:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227648#M633</guid>
      <dc:creator>JeremieJoalland1</dc:creator>
      <dc:date>2013-08-30T13:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Symbolize line direction</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227649#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...&amp;nbsp; sounds like a potential product enhancement request to me!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin, what Mark meant with this quote was to submit your idea &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com/ideaHome?c=09a300000004xET"&gt;here&lt;/A&gt;&lt;SPAN&gt;. The more clear and concise, the better its chances for consideration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 11:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/symbolize-line-direction/m-p/227649#M634</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-09-06T11:25:47Z</dc:date>
    </item>
  </channel>
</rss>

