com.esri.arcgis.datasourcesraster
Interface IRasterTypeFactory2

All Superinterfaces:
IRasterTypeFactory, java.io.Serializable
All Known Implementing Classes:
ExNitfRasterTypeFactory, IRasterTypeFactory2Proxy, RasterTypeFactory

public interface IRasterTypeFactory2
extends IRasterTypeFactory, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeFactory
IID0ed63556_60d8_4492_9424_7951f0f62c57
 
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.IRasterTypeFactory
createRasterType, getCLSID, getName, getRasterTypeNames
 

Field Detail

IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba

static final int IIDdb9be81c_0bb0_4661_a2b4_66b7627421ba
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.