ArcObjects Library Reference (GeoAnalyst)  

ITransformationOp Interface

Provides access to members that control the transformation operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method Clip Subsets a raster using a rectangle.
Method Flip Flips a raster along the horizontal axis.
Method Mirror Mirrors a raster along the vertical axis.
Method Mosaic Creates one raster from two or more adjacent rasters and makes a smooth transition over the overlapping areas of the neighboring rasters.
Method ProjectFast Converts a raster between two coordinate systems on region bases.
Method Resample Resamples raster to a new cell size.
Method ReScale Scales the coordinates of a raster.
Method Rotate Rotates a raster around a point by a specified angle.
Method Shift Shifts the coordinates of a raster.
Method Warp Transforms a raster along a set of links using a polynomial transformation.

CoClasses that implement ITransformationOp

CoClasses and Classes Description
RasterTransformationOp Esri Transformation operations class.

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.