<?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: LOD - How calculate resolution? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243635#M5769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Fabiano,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another easy way is create a cache map service in ArcGIS Server (only the service, images are optional) with your own scales and check the rest API (like Ivan hint) or the file &lt;/SPAN&gt;&lt;STRONG&gt;c:\arcgisserver\arcgiscache\&amp;lt;serviceName&amp;gt;\Layers\conf.xml&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;LODInfo xsi:type="typens:LODInfo"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LevelID&amp;gt;0&amp;lt;/LevelID&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Scale&amp;gt;500000000&amp;lt;/Scale&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Resolution&amp;gt;1.1897305029151397&amp;lt;/Resolution&amp;gt;
&amp;lt;/LODInfo&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esther&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 12:10:36 GMT</pubDate>
    <dc:creator>EstherColero</dc:creator>
    <dc:date>2021-12-11T12:10:36Z</dc:date>
    <item>
      <title>LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243633#M5767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I calculate the resolution (Resolution in map units of each pixel in a tile for each level.) of LOD?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need setting the LODs for the map manually of my&amp;nbsp; custom Tiled, but I don't know how calculate this value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/index.html"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank's for help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 10:19:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243633#M5767</guid>
      <dc:creator>FabianoScardua</dc:creator>
      <dc:date>2013-01-22T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243634#M5768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer"&gt;Tiled map service&lt;/A&gt;&lt;SPAN&gt; has all needed information - via this property &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/ArcGISTiledMapServiceLayer.html#tileInfo"&gt;tileInfo&lt;/A&gt;&lt;SPAN&gt; you can access this information in flex&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Tile Info: &lt;BR /&gt;[INDENT]Height: 512&lt;BR /&gt;Width: 512&lt;BR /&gt;DPI: 96&lt;BR /&gt;[INDENT]Levels of Detail: (# Levels: 16)&lt;BR /&gt;Level ID: 0 [Start Tile, End Tile]&lt;BR /&gt;Resolution: 0,3515625&lt;BR /&gt;Scale: 147748799,285417&lt;BR /&gt;Level ID: 1 [Start Tile, End Tile]&lt;BR /&gt;Resolution: 0,17578125&lt;BR /&gt;Scale: 73874399,6427087[/INDENT][/INDENT]&lt;BR /&gt;...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additional info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/apiref/topic380.html"&gt;find paragraph "Map Scale and Resolution:"&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2009/12/04/mathematical-relationships-among-map-scale-raster-data-resolution-and-map-display-resolution/"&gt;Mathematical relationships...&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 11:09:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243634#M5768</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2013-01-22T11:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243635#M5769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Fabiano,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another easy way is create a cache map service in ArcGIS Server (only the service, images are optional) with your own scales and check the rest API (like Ivan hint) or the file &lt;/SPAN&gt;&lt;STRONG&gt;c:\arcgisserver\arcgiscache\&amp;lt;serviceName&amp;gt;\Layers\conf.xml&lt;/STRONG&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;LODInfo xsi:type="typens:LODInfo"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LevelID&amp;gt;0&amp;lt;/LevelID&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Scale&amp;gt;500000000&amp;lt;/Scale&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Resolution&amp;gt;1.1897305029151397&amp;lt;/Resolution&amp;gt;
&amp;lt;/LODInfo&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esther&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243635#M5769</guid>
      <dc:creator>EstherColero</dc:creator>
      <dc:date>2021-12-11T12:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243636#M5770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for responding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, but I'm creating the tiles from tilemil (tiles in sqlite) to a mobile application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tiles generated by tilemil not have this information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will use this tile in the application offline.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:03:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243636#M5770</guid>
      <dc:creator>FabianoScardua</dc:creator>
      <dc:date>2013-01-22T12:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243637#M5771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/samples/01nq/01nq00000085000000.htm"&gt;WebTiledLayer&lt;/A&gt;&lt;SPAN&gt; sample&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Description:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This sample demonstrates how to add various third-party (tiled|cached)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map services to your ArcGIS API for Flex application using the WebTiledLayer class&lt;BR /&gt;...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample of extending &lt;/SPAN&gt;&lt;A href="http://web.zone.ee/bespiva/scalebarissue/srcview/index.html"&gt;TiledMapServiceLayer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243637#M5771</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2013-01-22T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243638#M5772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to extend the class and load the tiles from a local database (sqlite). The problem is precisely the method buildTileInfo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I get the values �??�??of the resolution if what you have is only png images of each tile? How to calculate this value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can load the tiles however they are with some error in the projection which I believe is because of the LOD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 14:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243638#M5772</guid>
      <dc:creator>FabianoScardua</dc:creator>
      <dc:date>2013-01-22T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243639#M5773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I've managed to extend the class and load the tiles from a local database (sqlite). The problem is precisely the method buildTileInfo.&lt;BR /&gt;How can I get the values �??�??of the resolution if what you have is only png images of each tile? How to calculate this value?&lt;BR /&gt;&lt;BR /&gt;I can load the tiles however they are with some error in the projection which I believe is because of the LOD.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not know how to do that, but if your application always works with the same spatial reference and LODs you can precalculate these values creating a map service with these scales in ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do not have one, tell me your spatial reference and LODs to help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esther&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 14:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243639#M5773</guid>
      <dc:creator>EstherColero</dc:creator>
      <dc:date>2013-01-22T14:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: LOD - How calculate resolution?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243640#M5774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The resolutions of the tiles generated through Tilemill are the same as OpenStreetMap or the tile services served via arcgis.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the tiling scheme of the Light Gray Canvas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/Canvas/World_Light_Gray_Base/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The resolution of the next level is the half of the current one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/lod-how-calculate-resolution/m-p/243640#M5774</guid>
      <dc:creator>YannCabon</dc:creator>
      <dc:date>2013-01-22T17:02:34Z</dc:date>
    </item>
  </channel>
</rss>

