public interface IRasterLoaderImpl
extends java.io.Serializable
Description: 'Provides access to implementation members that control data loading.' 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 |
IID2bb7fc6e_5f4c_4260_84b9_e2a0e4c5e224 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRasterStorageDef |
getStorageDef()
The GeoDatabase storage definition.
|
void |
setStorageDefByRef(IRasterStorageDef ppStorageDef)
The GeoDatabase storage definition.
|
static final int IID2bb7fc6e_5f4c_4260_84b9_e2a0e4c5e224
static final int xxDummy
static final java.lang.String IID
IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStorageDefByRef(IRasterStorageDef ppStorageDef) throws java.io.IOException, AutomationException
ppStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.