測地系変換を伴う場合
- 【How to project a raster with a datum transformation】
http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000003t8000000
上記のサンプルコード中で geotransformation を作成していますが、 geotransformation を作成する、CreateGeoTransformation メソッドの詳しい使用方法は以下を参照。
- 【How to use the IGeoTransformationOperationSet methods 】
http://resources.arcgis.com/en/help/arcobjects-net/conceptualHelp/index.html#//000100000m6z000000
測地系変換を伴わない投影変換の場合は IRasterGeometryProc3 ::ProjectFast が利用できる。
-
【HowTo: Project images using ArcObjects sample code】
http://support.esri.com/en/knowledgebase/techarticles/detail/20552