<?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: Using Advanced Symbology in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142426#M1051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;Another question, I use Zone shape (TACGRP.MOBSU.OBST.GNL.Z) G*M* OGR---****X, I try to put Hostile Zone (zone paint in RED) but I get only GREEN zone no matter what parameter I put, PLEASE send me the SIC of hostile zone (in red)&amp;nbsp; &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an obstacle that the standard states should be green. The following is taken from MIL-STD-2525C, page 37:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.5.1.1 Standard identity. Standard identity refers to the threat posed by the operational&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;environment object being represented. A tactical graphic may be black or off-white depending&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on display background, or standard identity may be indicated using color and/or text. If color is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;used, graphics denoting friend shall be shown in either black or blue. For other standard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identities, colors should be assigned in a manner consistent with the standard identity of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;associated tactical symbol. By default, a graphic denoting hostile standard identity shall be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shown in red. If red is not available the graphic shall be drawn in black with the abbreviation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;â??ENYâ?� placed on the graphic in at least two places.&lt;/SPAN&gt;&lt;STRONG style="color: &amp;quot;#FF0000&amp;quot;;"&gt; In addition, if color is available graphics&lt;BR /&gt;indicating obstacles shall be drawn in green; otherwise, all obstacles shall be shown in black. &lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 19:20:32 GMT</pubDate>
    <dc:creator>DanO_Neill</dc:creator>
    <dc:date>2013-06-21T19:20:32Z</dc:date>
    <item>
      <title>Using Advanced Symbology</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142423#M1048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to use the advanced symbology in order to draw nato symbols&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need little help about it,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What the parameters _WKID mean like in this command : lmessage.setProperty("_WKID", "3857");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. What the parameter UniqueDesignation mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. THE MOST IMPORTENT QUESTION: How can send parameters to symboles llike the symbole "Target" (TACGRP.FSUPP.PNT.TGT.PTGT) (2.X.4.1.1.1) with sic G*FPPTS---****X&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters like "Target Alt" , "Description" and "Name"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to all!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 05:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142423#M1048</guid>
      <dc:creator>DANIKO</dc:creator>
      <dc:date>2013-05-13T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Advanced Symbology</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142424#M1049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use messages provided by an external device/file or populate your own message with the messageID and the name-value pairs required by the message processor symbol dictionary type. You can explicitly set the message properties with the Message.setProperty() method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default the message spatial reference is expected to be the same a the message processor. If it is not then explicitly state the message's spatial reference using the message's &lt;/SPAN&gt;&lt;STRONG&gt;_WKID&lt;/STRONG&gt;&lt;SPAN&gt; value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unique designation is a text modifier that adds a label to show data in the unique designation for the feature.&amp;nbsp; A good introduction to text modifiers can be found &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2011/02/18/a-quick-introduction-to-text-modifiers-for-unit-equipment-and-installation-features/"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You then process a message using MessageProcessor class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 23:46:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142424#M1049</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-05-22T23:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using Advanced Symbology</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142425#M1050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your replay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PLEASE answer to question 3 with &lt;/SPAN&gt;&lt;STRONG&gt;android code&lt;/STRONG&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want example of sending multipale parameters in sic to Target, the target parameters acording to Nato MIL-2525C are Name, Description and ALT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, I just want short android example, I searched in the web for similar android code and couldnt find&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another question, I use Zone shape (TACGRP.MOBSU.OBST.GNL.Z) G*M* OGR---****X, I try to put Hostile Zone (zone paint in RED) but I get only GREEN zone no matter what parameter I put, PLEASE send me the SIC of hostile zone (in red)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THANKS!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 04:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142425#M1050</guid>
      <dc:creator>DANIKO</dc:creator>
      <dc:date>2013-05-23T04:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using Advanced Symbology</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142426#M1051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;Another question, I use Zone shape (TACGRP.MOBSU.OBST.GNL.Z) G*M* OGR---****X, I try to put Hostile Zone (zone paint in RED) but I get only GREEN zone no matter what parameter I put, PLEASE send me the SIC of hostile zone (in red)&amp;nbsp; &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an obstacle that the standard states should be green. The following is taken from MIL-STD-2525C, page 37:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.5.1.1 Standard identity. Standard identity refers to the threat posed by the operational&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;environment object being represented. A tactical graphic may be black or off-white depending&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on display background, or standard identity may be indicated using color and/or text. If color is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;used, graphics denoting friend shall be shown in either black or blue. For other standard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identities, colors should be assigned in a manner consistent with the standard identity of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;associated tactical symbol. By default, a graphic denoting hostile standard identity shall be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shown in red. If red is not available the graphic shall be drawn in black with the abbreviation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;â??ENYâ?� placed on the graphic in at least two places.&lt;/SPAN&gt;&lt;STRONG style="color: &amp;quot;#FF0000&amp;quot;;"&gt; In addition, if color is available graphics&lt;BR /&gt;indicating obstacles shall be drawn in green; otherwise, all obstacles shall be shown in black. &lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 19:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/using-advanced-symbology/m-p/142426#M1051</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-06-21T19:20:32Z</dc:date>
    </item>
  </channel>
</rss>

