com.esri.arcgis.arcmapui
Interface ITinHistogram

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinHistogramProxy, TinHistogram

public interface ITinHistogram
extends java.io.Serializable

COM Interface 'ITinHistogram'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that create a Histogram from TIN data values.' 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 IID62503ef1_6ad9_11d3_9f59_00c04f6bc619
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID62503ef1_6ad9_11d3_9f59_00c04f6bc619

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

setTinByRef

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

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

getTin

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

Returns:
A reference to a com.esri.arcgis.geodatabase.ITin
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
The TIN histogram data sampling.

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
The TIN histogram data sampling.

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.

setHistogramType

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

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

getHistogramType

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

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