com.esri.arcgis.carto
Interface ISizeRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, ISizeRendererProxy, SimpleRenderer, UniqueValueRenderer

public interface ISizeRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control the drawing of sized marker symbols based on field values, expression, or random.' 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 IID5ba3418a_4ba5_431a_b879_f2539c7be5ff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getSizeRendererExpression()
          Gets size expression.
 int getSizeRendererFlags()
          Gets sizing flags composed of enum esriSizeRendererFlags.
 void getSizeRendererRandomRange(double[] pMinSize, double[] pMaxSize)
          Gets size range for random sizing.
 void setSizeRendererExpression(java.lang.String pExpression)
          Gets size expression.
 void setSizeRendererFlags(int pFlags)
          Gets sizing flags composed of enum esriSizeRendererFlags.
 void setSizeRendererRandomRange(double minSize, double maxSize)
          Sets size range for random sizing.
 

Field Detail

IID5ba3418a_4ba5_431a_b879_f2539c7be5ff

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

getSizeRendererFlags

int getSizeRendererFlags()
                         throws java.io.IOException,
                                AutomationException
Gets sizing flags composed of enum esriSizeRendererFlags.

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

setSizeRendererFlags

void setSizeRendererFlags(int pFlags)
                          throws java.io.IOException,
                                 AutomationException
Gets sizing flags composed of enum esriSizeRendererFlags.

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

getSizeRendererExpression

java.lang.String getSizeRendererExpression()
                                           throws java.io.IOException,
                                                  AutomationException
Gets size expression.

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

setSizeRendererExpression

void setSizeRendererExpression(java.lang.String pExpression)
                               throws java.io.IOException,
                                      AutomationException
Gets size expression.

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

getSizeRendererRandomRange

void getSizeRendererRandomRange(double[] pMinSize,
                                double[] pMaxSize)
                                throws java.io.IOException,
                                       AutomationException
Gets size range for random sizing.

Parameters:
pMinSize - The pMinSize (out: use single element array)
pMaxSize - The pMaxSize (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSizeRendererRandomRange

void setSizeRendererRandomRange(double minSize,
                                double maxSize)
                                throws java.io.IOException,
                                       AutomationException
Sets size range for random sizing.

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