com.esri.arcgis.arcmapui
Interface ITinHistogram

All Superinterfaces:
Serializable
All Known Implementing Classes:
TinHistogram

public interface ITinHistogram
extends Serializable

Provides access to members that create a Histogram from TIN data values.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getHistogramType()
          The TIN histogram type.
 IDataSampling getSampling()
          The TIN histogram data sampling.
 ITin getTin()
          The TIN used to define the histogram.
 void setHistogramType(int pType)
          The TIN histogram type.
 void setSamplingByRef(IDataSampling dataSampling)
          The TIN histogram data sampling.
 void setTinByRef(ITin tin)
          The TIN used to define the histogram.
 

Method Detail

setTinByRef

void setTinByRef(ITin tin)
                 throws IOException,
                        AutomationException
The TIN used to define the histogram.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getTin

ITin getTin()
            throws IOException,
                   AutomationException
The TIN used to define the histogram.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setSamplingByRef

void setSamplingByRef(IDataSampling dataSampling)
                      throws IOException,
                             AutomationException
The TIN histogram data sampling.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getSampling

IDataSampling getSampling()
                          throws IOException,
                                 AutomationException
The TIN histogram data sampling.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setHistogramType

void setHistogramType(int pType)
                      throws IOException,
                             AutomationException
The TIN histogram type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pType - A com.esri.arcgis.arcmapui.esriTinHistogramType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistogramType

int getHistogramType()
                     throws IOException,
                            AutomationException
The TIN histogram type.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A com.esri.arcgis.arcmapui.esriTinHistogramType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.