public interface IRenderingRule
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5cf4ca77_aaef_4153_9c45_060ddd812670 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
setVariableName(java.lang.String pVariableName)
The raster function variable name.
|
static final int IID5cf4ca77_aaef_4153_9c45_060ddd812670
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String pDescription) throws java.io.IOException, AutomationException
pDescription
- The pDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterFunction getFunction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFunctionByRef(IRasterFunction ppFunction) throws java.io.IOException, AutomationException
ppFunction
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunction (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRasterFunctionArguments getArguments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setArgumentsByRef(IRasterFunctionArguments ppArguments) throws java.io.IOException, AutomationException
ppArguments
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionArguments (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVariableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVariableName(java.lang.String pVariableName) throws java.io.IOException, AutomationException
pVariableName
- The pVariableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.