public interface IRasterTypeEnvironment2 extends IRasterTypeEnvironment, java.io.Serializable
Description: 'Provides access to members that control the raster type environment.' 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 |
IIDfbefe2cd_7605_48b6_9663_e0588776e120 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3eca95bb_3dd3_4f8b_8bb0_cb47071c456b
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.
|
getRasterTypeNames, getTimeStamp, loadItemURI, loadRasterType, replacePath, saveItemURI, saveRasterType
static final int IIDfbefe2cd_7605_48b6_9663_e0588776e120
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.