com.esri.arcgis.datasourcesraster
Interface IRasterCacheArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
CachedRasterFunctionArguments, LasDatasetToRasterFunctionArguments, LasToRasterFunctionArguments, TerrainToRasterFunctionArguments

public interface IRasterCacheArguments
extends Serializable

Provides access to members that control item cache properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IName getCacheLocation()
          Location where the item cache gets generated.
 void setCacheLocationByRef(IName ppName)
          Location where the item cache gets generated.
 

Method Detail

getCacheLocation

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setCacheLocationByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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