The IRawPixels::Write method is not writing any value to the raster.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM001143
送信されました
February 16, 2006
最終更新日
June 5, 2024
適用対象
No Product Found
見つかったバージョン
9.2
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
No Public Explanation
対処法
Emails between Wilbur and Hong - indicating that set_PixelData should be called before doing the Write, which *should* solve the problem. However, Jianxia reported that this did not help at 9.1.From: Wilbur Hughes Sent: Wednesday, September 07, 2005 2:26 PMTo: Hong Xu; Shelly Gill; Jianxia SongSubject: RE: IRawPixels::Write method not writing any value to the raster in .net: Modify: Raster General: CQ00277868Oh!, Let me look at it from the standpoint that get_PixelDataByRef should not require a call to set_PixelData to save the data.Wilbur--------------------------------------------------------------------------------From: Hong Xu Sent: Wednesday, September 07, 2005 2:10 PMTo: Wilbur Hughes; Shelly Gill; Jianxia SongSubject: RE: IRawPixels::Write method not writing any value to the raster in .net: Modify: Raster General: CQ00277868Please use get_PixelData and set_PixelData, I used this in the example that I sent to you.Method get_PixelDataByRef should work as by ref, which means that I don’t have to call set_PixelData. This works in C++ and VB, not in Java and .NET. This is a known issue, I hope someone (Java, .NET) guru in ESRI can make it work (find a workaround), until then it will be a known limit.Thanks,Hong