com.esri.arcgis.datasourcesraster
Interface IRasterTypeDataSourceHandler3

All Superinterfaces:
IRasterTypeDataSourceHandler, IRasterTypeDataSourceHandler2, java.io.Serializable
All Known Implementing Classes:
IRasterTypeDataSourceHandler3Proxy, RasterTypeEnvironment

public interface IRasterTypeDataSourceHandler3
extends IRasterTypeDataSourceHandler2, java.io.Serializable

COM Interface 'IRasterTypeDataSourceHandler3'. 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 IIDa62ce1ba_e195_4397_9658_a73f2b761dbc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler2
IIDd14b8350_b7ce_4f80_b61d_5e93fa4adbdb
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler
IIDca1d1ab9_63cc_40e6_ac24_5a69d2bbde4d
 
Method Summary
 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.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler2
openEx
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterTypeDataSourceHandler
canOpen, open, querySupportedFilesInFolder
 

Field Detail

IIDa62ce1ba_e195_4397_9658_a73f2b761dbc

static final int IIDa62ce1ba_e195_4397_9658_a73f2b761dbc
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
Method Detail

setDataSourceMemoizerByRef

void setDataSourceMemoizerByRef(IObjectMemoizer pDataSourceMemoizer)
                                throws java.io.IOException,
                                       AutomationException
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.

Parameters:
pDataSourceMemoizer - A reference to a com.esri.arcgis.datasourcesraster.IObjectMemoizer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataSourceMemoizer

IObjectMemoizer getDataSourceMemoizer()
                                      throws java.io.IOException,
                                             AutomationException
The object memoizer associated with the data source handler that's capable of caching datasets and workspaces.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IObjectMemoizer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.