Provides access to members that control raster type operation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
All Properties Methods
Description
ApplyOrthorectification
Adds (or updates) a geometric function associated with the function raster dataset.
ClipDatasetToItemFootprint
Clips the raster dataset to the associated footprint geometry referenced by the with specified builder item.
CreateBuilderItem
Constructs a builder item object given an item URI and the associated raster dataset.
OpenRasterDataset
Opens a raster dataset even if it does not exist.
ProcessItem
Builds pyramids and computes statistics for all raster dataset referenced by the top-level function raster dataset in the builder item. The associated AddRastersParameters and SynchronizeParameters objects are used to control how pyramids and statistics are bu
CoClasses that implement IRasterTypeOperation
CoClasses and Classes
Description
RasterType
A raster type object.
.NET Samples Create a custom raster type from the ground up for DMCII data (Code Files:
DMCIIRasterType )