Non-registered database views incorrectly display geometry type for multipoint feature classes when the first record in the source table is a singular point.
最後に公開された状態: November 27, 2017ArcGIS for Desktop
不具合 ID 番号
BUG-000108231
送信されました
September 21, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.5.1
オペレーティング システム
Windows OS
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This behavior is expected. When the properties of an unregistered object (table or view) are queried, the values derived from the first record are used for the entity type and spatial reference. Creating a query layer, or registering the object with the geodatabase allow you to chose a different entity type.
From http://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/databases-and-arcgis.htm
"The first row of the table is used to determine the geometry type (point, multipoint, line, or polygon), spatial reference, and dimensionality (that is, 2D or 3D). "
対処法
1) If data is not in SDO_Geometry- Ensure the first record in a multipoint feature class table is not a singular geometry / is multipoint in nature.2)Register the view with the geodatabase and select "Multipoint" during registration. However there have been inconsistent issues registering SDO_Geometry views that are incorrectly created as "Point" geometry types with the geodatabase as "Multipoint"