laptop and a wrench

Erro

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

Última Publicação: November 12, 2020 ArcGIS Runtime SDK
Número de ID do Erro BUG-000134400
EnviadoOctober 7, 2020
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Runtime SDK
Versão encontrada100.9
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0
StatusNon-Reproducible

Informações Adicionais

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

Etapas para Reproduzir

ID do Erro: BUG-000134400

Software:

  • ArcGIS Runtime SDK

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download