|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geodatabase.DataStatistics
public class DataStatistics
COM Class 'DataStatistics'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'Esri Data Statistics 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.geodatabase.IDataStatistics |
---|
IID, IIDca691dd5_8a14_11d2_ae6c_080009ec732a, xxDummy |
Constructor Summary | |
---|---|
DataStatistics()
Constructs a DataStatistics using ArcGIS Engine. |
|
DataStatistics(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DataStatistics theDataStatistics = (DataStatistics) obj; |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getField()
The field for which to gather statistics. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getSampleRate()
The maximum number of records to sample at a time (-1 means pull all records). |
IStatisticsResults |
getStatistics()
The statistics for the current field over the current cursor. |
int |
getUniqueValueCount()
The number of unique values for the current sample. |
IEnumVARIANT |
getUniqueValues()
The unique values for the current field over the current cursor. |
int |
hashCode()
the hashcode for this object |
boolean |
isCancelled()
Indicates if the operation has been cancelled. |
boolean |
isContinue()
Indicates if the cursor contains more records than the current sample. |
boolean |
isSimpleStats()
Indicates whether only simple statistics are generated. |
void |
release()
Release a DataStatistics. |
void |
setCursorByRef(ICursor rhs1)
The cursor which will generate the statistics. |
void |
setField(java.lang.String field)
The field for which to gather statistics. |
void |
setSampleRate(int maxRecords)
The maximum number of records to sample at a time (-1 means pull all records). |
void |
setSimpleStats(boolean simple)
Indicates whether only simple statistics are generated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataStatistics() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic DataStatistics(java.lang.Object obj) throws java.io.IOException
DataStatistics theDataStatistics = (DataStatistics) obj;
obj
to DataStatistics
.
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 setField(java.lang.String field) throws java.io.IOException, AutomationException
setField
in interface IDataStatistics
field
- The field (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 IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCursorByRef(ICursor rhs1) throws java.io.IOException, AutomationException
setCursorByRef
in interface IDataStatistics
rhs1
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSampleRate(int maxRecords) throws java.io.IOException, AutomationException
setSampleRate
in interface IDataStatistics
maxRecords
- The maxRecords (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSampleRate() throws java.io.IOException, AutomationException
getSampleRate
in interface IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSimpleStats(boolean simple) throws java.io.IOException, AutomationException
setSimpleStats
in interface IDataStatistics
simple
- The simple (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSimpleStats() throws java.io.IOException, AutomationException
isSimpleStats
in interface IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStatisticsResults getStatistics() throws java.io.IOException, AutomationException
getStatistics
in interface IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumVARIANT getUniqueValues() throws java.io.IOException, AutomationException
getUniqueValues
in interface IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUniqueValueCount() throws java.io.IOException, AutomationException
getUniqueValueCount
in interface IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContinue() throws java.io.IOException, AutomationException
isContinue
in interface IDataStatistics
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelled() throws java.io.IOException, AutomationException
isCancelled
in interface IDataStatistics
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 |