Provides access to members that control a raster function helper.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
|
Bind |
Binds function arguments to the associated raster function. |
|
CreateRaster |
Creates a new raster using a given reference raster. |
|
Raster |
The current source raster. |
|
RasterInfo |
The raster information after this function is applied to an object. |
|
Read |
Reads a pixel block starting from the top left corner. |
|
ReferenceProperties |
The properties to be used in reference raster. |
|
Resampling |
Indicates if this raster source wants to perform resampling. |
|
SupportBandSelection |
Indicates if this function supports band selection. |
CoClasses that implement IRasterFunctionHelper
.NET Samples
Create an NDVI custom raster function (Code Files:
NDVICustomFunction) |
Create a custom raster function (Code Files:
WatermarkFunction)