com.esri.arcgis.datasourcesraster
Interface ICachedRasterFunction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ICachedRasterFunctionProxy

public interface ICachedRasterFunction
extends java.io.Serializable

COM Interface 'ICachedRasterFunction'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a cached raster function.' 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 IIDd19975b1_d6d1_46c2_9bd4_f27f2d1e23ad
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCachedRasterFileName()
          The name of the cached raster file.
 

Field Detail

IIDd19975b1_d6d1_46c2_9bd4_f27f2d1e23ad

static final int IIDd19975b1_d6d1_46c2_9bd4_f27f2d1e23ad
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

getCachedRasterFileName

java.lang.String getCachedRasterFileName()
                                         throws java.io.IOException,
                                                AutomationException
The name of the cached raster file.

Returns:
The pFileName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.