|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.carto.BasicTableHistogram
public class BasicTableHistogram
COM Class 'BasicTableHistogram'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A histogram data structure that is created from table data. Use this to pass data to a classification object.' 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.carto.IBasicHistogram |
---|
IID, IIDd7dd57c6_6a35_4dbf_8f64_affdced5c364, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ITableHistogram |
---|
IID, IIDfd21f230_67a6_11d3_9f66_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.ITableHistogram2 |
---|
IID, IID58c7e73a_fc61_452d_a908_7a072af25e2a, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IDataNormalization |
---|
IID, IID678d02a5_e3fa_11d3_9f7b_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IStatisticsResults |
---|
IID, IIDb9c4358a_78b8_11d2_ae60_080009ec732a, xxDummy |
Constructor Summary | |
---|---|
BasicTableHistogram()
Constructs a BasicTableHistogram using ArcGIS Engine. |
|
BasicTableHistogram(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. BasicTableHistogram theBasicTableHistogram = (BasicTableHistogram) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The count of the values. |
IDataExclusion |
getExclusion()
Data exclusion options. |
java.lang.String |
getExclusionClause()
Data Exclusion where clause. |
java.lang.String |
getField()
Value field. |
boolean |
getHistogram(java.lang.Object[] doubleArrayValues,
java.lang.Object[] longArrayFrequencies)
Histogram as an array of values (doubles) and a paired array of frequencies (longs). |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getMaximum()
The maximum value. |
int |
getMaxSampleSize()
Data Sampling Max Size. |
double |
getMean()
The arithmetic mean. |
double |
getMinimum()
The minimum value. |
java.lang.String |
getNormalizationField()
Normalization field. |
java.lang.String |
getNormalizationFieldAlias()
Normalization field alias. |
double |
getNormalizationTotal()
Total of all values (used when normalizing by percent of total). |
int |
getNormalizationType()
Normalization type. |
java.lang.String |
getNormField()
Normalization field. |
IDataSampling |
getSampling()
Data sampling options. |
double |
getStandardDeviation()
The standard deviation, based on sample flag. |
double |
getSum()
The sum of the values. |
ITable |
getTable()
The associated table. |
int |
hashCode()
the hashcode for this object |
void |
invalidate()
Causes to recreate the Histogram from the Table for the next GetHistogram call. |
void |
release()
Release a BasicTableHistogram. |
void |
resetCustomMinMax()
Resets custom minimum and maximum. |
void |
setCustomMax(double rhs1)
Custom maximum. |
void |
setCustomMin(double rhs1)
Custom minimum. |
void |
setExclusionByRef(IDataExclusion dataExclusion)
Data exclusion options. |
void |
setExclusionClause(java.lang.String name)
Data Exclusion where clause. |
void |
setField(java.lang.String name)
Value field. |
void |
setMaxSampleSize(int size)
Data Sampling Max Size. |
void |
setNormalizationField(java.lang.String fieldName)
Normalization field. |
void |
setNormalizationFieldAlias(java.lang.String name)
Normalization field alias. |
void |
setNormalizationTotal(double value)
Total of all values (used when normalizing by percent of total). |
void |
setNormalizationType(int type)
Normalization type. |
void |
setNormField(java.lang.String name)
Normalization field. |
void |
setSamplingByRef(IDataSampling dataSampling)
Data sampling options. |
void |
setTableByRef(ITable table)
The associated table. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicTableHistogram() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic BasicTableHistogram(java.lang.Object obj) throws java.io.IOException
BasicTableHistogram theBasicTableHistogram = (BasicTableHistogram) obj;
obj
to BasicTableHistogram
.
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 boolean getHistogram(java.lang.Object[] doubleArrayValues, java.lang.Object[] longArrayFrequencies) throws java.io.IOException, AutomationException
getHistogram
in interface IBasicHistogram
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 IBasicHistogram
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 IBasicHistogram
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 IBasicHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void invalidate() throws java.io.IOException, AutomationException
invalidate
in interface IBasicHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTableByRef(ITable table) throws java.io.IOException, AutomationException
setTableByRef
in interface ITableHistogram
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getTable() throws java.io.IOException, AutomationException
getTable
in interface ITableHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExclusionByRef(IDataExclusion dataExclusion) throws java.io.IOException, AutomationException
setExclusionByRef
in interface ITableHistogram
dataExclusion
- A reference to a com.esri.arcgis.carto.IDataExclusion (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataExclusion getExclusion() throws java.io.IOException, AutomationException
getExclusion
in interface ITableHistogram
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 ITableHistogram
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 ITableHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setField(java.lang.String name) throws java.io.IOException, AutomationException
setField
in interface ITableHistogram
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getField() throws java.io.IOException, AutomationException
getField
in interface ITableHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNormField(java.lang.String name) throws java.io.IOException, AutomationException
setNormField
in interface ITableHistogram
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNormField() throws java.io.IOException, AutomationException
getNormField
in interface ITableHistogram
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExclusionClause(java.lang.String name) throws java.io.IOException, AutomationException
setExclusionClause
in interface ITableHistogram2
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExclusionClause() throws java.io.IOException, AutomationException
getExclusionClause
in interface ITableHistogram2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxSampleSize(int size) throws java.io.IOException, AutomationException
setMaxSampleSize
in interface ITableHistogram2
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxSampleSize() throws java.io.IOException, AutomationException
getMaxSampleSize
in interface ITableHistogram2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNormalizationField() throws java.io.IOException, AutomationException
getNormalizationField
in interface IDataNormalization
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNormalizationField(java.lang.String fieldName) throws java.io.IOException, AutomationException
setNormalizationField
in interface IDataNormalization
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNormalizationFieldAlias() throws java.io.IOException, AutomationException
getNormalizationFieldAlias
in interface IDataNormalization
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNormalizationFieldAlias(java.lang.String name) throws java.io.IOException, AutomationException
setNormalizationFieldAlias
in interface IDataNormalization
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getNormalizationType() throws java.io.IOException, AutomationException
getNormalizationType
in interface IDataNormalization
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNormalizationType(int type) throws java.io.IOException, AutomationException
setNormalizationType
in interface IDataNormalization
type
- A com.esri.arcgis.carto.esriDataNormalization constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getNormalizationTotal() throws java.io.IOException, AutomationException
getNormalizationTotal
in interface IDataNormalization
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNormalizationTotal(double value) throws java.io.IOException, AutomationException
setNormalizationTotal
in interface IDataNormalization
value
- The value (in)
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 |