com.esri.arcgis.carto
Interface IRenderingRule

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRenderingRule2
All Known Implementing Classes:
IRenderingRule2Proxy, IRenderingRuleProxy, RenderingRule

public interface IRenderingRule
extends java.io.Serializable

COM Interface 'IRenderingRule'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a rendering rule.' 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 IID5cf4ca77_aaef_4153_9c45_060ddd812670
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterFunctionArguments getArguments()
          The raster function arguments.
 java.lang.String getDescription()
          The rendering rule description.
 IRasterFunction getFunction()
          The raster function.
 java.lang.String getName()
          The rendering rule name.
 IRasterRenderer getRenderer()
          The raster renderer.
 java.lang.String getVariableName()
          The raster function variable name.
 void setArgumentsByRef(IRasterFunctionArguments ppArguments)
          The raster function arguments.
 void setDescription(java.lang.String pDescription)
          The rendering rule description.
 void setFunctionByRef(IRasterFunction ppFunction)
          The raster function.
 void setName(java.lang.String pName)
          The rendering rule name.
 void setRendererByRef(IRasterRenderer ppRenderer)
          The raster renderer.
 void setVariableName(java.lang.String pVariableName)
          The raster function variable name.
 

Field Detail

IID5cf4ca77_aaef_4153_9c45_060ddd812670

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The rendering rule name.

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The rendering rule name.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The rendering rule description.

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

setDescription

void setDescription(java.lang.String pDescription)
                    throws java.io.IOException,
                           AutomationException
The rendering rule description.

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

getFunction

IRasterFunction getFunction()
                            throws java.io.IOException,
                                   AutomationException
The raster function.

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

setFunctionByRef

void setFunctionByRef(IRasterFunction ppFunction)
                      throws java.io.IOException,
                             AutomationException
The raster function.

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

getArguments

IRasterFunctionArguments getArguments()
                                      throws java.io.IOException,
                                             AutomationException
The raster function arguments.

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

setArgumentsByRef

void setArgumentsByRef(IRasterFunctionArguments ppArguments)
                       throws java.io.IOException,
                              AutomationException
The raster function arguments.

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

getVariableName

java.lang.String getVariableName()
                                 throws java.io.IOException,
                                        AutomationException
The raster function variable name.

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

setVariableName

void setVariableName(java.lang.String pVariableName)
                     throws java.io.IOException,
                            AutomationException
The raster function variable name.

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

getRenderer

IRasterRenderer getRenderer()
                            throws java.io.IOException,
                                   AutomationException
The raster renderer.

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

setRendererByRef

void setRendererByRef(IRasterRenderer ppRenderer)
                      throws java.io.IOException,
                             AutomationException
The raster renderer.

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