This document is archived and information here might be outdated.  Recommended version.


ITransformationOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IT > ITransformationOp Interface
ArcGIS Developer Help

ITransformationOp Interface

Provides access to members that control the transformation operations.

Product Availability

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

Members

Name 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 Project Converts a raster between two coordinate systems with the option of method.
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.

Classes that implement ITransformationOp

Classes Description
RasterTransformationOp Esri Transformation operations class.

Remarks