com.esri.arcgis.datasourcesraster
Interface IRasterTypeDataSourceHandler2

All Superinterfaces:
IRasterTypeDataSourceHandler, java.io.Serializable
All Known Subinterfaces:
IRasterTypeDataSourceHandler3
All Known Implementing Classes:
IRasterTypeDataSourceHandler2Proxy, IRasterTypeDataSourceHandler3Proxy, RasterTypeEnvironment

public interface IRasterTypeDataSourceHandler2
extends IRasterTypeDataSourceHandler, java.io.Serializable

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

Description: 'Provides access to members that control the raster type data source handler.' 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 IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler
IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
 
Method Summary
 IArray openEx(IRasterTypeDataSourceHandlerParameters pParameters)
          Opens the specified data source as a raster dataset or builds it using the specified raster types and returns the set of constructed IRasterDataset and/or IBuilderItem objects depending on the values of IRasterTypeDataSourceHandlerParameters.AllowRasterDataset?G?^??
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler
canOpen, open, querySupportedFilesInFolder
 

Field Detail

IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb

static final int IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb
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

openEx

IArray openEx(IRasterTypeDataSourceHandlerParameters pParameters)
              throws java.io.IOException,
                     AutomationException
Opens the specified data source as a raster dataset or builds it using the specified raster types and returns the set of constructed IRasterDataset and/or IBuilderItem objects depending on the values of IRasterTypeDataSourceHandlerParameters.AllowRasterDataset?G?^??

Parameters:
pParameters - A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.