ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset Interface

Provides access to members that control a function raster dataset.

Product Availability

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

Members

Description
Method AlterDefinition Saves any changes made to this dataset.
Read/write property Arguments The raster function arguments.
Method FindMemberFunctionsArgumentsByCLSID Finds raster function arguments in this dataset that match the given function arguments CLSID.
Method FindMemberFunctionsByCLSID Finds raster functions in this dataset that match the given function CLSID.
Method FindMemberFunctionsByName Finds raster functions in this dataset that match the given function name.
Write-only property FullName The name of this function raster dataset.
Read/write property Function The raster function.
Method Init Initializes this function raster dataset.
Read-only property MemberDatasetNames The constituent datasets names referenced by this function raster dataset.
Read-only property MemberRasterDatasets The constituent raster datasets in this function raster dataset.
Read/write property Properties The function raster dataset proprties.
Read-only property RasterInfo The raster information.
Method Simplify Simplifies the function raster dataset by removing redundant raster functions.

CoClasses that implement IFunctionRasterDataset

CoClasses and Classes Description
FunctionRasterDataset A class for a function raster dataset.
MosaicDataset A mosaic dataset object.

.NET Samples

Create a Raster Function template (Code Files: CreateRasterFunctionTemplate) | Create a custom raster type (Code Files: ThumbnailBuilder) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType) | Publish an image service and set configurations (Code Files: ISConfig) | Create a Math Function Raster dataset (Code Files: CreateMathFunctionRasterDataset) | Get and set key properties on a mosaic dataset (Code Files: GetSetKeyProperty) | Create an NDVI custom raster function (Code Files: TestNDVICustomFunction) | Create a Function Raster dataset (Code Files: CreateFunctionRasterDataset) | Create a custom raster function (Code Files: TestWatermarkFunction)

.NET Related Topics

DataSourcesRaster | How to create a Clip function dataset | How to create a Colormap function dataset | How to create a ColormapToRGB function dataset | How to create a ColorspaceConversion function dataset | How to create a Complex function dataset | How to create a CompositeBand function dataset | How to create a Constant function dataset | How to create a Convolution function dataset | How to create a Geometry function dataset | How to create a Grayscale function dataset | How to create a Hillshade function dataset | How to create a Mask function dataset | How to create a Pansharpen function dataset | How to create a Shaded Relief function dataset | How to create a Slope function dataset | How to create a Spectral Conversion function dataset | How to create a Statistics function dataset | How to create a Stretch function dataset | How to create a Trend function dataset | How to create an Arithmetic function dataset | How to create an Aspect function dataset | How to create an Extract Band function dataset | How to create an NDVI function dataset | How to create an RGB32 function dataset