com.esri.arcgis.carto
Interface IRenderingRule2

All Superinterfaces:
IRenderingRule, java.io.Serializable
All Known Implementing Classes:
IRenderingRule2Proxy

public interface IRenderingRule2
extends IRenderingRule, java.io.Serializable

COM Interface 'IRenderingRule2'. 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 IID59bf85ac_80d2_4434_96e7_e5e1fd425d1e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRenderingRule
IID5cf4ca77_aaef_4153_9c45_060ddd812670
 
Method Summary
 int getType()
          The rendering function template type.
 void setType(int pType)
          The rendering function template type.
 
Methods inherited from interface com.esri.arcgis.carto.IRenderingRule
getArguments, getDescription, getFunction, getName, getRenderer, getVariableName, setArgumentsByRef, setDescription, setFunctionByRef, setName, setRendererByRef, setVariableName
 

Field Detail

IID59bf85ac_80d2_4434_96e7_e5e1fd425d1e

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The rendering function template type.

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

setType

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The rendering function template type.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriRasterFunctionTemplateType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.