<?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: How do I display flow direction in a Mobile App? in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695276#M2955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing I've come up with is to create your arrows as a cached basemap. It's not a great solution as you will need to update it often with new taps, valves ect. changing your arrows, but it would work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 20:50:09 GMT</pubDate>
    <dc:creator>JeffAzevedo</dc:creator>
    <dc:date>2011-02-03T20:50:09Z</dc:date>
    <item>
      <title>How do I display flow direction in a Mobile App?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695274#M2953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for some ideas on how to display flow direction in ArcGIS Mobile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have feature classes representing sewer, stormwater and water. In Desktop I display flow direction using arrows at the end of each line segment. Unfortunately ArcMobile does not support line decorations such as arrows on the endpoints of lines. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I read that the mobile framework rasterizes marker symbols and then ships a bitmap representation to the client device cache. Does anybody know where exactly these bitmaps are stored? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could I try to convert the arrow to a marker symbol or something else that the mobile framework will understand? Could I manually move this symbol to the mobile cache?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas would be much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 12:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695274#M2953</guid>
      <dc:creator>AlinaTaus</dc:creator>
      <dc:date>2011-01-25T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display flow direction in a Mobile App?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695275#M2954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I haven't been able to come up with anything that will work for your flow direction arrows. I'm having a similar issue with some labels that will not come across. Hopefully this will bump the thread and some one else might have an idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 14:09:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695275#M2954</guid>
      <dc:creator>JeffAzevedo</dc:creator>
      <dc:date>2011-01-27T14:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display flow direction in a Mobile App?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695276#M2955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing I've come up with is to create your arrows as a cached basemap. It's not a great solution as you will need to update it often with new taps, valves ect. changing your arrows, but it would work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 20:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695276#M2955</guid>
      <dc:creator>JeffAzevedo</dc:creator>
      <dc:date>2011-02-03T20:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display flow direction in a Mobile App?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695277#M2956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There may be a convoluted way to do this. Results may not be perfect but it could be a possible solution. Just hear me out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Query the lines and determine the direction in which the "it" flows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) If flows "Left" put a Green square via a graphic layer on the node/point where the end of the line segment is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Repeat this process for each direction and apply a different colour for each direction. West = Green, East = Blue, North = Red, South = Pink.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) When you load your application this colour schematic will be apply throughout the entire map on the fly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) If you are live synchronizing, then call this method to "colour the flow".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use this similar technique for colouring my points, my points have a value, I query each point in the layer, get the value, then assign a colour using a graphic layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you figure out how to use PointPaintOperation please let me know, but for now I just use a Graphic Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other than that I don't think there is a way to determine flow natively with ArcGIS Mobile.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 12:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/how-do-i-display-flow-direction-in-a-mobile-app/m-p/695277#M2956</guid>
      <dc:creator>AkhilParujanwala</dc:creator>
      <dc:date>2011-02-04T12:44:28Z</dc:date>
    </item>
  </channel>
</rss>

