This document is archived and information here might be outdated.  Recommended version.


IRasterTypeFactory2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeFactory2 Interface
ArcGIS Developer Help

IRasterTypeFactory2 Interface

Provides access to members that control a raster type factory.

Product Availability

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

Members

Name Description
Read-only property CLSID The COM class ID of the raster type factory.
Method CreateRasterType Creates a raster type object given a name.
Read-only property Name The name of the raster type factory.
Read-only property RasterTypeNames The raster type names created by this factory.
Method UpdateRasterTypeDefaults Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.

Inherited Interfaces

Interfaces Description
IRasterTypeFactory Provides access to members that control a raster type factory.

Classes that implement IRasterTypeFactory2

Classes Description
ExNitfRasterTypeFactory Extended NITF raster type factory object.
PythonRasterTypeFactory Python raster type factory object.
RasterTypeFactory A raster type factory object.