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


IRasterGeometryProc3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterGeometryProc3 Interface
ArcGIS Developer Help

IRasterGeometryProc3 Interface

Provides access to members that allow raster geometry processing.

Product Availability

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

Members

Name Description
Method Clip Clips the input raster based on the specified envelope.
Method Flip Flips the input raster.
Method GetRasterXFormByIndex Gets the polynomial order and the polynomial coefficients of the indexed transformation.
Method GetRasterXFormCount Gets the number of transformations.
Method GetRasterXFormOrderByIndex Gets the polynomial order of the indexed transformation.
Read-only property IsPixelToMapTransSimple Indicates if the transformation of pixel to map is simple.
Method LeastSquareFit Computes a least squares fit for the input control points.
Method Merge Merges the input rasters into a single dataset.
Method Mirror Mirrors the input raster.
Method Mosaic Mosaics the input rasters into a single dataset.
Method PointsMap2PixelTransform Performs the map to pixel transformation.
Method PointsTransform Transforms a set of points based upon the transformation being applied to the input raster.
Method Project Projects the input raster using specified transformation type.
Method ProjectFast Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
Method PutRasterXForm Sets a polynomial transformation to the Raster.
Method Rectify Persists the input raster to a new dataset of the specified format.
Method Register Outputs the current transformation properties to the dataset header or auxilliary file.
Method Resample Resamples the input raster to a new cellsize.
Method ReScale Scales the input raster by the specified x and y scale factors.
Method Reset Resets the input raster to its native coordinate space.
Method Rotate Rotates the input raster around the specified pivot by an angle specified in degrees.
Method Shift Shifts the input raster by deltaX and deltaY map units.
Method TwoPointsAdjust Performs a Hermite transformation on the input raster based upon the 2 input control point pairs.
Method Warp Warps the input raster based upon the input control points using the transformation type specified.

Classes that implement IRasterGeometryProc3

Classes Description
RasterGeometryProc A mechanism to perform raster geometric operations, such as flip, rotate, and merge on rasters.

See Also

IRasterGeometryProc Interface