com.esri.arcgis.carto
Interface ILevelRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, ILevelRendererProxy, NAStopRenderer, RepresentationRenderer, SimpleRenderer, UniqueValueRenderer, UniqueValueTextRenderer

public interface ILevelRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control the drawing of symbols for features, where symbols are separated into levels, and each level drawn separately.' 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 IIDdc3d8097_c1ed_11d2_9f21_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getLevelArray()
          Array that contains all levels used by the symbols, (symbols without a level get a level of 0).
 void setCurrentDrawLevel(int rhs1)
          The current draw level, (set to -1 to draw all levels).
 

Field Detail

IIDdc3d8097_c1ed_11d2_9f21_00c04f6bc709

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

setCurrentDrawLevel

void setCurrentDrawLevel(int rhs1)
                         throws java.io.IOException,
                                AutomationException
The current draw level, (set to -1 to draw all levels).

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

getLevelArray

java.lang.Object getLevelArray()
                               throws java.io.IOException,
                                      AutomationException
Array that contains all levels used by the symbols, (symbols without a level get a level of 0).

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