When using the FileElevationSource class to access a local Digital Elevation Model (DEM) file for use in ArcGIS Runtime SDK for .NET (Windows Store), the DEM is not visible in the map.
最後に公開された状態: July 28, 2016ArcGIS Runtime SDK
不具合 ID 番号
BUG-000097800
送信されました
July 14, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS Runtime SDK
見つかったバージョン
N/A
オペレーティング システム
N/A
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
File paths such as C:\ cannot be used in a Windows Store app.
For information on file access and permissions, please refer to https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh967755.aspx.
For example, data can be added to the app as Content and referenced. An alternative is to share as an ArcGIS Online item and download to the app at runtime.