com.esri.arcgis.carto
Interface ITableHistogram

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

public interface ITableHistogram
extends java.io.Serializable

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

Description: 'Provides access to members that control a histogram created from tabular data.' 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 IIDfd21f230_67a6_11d3_9f66_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataExclusion getExclusion()
          Data exclusion options.
 java.lang.String getField()
          Value field.
 java.lang.String getNormField()
          Normalization field.
 IDataSampling getSampling()
          Data sampling options.
 ITable getTable()
          The associated table.
 void setExclusionByRef(IDataExclusion dataExclusion)
          Data exclusion options.
 void setField(java.lang.String name)
          Value field.
 void setNormField(java.lang.String name)
          Normalization field.
 void setSamplingByRef(IDataSampling dataSampling)
          Data sampling options.
 void setTableByRef(ITable table)
          The associated table.
 

Field Detail

IIDfd21f230_67a6_11d3_9f66_00c04f6bc709

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

setTableByRef

void setTableByRef(ITable table)
                   throws java.io.IOException,
                          AutomationException
The associated table.

Parameters:
table - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

ITable getTable()
                throws java.io.IOException,
                       AutomationException
The associated table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExclusionByRef

void setExclusionByRef(IDataExclusion dataExclusion)
                       throws java.io.IOException,
                              AutomationException
Data exclusion options.

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

getExclusion

IDataExclusion getExclusion()
                            throws java.io.IOException,
                                   AutomationException
Data exclusion options.

Returns:
A reference to a com.esri.arcgis.carto.IDataExclusion
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSamplingByRef

void setSamplingByRef(IDataSampling dataSampling)
                      throws java.io.IOException,
                             AutomationException
Data sampling options.

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

getSampling

IDataSampling getSampling()
                          throws java.io.IOException,
                                 AutomationException
Data sampling options.

Returns:
A reference to a com.esri.arcgis.carto.IDataSampling
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setField

void setField(java.lang.String name)
              throws java.io.IOException,
                     AutomationException
Value field.

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

getField

java.lang.String getField()
                          throws java.io.IOException,
                                 AutomationException
Value field.

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

setNormField

void setNormField(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Normalization field.

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

getNormField

java.lang.String getNormField()
                              throws java.io.IOException,
                                     AutomationException
Normalization field.

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