|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataStatistics
COM Interface 'IDataStatistics'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members to generate statistics on a field.' 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 |
IIDca691dd5_8a14_11d2_ae6c_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getField()
The field for which to gather statistics. |
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. |
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 |
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. |
Field Detail |
---|
static final int IIDca691dd5_8a14_11d2_ae6c_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setField(java.lang.String field) throws java.io.IOException, AutomationException
field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCursorByRef(ICursor rhs1) throws java.io.IOException, AutomationException
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.void setSampleRate(int maxRecords) throws java.io.IOException, AutomationException
maxRecords
- The maxRecords (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSampleRate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSimpleStats(boolean simple) throws java.io.IOException, AutomationException
simple
- The simple (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSimpleStats() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStatisticsResults getStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumVARIANT getUniqueValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUniqueValueCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isContinue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCancelled() throws java.io.IOException, AutomationException
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 |