Provides access to members that control a raster type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
|
DefaultParameters |
The collection of all variables associated with all item templates contained in the raster type. |
|
FullName |
The full name of the raster type object. |
|
ItemTemplates |
The collection of item templates associated with the raster type. |
|
Parameters |
Overriding parameter values bound to function variables. |
|
RasterBuilder |
The inner raster builder associated with the raster type. |
|
URIFilter |
The active URI filter associated with the raster type. |
CoClasses that implement IRasterType
CoClasses and Classes |
Description |
RasterType |
A raster type object. |
.NET Samples
Create a custom raster type (Code Files:
TestThumbnailBuilder ThumbnailBuilder) |
Create a custom raster type from the ground up for DMCII data (Code Files:
DMCIIRasterType TestDMCIIRasterType) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset)
.NET Related Topics
How to add rasters to a Mosaic dataset |
How to open and prepare a raster type |
How to save a raster type to a .art file