|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.TinHistogram
public class TinHistogram
COM Class 'TinHistogram'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'TIN histogram of 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 |
---|
Fields inherited from interface com.esri.arcgis.cartoUI.IHistogram |
---|
IID, IID962bd9ab_1ec8_11d3_9f4d_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.arcmapui.ITinHistogram |
---|
IID, IID62503ef1_6ad9_11d3_9f59_00c04f6bc619, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IStatisticsResults |
---|
IID, IIDb9c4358a_78b8_11d2_ae60_080009ec732a, xxDummy |
Constructor Summary | |
---|---|
TinHistogram()
Constructs a TinHistogram using ArcGIS Engine. |
|
TinHistogram(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TinHistogram theTinHistogram = (TinHistogram) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
exclusionDoModal(int parentHWnd,
boolean[] ok)
Shows the exclusion dialog for the histogram. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The count of the values. |
int |
getHistogramType()
The TIN histogram type. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getMaximum()
The maximum value. |
double |
getMean()
The arithmetic mean. |
double |
getMinimum()
The minimum value. |
IDataSampling |
getSampling()
The TIN histogram data sampling. |
double |
getStandardDeviation()
The standard deviation, based on sample flag. |
double |
getSum()
The sum of the values. |
ITin |
getTin()
The TIN used to define the histogram. |
void |
hasExclusion(boolean[] flag)
Indicates if the histogram uses exclusion. |
int |
hashCode()
the hashcode for this object |
void |
hasSampling(boolean[] flag)
Indicates if the histogram uses data sampling. |
void |
IHistogram_getHistogram(java.lang.Object[] doubleArrayValues,
java.lang.Object[] longArrayFrequencies)
Histogram as an array of values (doubles) and a paired array of frequencies (longs). |
void |
release()
Release a TinHistogram. |
void |
resetCustomMinMax()
Resets custom minimum and maximum. |
void |
samplingDoModal(int parentHWnd,
boolean[] ok)
Shows the sampling dialog for the histogram. |
void |
setCustomMax(double rhs1)
Custom maximum. |
void |
setCustomMin(double rhs1)
Custom minimum. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TinHistogram() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic TinHistogram(java.lang.Object obj) throws java.io.IOException
TinHistogram theTinHistogram = (TinHistogram) obj;
obj
to TinHistogram
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void IHistogram_getHistogram(java.lang.Object[] doubleArrayValues, java.lang.Object[] longArrayFrequencies) throws java.io.IOException, AutomationException
IHistogram_getHistogram
in interface IHistogram
doubleArrayValues
- A Variant (out: use single element array)longArrayFrequencies
- A Variant (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomMin(double rhs1) throws java.io.IOException, AutomationException
setCustomMin
in interface IHistogram
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomMax(double rhs1) throws java.io.IOException, AutomationException
setCustomMax
in interface IHistogram
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resetCustomMinMax() throws java.io.IOException, AutomationException
resetCustomMinMax
in interface IHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void exclusionDoModal(int parentHWnd, boolean[] ok) throws java.io.IOException, AutomationException
exclusionDoModal
in interface IHistogram
parentHWnd
- The parentHWnd (A COM typedef) (in)ok
- The ok (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hasExclusion(boolean[] flag) throws java.io.IOException, AutomationException
hasExclusion
in interface IHistogram
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void samplingDoModal(int parentHWnd, boolean[] ok) throws java.io.IOException, AutomationException
samplingDoModal
in interface IHistogram
parentHWnd
- The parentHWnd (A COM typedef) (in)ok
- The ok (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hasSampling(boolean[] flag) throws java.io.IOException, AutomationException
hasSampling
in interface IHistogram
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTinByRef(ITin tin) throws java.io.IOException, AutomationException
setTinByRef
in interface ITinHistogram
tin
- A reference to a com.esri.arcgis.geodatabase.ITin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITin getTin() throws java.io.IOException, AutomationException
getTin
in interface ITinHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSamplingByRef(IDataSampling dataSampling) throws java.io.IOException, AutomationException
setSamplingByRef
in interface ITinHistogram
dataSampling
- A reference to a com.esri.arcgis.carto.IDataSampling (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataSampling getSampling() throws java.io.IOException, AutomationException
getSampling
in interface ITinHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHistogramType(int pType) throws java.io.IOException, AutomationException
setHistogramType
in interface ITinHistogram
pType
- A com.esri.arcgis.arcmapui.esriTinHistogramType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHistogramType() throws java.io.IOException, AutomationException
getHistogramType
in interface ITinHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IStatisticsResults
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimum() throws java.io.IOException, AutomationException
getMinimum
in interface IStatisticsResults
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximum() throws java.io.IOException, AutomationException
getMaximum
in interface IStatisticsResults
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSum() throws java.io.IOException, AutomationException
getSum
in interface IStatisticsResults
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMean() throws java.io.IOException, AutomationException
getMean
in interface IStatisticsResults
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getStandardDeviation() throws java.io.IOException, AutomationException
getStandardDeviation
in interface IStatisticsResults
java.io.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 |