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.