|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableHistogram
Provides access to members that control a histogram created from tabular data.
Method Summary | |
---|---|
IDataExclusion |
getExclusion()
Data exclusion options. |
String |
getField()
Value field. |
String |
getNormField()
Normalization field. |
IDataSampling |
getSampling()
Data sampling options. |
ITable |
getTable()
The associated table. |
void |
setExclusionByRef(IDataExclusion dataExclusion)
Data exclusion options. |
void |
setField(String name)
Value field. |
void |
setNormField(String name)
Normalization field. |
void |
setSamplingByRef(IDataSampling dataSampling)
Data sampling options. |
void |
setTableByRef(ITable table)
The associated table. |
Method Detail |
---|
void setTableByRef(ITable table) throws IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExclusionByRef(IDataExclusion dataExclusion) throws IOException, AutomationException
dataExclusion
- A reference to a com.esri.arcgis.carto.IDataExclusion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataExclusion getExclusion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSamplingByRef(IDataSampling dataSampling) throws IOException, AutomationException
dataSampling
- A reference to a com.esri.arcgis.carto.IDataSampling (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataSampling getSampling() throws IOException, AutomationException
In implementations of ITableHistogram, the sampling property is null by default. Specify the sample method desired when utilizing the histogram if sampling is desired.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setField(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNormField(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNormField() throws IOException, AutomationException
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 |