public interface IRasterTypeFactory2 extends IRasterTypeFactory, java.io.Serializable
Description: 'Provides access to members that control a raster type factory.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba |
static int |
xxDummy
Deprecated.
Internal use only
|
IID0ed63556_60d8_4492_9424_7951f0f62c57
Modifier and Type | Method and Description |
---|---|
void |
updateRasterTypeDefaults(IRasterType pRasterType,
IMosaicDataset pMosaicDataset,
IDataSourceCrawler pCrawler)
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.
|
createRasterType, getCLSID, getName, getRasterTypeNames
static final int IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba
static final int xxDummy
static final java.lang.String IID
void updateRasterTypeDefaults(IRasterType pRasterType, IMosaicDataset pMosaicDataset, IDataSourceCrawler pCrawler) throws java.io.IOException, AutomationException
pRasterType
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)pMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)pCrawler
- A reference to a com.esri.arcgis.datasourcesraster.IDataSourceCrawler (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.