<?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: Fetching base map information in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332193#M1664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ever way I go: (1) Feature table (now), (2) new package type (Quartz), or (3) direct from raster (I have a .tif file)(Quartz) - how do I best go about computing the mean and standard deviation of the depths within a buffer region with ArcGIS Runtime? Sorry if this is a newbie question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 18:32:39 GMT</pubDate>
    <dc:creator>RainerFarsch</dc:creator>
    <dc:date>2015-10-28T18:32:39Z</dc:date>
    <item>
      <title>Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332183#M1654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bathymetry map that is a map of ocean depths - the deeper the blue the deeper the ocean. The map is provided as a .mxd file. I can open this file in ArcGIS Desktop and I'm able to click on it using the Identify cursor to query for depth at the clicked location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I rendered this map into a '.tpk' file that I open using ArcGISLocalTiledLayer in ArcGIS Runtime. So my question is: can I get depth information in ArcGIS Runtime from the base map like was I able to get in ArcGIS Desktop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One idea I've heard is to create a feature table in ArcGIS Desktop containing depth information and using that for depth information in ArcGIS Runtime; but I was curious if there is a way to get it directly from the base map - either in this release (10.2.6) or in a future release (Quartz).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 21:57:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332183#M1654</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-26T21:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332184#M1655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rainer-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you working only offline (with a TPK and ArcGISLocalTiledLayer) or also online (with an ArcGISTiledMapServiceLayer)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 23:02:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332184#M1655</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-26T23:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332185#M1656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I ask is because with ArcGISTiledMapServiceLayer (online), you can set up the service so that you can run a query against it. However, you won't be able to do this with the ArcGISLocalTiledLayer and a TPK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 23:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332185#M1656</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-26T23:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332186#M1657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To elaborate a bit, the TPK is basically a compressed file of a bunch of images in a specific folder structure, so the attributes associated with the data for identify in ArcMap are no longer with the TPK once it is created. If you created a new, blank MXD and brought the TPK into ArcMap, I don't believe the identify operation will tell you the same information as what you saw with the original MXD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 23:25:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332186#M1657</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-26T23:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332187#M1658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And we are considering adding something for searching for features in a basemap layer at Quartz, however it would likely be using something other than a TPK with an ArcGISLocalTiledLayer. Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 00:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332187#M1658</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-27T00:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332188#M1659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Offline only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 00:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332188#M1659</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-27T00:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332189#M1660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will I be able to render something (not a .tpk file) from the .mxd file in ArcGIS Desktop that I could then use in Quartz for searching the base map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 00:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332189#M1660</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-27T00:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332190#M1661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The full story is not yet worked out, but it will likely be through a package that can be created in ArcGIS Pro, and can then be consumed in ArcGIS Runtime APIs and ArcGIS Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332190#M1661</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-27T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332191#M1662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me dig a bit deeper. If I wanted to compute the mean and standard deviation of the depths within a circular buffer placed on the map, would this future (Quartz-compatible) package allow for this? Or would I be better served using something else - like creating a feature table of gridded depths from the base map raster using ArcMap, and then using a buffer in ArcGIS Runtime to compute the mean and standard deviation of the depth features lying within the circular buffer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 22:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332191#M1662</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-27T22:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332192#M1663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data are in vector format and you are using the new type of package, something like this should probably be possible, though I can't say for certain, as we are still in the early stages of design. The alternative workflow you suggested would work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another feature we will have at Quartz is support for raw raster files (tiff, jpg, etc), so if you have bathymetry data that are already in raster format, this may end up being the best route to go. You could have a raster function that did something like your buffer workflow that you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 22:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332192#M1663</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-27T22:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332193#M1664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ever way I go: (1) Feature table (now), (2) new package type (Quartz), or (3) direct from raster (I have a .tif file)(Quartz) - how do I best go about computing the mean and standard deviation of the depths within a buffer region with ArcGIS Runtime? Sorry if this is a newbie question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332193#M1664</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-28T18:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332194#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No worries, glad to help. I can't speak to the 2 Quartz options as they are still in design. Once they are fleshed out, I believe the raw raster analysis is going to be the cleanest and most straight forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, try to create the feature table, either of grids polygons or maybe even point centroids (do this work in ArcMap). Once you have that, I would bring it into your Runtime app, and do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create signal handler for mouse clicked on the map&lt;/P&gt;&lt;P&gt;2) call Buffer on the mapPoint that is returned&lt;/P&gt;&lt;P&gt;3) Set up a query against the feature table. The query will need to have several things set:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Where clause to "1=1" to return any record. Change this to some other SQL clause if you want to filter results.&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Set the geometry to your buffer polygon&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Set spatial relationship to either intersects or within, depending on what your requirements are&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Set outstatisitcs to gather the average, standard deviation, sum, etc. Here are the different out statistics you can set - &lt;A href="https://developers.arcgis.com/qt/qml/api-reference/class_enums.html#adfe24e1bc9e7f1b1ae2748357b6a8c9d" title="https://developers.arcgis.com/qt/qml/api-reference/class_enums.html#adfe24e1bc9e7f1b1ae2748357b6a8c9d"&gt;ArcGIS Runtime SDK for Qt QML API: Enums Class Reference&lt;/A&gt; &lt;/P&gt;&lt;P&gt;4) Execute the query and create a signal handler for when it completes. The results will be aggregated values to whatever your outstatistics were set to, as opposed to individual values from the raw data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do something similar in the following example. It creates the buffer, runs a query with the buffer, sets out statistics, and gets the aggregated data points back. The only difference is this runs a QueryTask, but this workflow should work against a feature table with queryFeatures. &lt;A href="https://github.com/ldanzinger/RuntimeQtSamples/blob/master/qt_charts/qml/main.qml" title="https://github.com/ldanzinger/RuntimeQtSamples/blob/master/qt_charts/qml/main.qml"&gt;RuntimeQtSamples/main.qml at master · ldanzinger/RuntimeQtSamples · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gets you on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 19:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332194#M1665</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-28T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332195#M1666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the detailed response - I've got my work cut out for me. Can I safely assume that this done using the Spatial Analyst extension for Runtime, and that we would need to purchase a license pack for deployment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of identifying in the API what belongs to Spatial Analyst?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 01:43:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332195#M1666</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-30T01:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332196#M1667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rainer-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, this won't need the spatial analyst extension. The only time you will need that extension is if you are using the Geoprocessor, and running a geoprocessing tool that requires Spatial Analyst extension. If this was the case, you would need to publish a Geoprocessing package (GPK) from ArcMap, and consume that package in Runtime. With this workflow, you would know you need to purchase an extension if you also needed the extension to execute the tool in ArcMap- if the tool in ArcMap required the extension, the tool once packaged as a GPK will require the extension in Runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 02:43:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332196#M1667</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2015-10-30T02:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching base map information</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332197#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luke,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I was getting all turned around on this - still learning. I was looking at &lt;A href="https://developers.arcgis.com/qt/cpp/guide/local-server-geoprocessing-tools-support.htm" title="https://developers.arcgis.com/qt/cpp/guide/local-server-geoprocessing-tools-support.htm"&gt;Local Server geoprocessing tools support—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt; and now it makes more sense that you've explained it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 03:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/fetching-base-map-information/m-p/332197#M1668</guid>
      <dc:creator>RainerFarsch</dc:creator>
      <dc:date>2015-10-30T03:18:19Z</dc:date>
    </item>
  </channel>
</rss>

