|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.CalcRendererValues
public class CalcRendererValues
COM Class 'CalcRendererValues'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'An object that calculates renderer statistics which are required for some uses of the ChartRenderer object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.carto.ICalcRendererValues2 |
---|
IID, IIDb5e535a7_a9ce_4678_b554_e2e96b634b53, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ICalcRendererValues |
---|
IID4b62f73e_0502_11d4_9f7c_00c04f6bc709 |
Constructor Summary | |
---|---|
CalcRendererValues()
Constructs a CalcRendererValues using ArcGIS Engine. |
|
CalcRendererValues(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CalcRendererValues theCalcRendererValues = (CalcRendererValues) obj; |
Method Summary | |
---|---|
void |
calcMinMax(double[] minValue,
double[] maxValue)
Calculates minimum and maximum values. |
void |
calcMinMaxExt(boolean positiveValuesOnly,
double[] minValue,
double[] maxValue)
Calculates minimum and maximum values. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.Object |
getFieldTotals()
Gets totals for all fields. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a CalcRendererValues. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalcRendererValues() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic CalcRendererValues(java.lang.Object obj) throws java.io.IOException
CalcRendererValues theCalcRendererValues = (CalcRendererValues) obj;
obj
to CalcRendererValues
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setData(IFeatureLayer layer, IFeatureRenderer renderer) throws java.io.IOException, AutomationException
setData
in interface ICalcRendererValues
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)renderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void calcMinMax(double[] minValue, double[] maxValue) throws java.io.IOException, AutomationException
calcMinMax
in interface ICalcRendererValues
minValue
- The minValue (out: use single element array)maxValue
- The maxValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirty() throws java.io.IOException, AutomationException
setDirty
in interface ICalcRendererValues
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinMax(double minValue, double maxValue) throws java.io.IOException, AutomationException
setMinMax
in interface ICalcRendererValues
minValue
- The minValue (in)maxValue
- The maxValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getFieldTotals() throws java.io.IOException, AutomationException
getFieldTotals
in interface ICalcRendererValues
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void calcMinMaxExt(boolean positiveValuesOnly, double[] minValue, double[] maxValue) throws java.io.IOException, AutomationException
calcMinMaxExt
in interface ICalcRendererValues2
positiveValuesOnly
- The positiveValuesOnly (in)minValue
- The minValue (out: use single element array)maxValue
- The maxValue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |