|
POST
|
We have it on the list of items to add, but currently, this is not exposed through the Runtime API. For the time being, you might want to just make a request to that endpoint and see if serviceDataType is equal to esriImageServiceDataTypeElevation
... View more
05-18-2018
12:24 PM
|
1
|
1
|
1436
|
|
BLOG
|
Troy- the symbol sizes can vary slightly. What platforms are you testing on for Pro and Runtime? One big difference is that Pro measures symbols in points and runtime uses device independent pixels. Runtime also takes into account the screen scaling factor applied on a PC whereas I am not sure if Pro does the same or not. Long story short, you may see some differences in size depending on several factors. This difference is likely apparent from things like feature services published from Pro and consumed in Runtime as well.
... View more
05-16-2018
01:05 PM
|
0
|
0
|
1597
|
|
POST
|
Can you provide your code/project so we can test? You mentioned it is the FeatureLayerShapefile sample but it also sounds like you may have modified it to use some dictionary renderer/military symbology with the style file, and the error message seems related to the symbols. Also, does everything seem to work, only you get this error message? Or is it not rendering as expected/crashing?
... View more
05-16-2018
08:14 AM
|
0
|
0
|
1692
|
|
POST
|
You can setup a Query to query the table for features that match a specific value. For example, create QueryParameters and then pass that into queryFeatures - FeatureTable Class | ArcGIS for Developers . We have a sample of that here - arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/Features/FeatureLayerQuery at master · Esri/arcgis-runtime-sampl… Another option is if you want to identify a specific feature in the service from a mouse click, you can use identifyLayer method - GeoView Class | ArcGIS for Developers Once you get access to a Feature object, you can access its attributes through this method Feature Class | ArcGIS for Developers. The AttributeListModel allows you to get the value for a given field name AttributeListModel Class | ArcGIS for Developers
... View more
05-11-2018
07:51 AM
|
1
|
1
|
1730
|
|
POST
|
What type of data are you working with? Is it a FeatureLayer?
... View more
05-11-2018
07:23 AM
|
0
|
0
|
1730
|
|
POST
|
I've tested changing the geometry precision, and changing the precision indeed gives the generalized results like Frank has suggested. I also setup a test app where I change the precision and watch the output http request, and it seems to always reflect what I have set. Can you test to see if when you set the precision if it gets passed through properly in the http request?
... View more
05-11-2018
07:22 AM
|
0
|
3
|
4174
|
|
POST
|
Use the GeometryEngine::project static function to project a Geometry to a new SpatialReference - GeometryEngine Class | ArcGIS for Developers The SpatialReference object can be constructed with a well known id (WKID). Please consult the PDFs in the guide to find the list of supported well known id's - Coordinate systems and transformations—ArcGIS Runtime SDK for Qt | ArcGIS for Developers
... View more
05-10-2018
08:15 AM
|
2
|
0
|
1461
|
|
POST
|
Hi David, If you are able to share any scrubbed data at all that you can reproduce poor performance with, I'd really appreciate it. I tested with some shapefiles of Alaska and California Counties, that were between 50-100 mb, and they loaded up pretty quick. I'd also be interested to know if the ShapefileFeatureTable or FeatureLayer actually loads quickly but the rendering is slow? You can connect to the doneLoading signal and use QDateTime to get an idea of how long the load cycle takes. Loading just means it is ready to use, but does not mean it is rendering. This could help narrow down if the issue is on the rendering side or the data side of our code base. -Luke
... View more
04-26-2018
07:18 AM
|
0
|
1
|
2101
|
|
POST
|
Do you find that the sample itself takes 3-4 seconds? That one loads quite quickly for me. I'm wondering if I'll need some different test data to reproduce the issue?
... View more
04-24-2018
09:53 AM
|
0
|
3
|
2101
|
|
POST
|
David- Are you running in Debug? If so, do you see a difference in Release? If not, can you share your shapefile & code? -Luke
... View more
04-24-2018
09:22 AM
|
0
|
5
|
2101
|
|
POST
|
Jonas- Esri is our Company name, and ArcGIS is the software platform that we build. There are many individual products that make up ArcGIS. The plugin that we contributed to Qt allows you to view basemaps, geocode (search for addresses), and perform simple routing. If you are using the Esri Qt Geoservices plugin with a non-Esri service, you do not need any Esri licenses. As specified in this doc (Qt Location Esri Plugin | Qt Location 5.9 ) if you want to use Esri services, you will need to get a Developer subscription. This subscription will enable you to generate a token that you can use for your routing requests. As for support for WMTS, I don't believe the Esri plugin or any of the Qt Geoservices plugins support WMTS out of the box. However, our ArcGIS Runtime SDK for Qt does support WMTS out of the box (WmtsLayer Class | ArcGIS for Developers ).
... View more
04-20-2018
07:54 AM
|
0
|
1
|
1598
|
|
POST
|
Ok, thanks. If this is a high priority issue for you, I suggest you contact Esri Support or your local Esri Distributor, as they are equipped to troubleshoot these types of things. They can help diagnose the issue, and if applicable, log a bug and hopefully suggest a workaround. This is your best bet to finding a resolution. The GeoNet community will do its best to help make suggestions, but setting up different test environments and troubleshooting high priority issues is best addressed by Esri Support/Distributor.
... View more
04-17-2018
08:54 AM
|
0
|
0
|
2206
|
|
POST
|
Thanks Marek. I've always been under the impression that handling the back button was up to the user, but perhaps I am mistaken. Usually I have added something like the following to perform some behavior when back is pressed: Keys.onReleased: {
if (event.key === Qt.Key_Back) {
// do something
}
}
... View more
04-16-2018
10:03 AM
|
0
|
2
|
2206
|
|
POST
|
I'm not aware of anything in the Runtime SDK that should be affecting this. Were you able to find any clues?
... View more
04-16-2018
07:48 AM
|
0
|
4
|
2206
|
|
POST
|
Hi Norbert, We have logged an issue to improve the documentation to specify that the output units are the same as the input units. Please let us know when you find documentation that you think needs improvement, as want to make the documentation as robust as possible. Thanks! -Luke
... View more
04-11-2018
06:43 AM
|
1
|
3
|
3214
|
| 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
|