|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinHistogram
Provides access to members that create a Histogram from TIN data values.
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 |
---|
void setTinByRef(ITin tin) throws IOException, AutomationException
tin
- A reference to a com.esri.arcgis.geodatabase.ITin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITin getTin() 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
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.arcmapui.esriTinHistogramType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHistogramType() 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 |