| 漏洞 ID 编号 |
BUG-000107335 |
| 已提交 | August 14, 2017 |
| 上次修改时间 | November 20, 2024 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 2.0 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
Closing this issue as designed. This behavior is a result of the design decision for vector-feature selection in 3D to be done using the visual display within the view (ie: WYSIWYG / what-you-see-is-what-you-get). This design means that no matter what symbology the user use, clicking something in the view to select a feature works. It does not matter if a point feature is being rendered with a car symbol, a cube, or a billboarded stop sign. The downside is the features not being displayed from the current viewpoint (eg: features hidden behind other features, or features with symbols that are so small they've been culled from the view) unable to be selected by the visual selection tools.
For this dataset, the results seem incorrect because it's not obvious that some of the features are being hidden at longer viewing distances. These features are very close together (10cm apart) in a world-extent coordinate system (Web Mercator) so, when the user zooms out, some of the features are effectively 'hidden' by their neighbors' symbols or culled because they drop below a min-pixel-size.
Another approach for geometry-based selection is to generate a physical polygon feature and use 'Select by Location' against the points. This works regardless of viewing distance because it uses the feature's geometry and ignores feature layer symbology. We do not plan to change this behavior for the general screen-based selection tools in Pro. However, it's possible we could add an additional interactive selection mode, eg: a '2D extent selection tool', where the user gets to digitize in a 2D polygon onto the ground and we (effectively) run the 'Select by Location' tool in the background. If multiple users (including this one) request this extra selection tool option, we can look to add it in a future release.
解决办法
Use the attribute table or the Select By Attributes tool to select all the points.
重现步骤