不具合
不具合 ID 番号 | BUG-000146805 |
---|---|
送信されました | February 10, 2022 |
最終更新日 | September 3, 2024 |
適用対象 | ArcGIS for Desktop |
見つかったバージョン | 10.8.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 |
ステータス | In Review |
1. Change default tolerance: Reload the feature class with the default tolerance and resolution values below:
Tolerance = 0.0001
Resolution = 0.00001
2. Use ST_Intersects function instead. Below is an example of a working query:
select SDE.ST_AsText(s1.shape)
from intersect1 s1, Intersect2 s2
where sde.st_intersects(s1.shape, s2.shape)=1
and
s2.ObjectID = 1
and
s1.objectid = 1
不具合 ID: BUG-000146805
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード