|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeDataSourceHandler
COM Interface 'IRasterTypeDataSourceHandler'. 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 |
IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |