public interface IRasterTypeDataSourceHandler
extends 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 |
IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IArray |
canOpen(IRasterTypeDataSourceHandlerParameters pParameters)
Indicates whether a valid raster type is available in the specified collection that's capable of opening the given data source and returns a collection of all such valid raster types.
|
IBuilderItem |
open(IRasterTypeDataSourceHandlerParameters pParameters)
Builds the specified data source using the specified raster types and returns the constructed function raster dataset.
|
void |
querySupportedFilesInFolder(IRasterTypeDataSourceHandlerParameters pParameters,
IStringArray[] ppSupportedFilePaths,
IArray[] ppAssociatedRasterTypes)
Searches the given folder path, non-recursively, for files that can be opened by the specified collection of raster types and returns an array of valid file paths.
|
static final int IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
static final int xxDummy
static final java.lang.String IID
IArray canOpen(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.void querySupportedFilesInFolder(IRasterTypeDataSourceHandlerParameters pParameters, IStringArray[] ppSupportedFilePaths, IArray[] ppAssociatedRasterTypes) throws java.io.IOException, AutomationException
pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)ppSupportedFilePaths
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppAssociatedRasterTypes
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IBuilderItem open(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.