|
POST
|
It is not yet possible in 100.0. We are working on designing this for an future update. However, it is possible with 10.2.6. Have a look at this - ArcGIS Runtime SDK for Qt C++ API: EsriRuntimeQt::TileHandler Class Reference
... View more
11-22-2016
06:44 AM
|
0
|
1
|
1256
|
|
POST
|
Thanks Jon. Search is on the list of enhancements we want to add to the API reference. The search on the main developers page should search the API reference as well, but we would like to get it built into the API ref itself.
... View more
11-22-2016
06:39 AM
|
0
|
2
|
1277
|
|
POST
|
With 10.2.x, this property was on the Map class, as there was no Map and MapView (just a Map). Now the view and model are separated out into separate classes, and since this is related to the view, it is on the MapView. MapView now inherits from GeoView, which is a base class that contains things that are common between a SceneView and a MapView, so this specific method actually ends up being on the base class GeoView. For C++, you would use setAttributionTextVisible - GeoView Class | ArcGISQtCpp 100.0 For QML you would use attributionTextVisible - GeoView QML Type | ArcGISQtQML 100.0 Before you do this, please make sure you read the licensing guide topic where it discusses attributing Esri in your apps - License your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers - Luke
... View more
11-22-2016
06:35 AM
|
2
|
1
|
4138
|
|
POST
|
I've not tried this, but perhaps you could try the destroy method? Dynamic QML Object Creation from JavaScript | Qt QML 5.7 Also, if the object has gone out of scope, you can force garbage collection with "gc()" - QML Global Object | Qt QML 5.7
... View more
11-16-2016
10:00 AM
|
0
|
0
|
919
|
|
POST
|
Sorry, the forums aren't dead - we are finalizing our next release of the Qt SDK, which is taking up most of our resources. That should be done shortly, and there will be more attention given after that . As always, if you have urgent issues, it is a good idea to log a support request with Esri Support Services, and have an analyst troubleshoot with you.
... View more
11-09-2016
07:22 AM
|
0
|
1
|
1063
|
|
POST
|
Anyone interested in mobile app development with Qt should join this community. Thanks for putting it together Marco!
... View more
10-14-2016
09:41 AM
|
0
|
0
|
1194
|
|
POST
|
The QML sample app should have one in the security section for token authentication. That one uses identity manager to access a secure service.
... View more
10-13-2016
08:32 AM
|
0
|
0
|
1305
|
|
POST
|
I'd suggest using the IdentityManager - ArcGIS Runtime SDK for Qt QML API: IdentityManager Class Reference It is a singleton that handles all of the authentication challenges issued. It is a singleton that you can hook up to by using the Qml Connections component Signal and Handler Event System | Qt QML 5.7 When the userCredentialsRequired signal emits, then set your user credential object in that signal handler with the setCredential method. The IdentityManager contains a credential cache that will auto refresh and request new tokens behind the scenes using the cached credentials. - Luke
... View more
10-12-2016
09:13 AM
|
0
|
2
|
1305
|
|
POST
|
Ankit- The feature table should only be used by one layer. In your workflow, could you dynamically create the feature table each time you navigate to that page, so that it doesn't have any reference to the old layer? You could use ArcGISRuntime.createObject("GeodatabaseFeatureTable") for this.
... View more
09-27-2016
09:02 AM
|
2
|
2
|
1297
|
|
POST
|
Hi Alex, Yes, with our new release of ArcGIS Runtime, 3D is supported on all platforms the platforms that 2D is (Windows, Linux, Mac, iOS, Android). The SDK is currently in beta, and you can download it for free and try to prototype your app. Querying layers, adding graphics, and displaying Scene Layers will all be supported. One thing that will not be there initially will be the WebScene, but that will be coming shortly after our initial release. The other thing to know is that once we release the final version of the SDK in November, some items will still be in beta. 3D on iOS and Android is one of those items. It will be there for you to prototype and to test with, but you won't be able to go into production until we release our first update (which will be a few months after the initial release). This will be the same with any of the Runtime SDKs (whether using Xamarin, iOS, etc). Thanks, Luke
... View more
09-27-2016
08:58 AM
|
0
|
1
|
1308
|
|
POST
|
Yes, you would use FeatureTable::queryFeatures - ArcGIS Runtime SDK for Qt QML API: FeatureTable Class Reference
... View more
09-21-2016
02:09 PM
|
1
|
0
|
915
|
|
POST
|
It looks like the doc is wrong. You don't get an ID, but you can access the AttachmentEditResult once the status is complete - ArcGIS Runtime SDK for Qt QML API: GeodatabaseFeatureTable Class Reference
... View more
09-20-2016
10:14 AM
|
0
|
1
|
845
|
|
POST
|
Hey Joshua- I tried your code with this feature service URL (http://sampleserver6.arcgisonline.com/arcgis/rest/services/Sync/WildfireSync/FeatureServer), and when I inspect the output geodatabase file, I see all of the layers in it. When you say it doesn't bring down your service layer polygons, how are you verifying this? Are you looking at the table in some sqlite browser? Or are you adding the output to a map? Thanks, Luke
... View more
09-19-2016
04:51 PM
|
0
|
2
|
1928
|
|
POST
|
Thanks, we understand the high demand for this. In the meantime, a possible workaround is to use the Export Tiles endpoint from the REST API - ArcGIS REST API - Services and Data Types. You could use Python for this, or you could also use one of our Runtime SDKs to do this via the Export Tile Cache Task (e.g. RuntimeQtSamples/export_tiles_from_service at master · ldanzinger/RuntimeQtSamples · GitHub ). As an example, this capability is enabled on the following map service - World_Street_Map (MapServer) You can enable this on your own services, or you can use the Esri provided base maps that are denoted as "for export". This will allow the server to fetch the underlying tiles from the service, and send them to you as a TPK. You could then add this TPK to your map in ArcMap, add any other data you like, and create a new TPK from this. Thanks, Luke
... View more
09-14-2016
11:52 AM
|
1
|
0
|
1766
|
|
POST
|
Joshua- There have been many legal and logistics-related details that have delayed this work. We are still working on a solution that will work for all parties involved, but it is not in 10.5. I apologize for the delay with this. - Luke
... View more
09-14-2016
11:17 AM
|
1
|
2
|
1766
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 05-27-2026 09:52 AM | |
| 1 | 11-24-2025 10:45 AM | |
| 1 | 07-30-2025 08:26 AM | |
| 1 | 05-15-2025 07:35 AM | |
| 2 | 11-26-2024 01:27 PM |
| Online Status |
Offline
|
| Date Last Visited |
06-17-2026
07:54 AM
|