|
POST
|
If this gets you the results you want in your testing, then that should work. However, there are some differences between a query and an identify to consider while testing. Identify is doing an internal graphics "hit test" to see what you tapped on. For example, if it is a point, the symbol may display at a slightly different location than the feature's actual geometry. Think of a pin point picture marker symbol that might have a height of 30 pixels and have a y offset of 15. Your tolerance would need to be dialed in to account for this. You might also have different behavior at different scales. Your code example looks like it should account for this, but it is something to consider. Finally, you might also have different behavior if you have overlapping features. Identify will get the item visually on top whereas a query may have a different order. These are a few things I'd keep in mind while testing your solution. There may be other nuances I haven't considered.
... View more
01-09-2020
09:41 AM
|
0
|
2
|
1943
|
|
POST
|
Performing an identify will return a fully loaded feature, which means it will do a query to the service to get all fields. Currently there is no way to configure this to avoid the network traffic.
... View more
01-08-2020
09:44 AM
|
0
|
4
|
1943
|
|
BLOG
|
Hi Sai- No, we don't have an ARM version of Local Server.
... View more
01-06-2020
10:40 AM
|
0
|
0
|
1449
|
|
POST
|
You can specify GenerateLayerOptions in the GenerateGeodatabaseParameters. This allows you to specify a where clause for each layer - GenerateGeodatabaseParameters QML Type | ArcGIS for Developers
... View more
01-06-2020
10:38 AM
|
1
|
9
|
2247
|
|
POST
|
It can be written in pure c++, you'll just need to design your own UI for it. With QML, we provide a UI for you right out of the box. It will be more work, but you should be able to accomplish the same thing.
... View more
01-02-2020
07:09 AM
|
0
|
0
|
3799
|
|
POST
|
We don't currently have a Callout view component for Widgets. It is something we would like to do in the future. At the moment, you'll need to consume the CalloutData in a Widget that you've created.
... View more
12-31-2019
09:08 AM
|
0
|
2
|
3799
|
|
POST
|
It seems like an OpenSSL issue. Qt requires OpenSSL and depending on Qt version and Linux version, you may need to build it yourself. For example, Qt 5.9 may require OpenSSL that is provided by default in Ubuntu 16 but not 18. Some additional details about OpenSSL & Qt are here - System requirements for 100.7.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers
... View more
12-30-2019
11:23 AM
|
0
|
0
|
1273
|
|
POST
|
If you pass in a decimal less than 1, it should zoom out. For example, pass in 0.5 for the factor.
... View more
12-30-2019
10:03 AM
|
0
|
0
|
671
|
|
POST
|
Not yet. That is something we want to add but haven't yet.
... View more
12-20-2019
06:31 AM
|
0
|
0
|
2385
|
|
POST
|
Sorry I sent you C++. Here are the QML links: GeoView QML Type | ArcGIS for Developers MouseEvent QML Type | ArcGIS for Developers
... View more
12-20-2019
06:29 AM
|
0
|
0
|
3891
|
|
POST
|
Currently we don't support client-side labeling in SceneViews, but we plan to add support for this in an upcoming release.
... View more
12-19-2019
07:37 AM
|
0
|
0
|
674
|
|
POST
|
In SceneView, you will need to connect to viewpointChanged - SceneGraphicsView Class | ArcGIS for Developers And then when that emits, access SceneView::currentViewpointCamera - SceneView Class | ArcGIS for Developers
... View more
12-19-2019
07:26 AM
|
0
|
0
|
1069
|
|
POST
|
Hover implies no clicking - just hovering. If you want to perform identify after a click, use the mouseClicked signal - MapQuickView Class | ArcGIS for Developers MouseClicked will pass through a QMouseEvent object through as a parameter, and that object contains a method to determine if it was left, right, or middle button click - QMouseEvent Class | Qt GUI 5.14.0
... View more
12-19-2019
07:23 AM
|
0
|
2
|
3891
|
|
IDEA
|
Has anyone here tried using some of our existing cross platform technologies, such as Qt, Xamarin, or AppStudio? Do you have specific projects planned that require Flutter? Please share any details about why this cross platform solution is required as opposed to one of the solutions that we already support today.
... View more
12-17-2019
08:24 AM
|
0
|
1
|
15925
|
| 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 |
3 weeks ago
|