<?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: AGSLOD has no startTile Row/Column and endTile Row/Column in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270245#M2495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good to know that you got it working &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;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 18:05:17 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2012-03-02T18:05:17Z</dc:date>
    <item>
      <title>AGSLOD has no startTile Row/Column and endTile Row/Column</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270242#M2492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create an custom tiled layer but I seem to be stuck on the AGSLods. They do not seem to have an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;startTileRow / Column or endTileRow/ Column. I looked at the code from the "CustomTiledLayerSample" but also &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with no succes. I changed the project so that it is exactly the same except the tilescheme is hard coded and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the initializing of the AGSTileInfo and AGSLOD is done in a sepperate method. If I run the project everything works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just fine but I can't seem to call the the method outside of the xml parsing and still have lods with start and end tiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my questions is does anyone know how to create an class with methods that return a TileScheme with AGSLOD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that have start and end tiles without using the XML parsing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 07:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270242#M2492</guid>
      <dc:creator>ChristianPouwels</dc:creator>
      <dc:date>2012-02-17T07:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLOD has no startTile Row/Column and endTile Row/Column</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270243#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you please elaborate, what you are trying to do? Are you writing a custom tiled layer or working with it? or working with normal tiled layer and trying to get the AGSLOD information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 15:36:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270243#M2493</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-02-24T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLOD has no startTile Row/Column and endTile Row/Column</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270244#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm I did not see there was a response so my apologies for this late reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to write a custom tiled layer but have already solved the issue by changing the XML file that was provided in the example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 11:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270244#M2494</guid>
      <dc:creator>ChristianPouwels</dc:creator>
      <dc:date>2012-03-02T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLOD has no startTile Row/Column and endTile Row/Column</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270245#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good to know that you got it working &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;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 18:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslod-has-no-starttile-row-column-and-endtile-row/m-p/270245#M2495</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-03-02T18:05:17Z</dc:date>
    </item>
  </channel>
</rss>

