A shift occurs between JPEG2000 and loading into SDE raster.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM011117
已提交
August 21, 2007
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3 Daily
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
This is an SDO_GeoRaster specific issue. For the jpeg2000 file provided a projection and transformation (xform) is stored in the .xml file. For the ArcSDE native raster type this information is stored in the AUX table. However for the SDO_GEORASTER type, the band metadata is inadequate to store this information. The workaround is to apply the transformation before loading, there are several ways:To create a mosaic, or simply load one image, create an empty raster dataset, then mosaic to it. To create a raster catalog, use WorkspaceToRasterCatalog tool and check apply transformation To load each image individually, save these jpx images to IMG format, then use batch loading tool