<?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: Message Processing 2525C Component Symbol Size in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702175#M2136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There isn't a method of achieving this in the API at the moment (maybe we should consider this for a future release).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However there is a workaround, you can apply:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the runtime folder there is a file called .\resources\symbols\app6b\messagetypes\positionreport.json&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file contains an entry for the symbolScaleFactor which you can edit (with great care).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would discourage you from changing any other values in this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "type": "position_report",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "layerName": "position_reports",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "renderer":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : "dictionary",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description"&amp;nbsp;&amp;nbsp;&amp;nbsp; : "",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dictionaryType" : "APP6B",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "field"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : "sic",&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "symbolScaleFactor" : 1.0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "labelsVisible" : true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "minLabelScale" : 10000000,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "maxLabelScale" : 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 14:57:36 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2013-01-03T14:57:36Z</dc:date>
    <item>
      <title>Message Processing 2525C Component Symbol Size</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702174#M2135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've searched the forums for possible matchings to my question and found none related to it, so here it is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to change the size of military symbols that the message group layer contains? On other Graphic types of symbols, that property works well using the "setSize" method of each symbol, passing it the width and height of the image. I've looked at all the possible properties that can be set in the map set of symbol properties of the Message object and found nothing that would do this. The appearing default size set by the component is 30 by 30 pixels, and I would like to be able to change them to at least 50 by 50 pixels so they can be better displayed in monitors with 1024 by 768 or higher screen resolution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 17:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702174#M2135</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2012-12-17T17:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Message Processing 2525C Component Symbol Size</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702175#M2136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There isn't a method of achieving this in the API at the moment (maybe we should consider this for a future release).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However there is a workaround, you can apply:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the runtime folder there is a file called .\resources\symbols\app6b\messagetypes\positionreport.json&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file contains an entry for the symbolScaleFactor which you can edit (with great care).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would discourage you from changing any other values in this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "type": "position_report",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "layerName": "position_reports",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "renderer":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : "dictionary",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description"&amp;nbsp;&amp;nbsp;&amp;nbsp; : "",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dictionaryType" : "APP6B",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "field"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : "sic",&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "symbolScaleFactor" : 1.0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "labelsVisible" : true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "minLabelScale" : 10000000,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "maxLabelScale" : 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702175#M2136</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-03T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Message Processing 2525C Component Symbol Size</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702176#M2137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, indeed!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A future method of achieving this in the API would come handy in circumstances where a plotted symbol(s) can be re-scaled on a selected zoommed in area of interest within the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you throw in what could the "minLabelScale" and "maxLabelScale" values be used for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:54:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702176#M2137</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-03T15:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Message Processing 2525C Component Symbol Size</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702177#M2138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll see what we can do for a future release.&amp;nbsp; I agree this would be easier control if it could be done in the API.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other attributes "minLabelScale" and "maxLabelScale" are for controlling the scales at which your labels are visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702177#M2138</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-04T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Message Processing 2525C Component Symbol Size</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702178#M2139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Very handy; thanks, Mark.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/message-processing-2525c-component-symbol-size/m-p/702178#M2139</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-07T13:06:00Z</dc:date>
    </item>
  </channel>
</rss>

