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 =
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?^?? |
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
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.