|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeDataSourceHandler
Provides access to members that control the raster type data source handler.
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. |
Method Detail |
---|
IArray canOpen(IRasterTypeDataSourceHandlerParameters pParameters) throws IOException, AutomationException
pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void querySupportedFilesInFolder(IRasterTypeDataSourceHandlerParameters pParameters, IStringArray[] ppSupportedFilePaths, IArray[] ppAssociatedRasterTypes) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBuilderItem open(IRasterTypeDataSourceHandlerParameters pParameters) throws IOException, AutomationException
pParameters
- A reference to a com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandlerParameters (in)
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 |