com.esri.arcgis.carto
Interface IBasicHistogram

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasicTableHistogram, IBasicHistogramProxy, TableHistogram

public interface IBasicHistogram
extends java.io.Serializable

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

Description: 'Provides access to members that control histogram objects created from different data sources.' 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 IIDd7dd57c6_6a35_4dbf_8f64_affdced5c364
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean getHistogram(java.lang.Object[] doubleArrayValues, java.lang.Object[] longArrayFrequencies)
          Histogram as an array of values (doubles) and a paired array of frequencies (longs).
 void invalidate()
          Causes to recreate the Histogram from the Table for the next GetHistogram call.
 void resetCustomMinMax()
          Resets custom minimum and maximum.
 void setCustomMax(double rhs1)
          Custom maximum.
 void setCustomMin(double rhs1)
          Custom minimum.
 

Field Detail

IIDd7dd57c6_6a35_4dbf_8f64_affdced5c364

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

getHistogram

boolean getHistogram(java.lang.Object[] doubleArrayValues,
                     java.lang.Object[] longArrayFrequencies)
                     throws java.io.IOException,
                            AutomationException
Histogram as an array of values (doubles) and a paired array of frequencies (longs).

Parameters:
doubleArrayValues - A Variant (out: use single element array)
longArrayFrequencies - A Variant (out: use single element array)
Returns:
The isSampled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCustomMin

void setCustomMin(double rhs1)
                  throws java.io.IOException,
                         AutomationException
Custom minimum.

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

setCustomMax

void setCustomMax(double rhs1)
                  throws java.io.IOException,
                         AutomationException
Custom maximum.

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

resetCustomMinMax

void resetCustomMinMax()
                       throws java.io.IOException,
                              AutomationException
Resets custom minimum and maximum.

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

invalidate

void invalidate()
                throws java.io.IOException,
                       AutomationException
Causes to recreate the Histogram from the Table for the next GetHistogram call.

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