com.esri.arcgis.datasourcesraster
Interface IRenderedRasterFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRenderedRasterFunctionArgumentsProxy, RenderedRasterFunctionArguments

public interface IRenderedRasterFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control rendered raster 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 IIDd705a977_bd3c_4041_82b4_da006bc29cd1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getRaster()
          The input raster.
 java.lang.Object getRasterRenderer()
          The input raster renderer.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 void setRasterRendererByRef(java.lang.Object ppRasterRenderer)
          The input raster renderer.
 

Field Detail

IIDd705a977_bd3c_4041_82b4_da006bc29cd1

static final int IIDd705a977_bd3c_4041_82b4_da006bc29cd1
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 raster.

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 raster.

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.

getRasterRenderer

java.lang.Object getRasterRenderer()
                                   throws java.io.IOException,
                                          AutomationException
The input raster renderer.

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

setRasterRendererByRef

void setRasterRendererByRef(java.lang.Object ppRasterRenderer)
                            throws java.io.IOException,
                                   AutomationException
The input raster renderer.

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