com.esri.arcgis.datasourcesraster
Interface IRasterInfoFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterInfoFunctionArgumentsProxy, RasterInfoFunctionArguments

public interface IRasterInfoFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control raster info function arguments.' 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 IID43cd7ad2_77fd_4d83_a95b_4f015fcb9e87
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getRaster()
          The input image.
 IRasterInfo getRasterInfo()
          The specified raster info object.
 boolean isCaching()
          Indicates if the raster info will be cached.
 void setCaching(boolean pCaching)
          Indicates if the raster info will be cached.
 void setRasterByRef(java.lang.Object ppRaster)
          The input image.
 void setRasterInfoByRef(IRasterInfo ppRasterInfo)
          The specified raster info object.
 

Field Detail

IID43cd7ad2_77fd_4d83_a95b_4f015fcb9e87

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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input image.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input image.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterInfo

IRasterInfo getRasterInfo()
                          throws java.io.IOException,
                                 AutomationException
The specified raster info object.

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

setRasterInfoByRef

void setRasterInfoByRef(IRasterInfo ppRasterInfo)
                        throws java.io.IOException,
                               AutomationException
The specified raster info object.

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

isCaching

boolean isCaching()
                  throws java.io.IOException,
                         AutomationException
Indicates if the raster info will be cached.

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

setCaching

void setCaching(boolean pCaching)
                throws java.io.IOException,
                       AutomationException
Indicates if the raster info will be cached.

Parameters:
pCaching - The pCaching (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.