Provides access to members that allow raster geometry processing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Clip | Clips the input raster based on the specified envelope. |
![]() |
Flip | Flips the input raster. |
![]() |
GetRasterXFormByIndex | Gets the polynomial order and the polynomial coefficients of the indexed transformation. |
![]() |
GetRasterXFormCount | Gets the number of transformations. |
![]() |
GetRasterXFormOrderByIndex | Gets the polynomial order of the indexed transformation. |
![]() |
IsPixelToMapTransSimple | Indicates if the transformation of pixel to map is simple. |
![]() |
LeastSquareFit | Computes a least squares fit for the input control points. |
![]() |
Merge | Merges the input rasters into a single dataset. |
![]() |
Mirror | Mirrors the input raster. |
![]() |
Mosaic | Mosaics the input rasters into a single dataset. |
![]() |
PointsMap2PixelTransform | Performs the map to pixel transformation. |
![]() |
PointsTransform | Transforms a set of points based upon the transformation being applied to the input raster. |
![]() |
ProjectFast | Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems. |
![]() |
PutRasterXForm | Sets a polynomial transformation to the Raster. |
![]() |
Rectify | Persists the input raster to a new dataset of the specified format. |
![]() |
Register | Outputs the current transformation properties to the dataset header or auxilliary file. |
![]() |
Resample | Resamples the input raster to a new cellsize. |
![]() |
ReScale | Scales the input raster by the specified x and y scale factors. |
![]() |
Reset | Resets the input raster to its native coordinate space. |
![]() |
Rotate | Rotates the input raster around the specified pivot by an angle specified in degrees. |
![]() |
Shift | Shifts the input raster by deltaX and deltaY map units. |
![]() |
TwoPointsAdjust | Performs a Hermite transformation on the input raster based upon the 2 input control point pairs. |
![]() |
Warp | Warps the input raster based upon the input control points using the transformation type specified. |
CoClasses that implement IRasterGeometryProc3
CoClasses and Classes | Description |
---|---|
RasterGeometryProc | A mechanism to perform raster geometric operations, such as flip, rotate, and merge on rasters. |