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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動