laptop and a wrench

Bug

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

Zuletzt veröffentlicht: November 12, 2020 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000134400
EingereichtOctober 7, 2020
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version100.9
BetriebssystemWindows OS
Betriebssystemversion10.0
StatusNon-Reproducible

Zusätzliche Informationen

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";

Schritte zur Reproduzierung

Bug-ID: BUG-000134400

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln