public interface IRasterTypeDataSourceHandler3 extends IRasterTypeDataSourceHandler2, 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 |
IIDa62ce1ba_e195_4397_9658_a73f2b761dbc |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb
IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
Modifier and Type | Method and Description |
---|---|
IObjectMemoizer |
getDataSourceMemoizer()
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.
|
void |
setDataSourceMemoizerByRef(IObjectMemoizer pDataSourceMemoizer)
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.
|
openEx
canOpen, open, querySupportedFilesInFolder
static final int IIDa62ce1ba_e195_4397_9658_a73f2b761dbc
static final int xxDummy
static final java.lang.String IID
void setDataSourceMemoizerByRef(IObjectMemoizer pDataSourceMemoizer) throws java.io.IOException, AutomationException
pDataSourceMemoizer
- A reference to a com.esri.arcgis.datasourcesraster.IObjectMemoizer (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IObjectMemoizer getDataSourceMemoizer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.