public interface ITemporalFeatureClassStatistics
extends java.io.Serializable
Description: 'Provides access to properties and methods needed to manage message rate statistics.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5f007f4d_9fae_463c_a3d6_0aad83eb59a5 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMessageRate()
Indicates the TemporalFeatureClass message rate.
|
int |
getSampleSize()
Indicates the sample size used to calculate message rate.
|
java.lang.Object |
getTotalFeatureCount()
Indicates the total number of features logged.
|
int |
getTrackCount()
Indicates the TemporalFeatureClass track count.
|
void |
resetFeatureCount()
Resets total feature count.
|
void |
resetMessageRate()
Resets message rate.
|
void |
setSampleSize(int plSampleSize)
Indicates the sample size used to calculate message rate.
|
static final int IID5f007f4d_9fae_463c_a3d6_0aad83eb59a5
static final int xxDummy
static final java.lang.String IID
int getTrackCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getMessageRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getSampleSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSampleSize(int plSampleSize)
throws java.io.IOException,
AutomationException
plSampleSize - The plSampleSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.Object getTotalFeatureCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void resetFeatureCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void resetMessageRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.