com.esri.arcgis.datasourcesraster
Interface IRasterCacheArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CachedRasterFunctionArguments, IRasterCacheArgumentsProxy, LasDatasetToRasterFunctionArguments, LasToRasterFunctionArguments, TerrainToRasterFunctionArguments

public interface IRasterCacheArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control item cache properties.' 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 IID454319d6_468a_4143_9bbc_571f0e51e656
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IName getCacheLocation()
          Location where the item cache gets generated.
 void setCacheLocationByRef(IName ppName)
          Location where the item cache gets generated.
 

Field Detail

IID454319d6_468a_4143_9bbc_571f0e51e656

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

getCacheLocation

IName getCacheLocation()
                       throws java.io.IOException,
                              AutomationException
Location where the item cache gets generated. This could be a workspace name or a table name

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

setCacheLocationByRef

void setCacheLocationByRef(IName ppName)
                           throws java.io.IOException,
                                  AutomationException
Location where the item cache gets generated. This could be a workspace name or a table name

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