public interface IRasterTypeDataSourceHandler2 extends IRasterTypeDataSourceHandler, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
Modifier and Type | Method and Description |
---|---|
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
|
canOpen, open, querySupportedFilesInFolder
static final int IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb
static final int xxDummy
static final java.lang.String IID
IArray openEx(IRasterTypeDataSourceHandlerParameters pParameters) throws java.io.IOException, AutomationException
pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.