<?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: Reference Scale in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539431#M1651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are not a poor searcher, as there isn't a method for setting a reference scale (assuming you are talking about the reference scale option that exists in ArcMap).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tell us a little more about what you are trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 15:23:03 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2013-08-27T15:23:03Z</dc:date>
    <item>
      <title>Reference Scale</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539430#M1650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I cannot seem to find a way to set a reference scale.&amp;nbsp; Is it not there, or am I just a poor searcher?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 02:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539430#M1650</guid>
      <dc:creator>JohnWass</dc:creator>
      <dc:date>2013-08-26T02:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reference Scale</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539431#M1651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are not a poor searcher, as there isn't a method for setting a reference scale (assuming you are talking about the reference scale option that exists in ArcMap).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tell us a little more about what you are trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539431#M1651</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-08-27T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reference Scale</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539432#M1652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&amp;nbsp; That is exactly the function I am talking about.&amp;nbsp; In other words, I want to set a scale level (ie 50,000) that a map is designed to be viewed at.&amp;nbsp; If the scale of the map is adjusted up/down, the symbology/text on the map adjusts by getting larger/smaller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An example of this use would be on the very cool Taxi demo.&amp;nbsp; I would like to set a reference scale on the taxi graphic layer so that when I zoom out the taxis become smaller.&amp;nbsp; It is useful if there are lots of taxis and you zoom out to see them as separate entities and not just a 'glob' of taxis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For context;&amp;nbsp; I am converting an existing Engine based ArcObjects application to Runtime and we have many existing map products that have a reference scale set.&amp;nbsp; In the existing implementation I pass the scale from our 'map' concept down into the map ArcObject instance and we also utilize a boolen for each of our layers allowing the scale to be ignored or not.&amp;nbsp; This allows our users to specify whether each layer scales symbols to the specified scale or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;john&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 16:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539432#M1652</guid>
      <dc:creator>JohnWass</dc:creator>
      <dc:date>2013-08-27T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reference Scale</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539433#M1653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment there isn't a way to do this out of the box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are working with a small number of graphics, you might get away with listening in to a map zoom in/out and change the sybols of each of your graphics.&amp;nbsp; However this isn't going to scale very well once you get more graphics, so understand the limitations with this (nasty) idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've had a chat about this and I don't think it would be a hard feature to add, so I'll make sure we consider this for a future release.&amp;nbsp; I always like to get feedback on useful additions we can add to the API.&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;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539433#M1653</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-08-28T17:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reference Scale</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539434#M1654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds good, I have considered a similar workaround.&amp;nbsp; Something like that should work for now and Ill look forward to a future release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539434#M1654</guid>
      <dc:creator>JohnWass</dc:creator>
      <dc:date>2013-08-28T17:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reference Scale</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539435#M1655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&amp;nbsp; Just wanted to follow up on this.&amp;nbsp; Has it made it on the feature list for any upcoming version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 17:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/reference-scale/m-p/539435#M1655</guid>
      <dc:creator>JohnWass</dc:creator>
      <dc:date>2015-01-29T17:41:56Z</dc:date>
    </item>
  </channel>
</rss>

