Provides access to members that control a raster type factory.
Members
Name | Description | |
---|---|---|
CLSID | The COM class ID of the raster type factory. | |
CreateRasterType | Creates a raster type object given a name. | |
Name | The name of the raster type factory. | |
RasterTypeNames | The raster type names created by this factory. | |
UpdateRasterTypeDefaults | Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler. |
IRasterTypeFactory2.UpdateRasterTypeDefaults Method
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.
Public Sub UpdateRasterTypeDefaults ( _
ByVal pRasterType As IRasterType, _
ByVal pMosaicDataset As IMosaicDataset, _
ByVal pCrawler As IDataSourceCrawler _
)
public void UpdateRasterTypeDefaults (
IRasterType pRasterType,
IMosaicDataset pMosaicDataset,
IDataSourceCrawler pCrawler
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterTypeFactory | Provides access to members that control a raster type factory. |
Classes that implement IRasterTypeFactory2
Classes | Description |
---|---|
PythonRasterTypeFactory | Python raster type factory object. |
RasterTypeFactory | A raster type factory object. |