laptop and a wrench

漏洞

Some mosaic dataset rasters created from rasters in the State Plane are incorrectly placed at (0, 0).

上次发布: November 12, 2020 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000134400
已提交October 7, 2020
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.9
操作系统Windows OS
操作系统版本10.0
状态Non-Reproducible

附加信息

The MosaicDatasetRaster must be created in the same spatial reference as the raster datasets that must be added to the mosaic. Change: var mdsRaster = MosaicDatasetRaster.Create(mgdbPath, name, SpatialReferences.WebMercator); To: var mdsRaster = MosaicDatasetRaster.Create(mgdbPath, name, SpatialReference.Create(2264)); The GDALData folder must be deployed and referenced by the application. Refer to https://developers.arcgis.com/net/latest/wpf/guide/spatial-references.htm for more information. Follow the steps: 1. Log in to ArcGIS for Developers and download Projection Engine Data from ArcGIS for Developers > Dashboard > Download. 2. Copy the gdaldata folder to a folder to be deployed along with your application. E.g.: '\PEDataRuntime' 3. Set the ProjectionEngineDirectory property. E.g.: In App.Xaml.cs: TransformationCatalog.ProjectionEngineDirectory = @"..\..\PEDataRuntime";

重现步骤

漏洞 ID: BUG-000134400

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项