com.esri.arcgis.datasourcesraster
Interface IRasterTypeEnvironment2

All Superinterfaces:
IRasterTypeEnvironment, java.io.Serializable
All Known Implementing Classes:
IRasterTypeEnvironment2Proxy, RasterTypeEnvironment

public interface IRasterTypeEnvironment2
extends IRasterTypeEnvironment, java.io.Serializable

COM Interface 'IRasterTypeEnvironment2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfbefe2cd_7605_48b6_9663_e0588776e120
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeEnvironment
IID3eca95bb_3dd3_4f8b_8bb0_cb47071c456b
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeEnvironment
getRasterTypeNames, getTimeStamp, loadItemURI, loadRasterType, replacePath, saveItemURI, saveRasterType
 

Field Detail

IIDfbefe2cd_7605_48b6_9663_e0588776e120

static final int IIDfbefe2cd_7605_48b6_9663_e0588776e120
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

updateRasterTypeDefaults

void updateRasterTypeDefaults(IRasterType pRasterType,
                              IMosaicDataset pMosaicDataset,
                              IDataSourceCrawler pCrawler)
                              throws java.io.IOException,
                                     AutomationException
Resets properties of the raster type based on an optional mosaic dataset and an optional data source crawler.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.