com.esri.arcgis.carto
Interface ICalcRendererValues

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICalcRendererValues2
All Known Implementing Classes:
CalcRendererValues, ICalcRendererValues2Proxy, ICalcRendererValuesProxy

public interface ICalcRendererValues
extends java.io.Serializable

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

Description: 'Provides access to members that are used to calculate the renderer statistics required for some uses of a ChartRenderer.' 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 IID4b62f73e_0502_11d4_9f7c_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void calcMinMax(double[] minValue, double[] maxValue)
          Calculates minimum and maximum values.
 java.lang.Object getFieldTotals()
          Gets totals for all fields.
 void setData(IFeatureLayer layer, IFeatureRenderer renderer)
          Sets data for calculation.
 void setDirty()
          Sets object to state where values will be recalculated.
 void setMinMax(double minValue, double maxValue)
          Manually sets minimum and maximum values.
 

Field Detail

IID4b62f73e_0502_11d4_9f7c_00c04f6bc709

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

setData

void setData(IFeatureLayer layer,
             IFeatureRenderer renderer)
             throws java.io.IOException,
                    AutomationException
Sets data for calculation.

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

calcMinMax

void calcMinMax(double[] minValue,
                double[] maxValue)
                throws java.io.IOException,
                       AutomationException
Calculates minimum and maximum values.

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

setDirty

void setDirty()
              throws java.io.IOException,
                     AutomationException
Sets object to state where values will be recalculated.

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

setMinMax

void setMinMax(double minValue,
               double maxValue)
               throws java.io.IOException,
                      AutomationException
Manually sets minimum and maximum values.

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

getFieldTotals

java.lang.Object getFieldTotals()
                                throws java.io.IOException,
                                       AutomationException
Gets totals for all fields.

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