This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IT > ITransformationOp Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the transformation operations.
Description | ||
---|---|---|
Clip | Subsets a raster using a rectangle. | |
Flip | Flips a raster along the horizontal axis. | |
Mirror | Mirrors a raster along the vertical axis. | |
Mosaic | Creates one raster from two or more adjacent rasters and makes a smooth transition over the overlapping areas of the neighboring rasters. | |
ProjectFast | Converts a raster between two coordinate systems on region bases. | |
Resample | Resamples raster to a new cell size. | |
ReScale | Scales the coordinates of a raster. | |
Rotate | Rotates a raster around a point by a specified angle. | |
Shift | Shifts the coordinates of a raster. | |
Warp | Transforms a raster along a set of links using a polynomial transformation. |
CoClasses and Classes | Description |
---|---|
RasterTransformationOp | Esri Transformation operations class. |