com.esri.arcgis.geodatabaseextensions
Interface ITemporalFeatureClassStatistics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemporalFeatureClassStatisticsProxy, TemporalFeatureClass

public interface ITemporalFeatureClassStatistics
extends java.io.Serializable

COM Interface 'ITemporalFeatureClassStatistics'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5f007f4d_9fae_463c_a3d6_0aad83eb59a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID5f007f4d_9fae_463c_a3d6_0aad83eb59a5

static final int IID5f007f4d_9fae_463c_a3d6_0aad83eb59a5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTrackCount

int getTrackCount()
                  throws java.io.IOException,
                         AutomationException
Indicates the TemporalFeatureClass track count.

Returns:
The plTrackCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageRate

double getMessageRate()
                      throws java.io.IOException,
                             AutomationException
Indicates the TemporalFeatureClass message rate.

Returns:
The pdMessageRate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSampleSize

int getSampleSize()
                  throws java.io.IOException,
                         AutomationException
Indicates the sample size used to calculate message rate.

Returns:
The plSampleSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSampleSize

void setSampleSize(int plSampleSize)
                   throws java.io.IOException,
                          AutomationException
Indicates the sample size used to calculate message rate.

Parameters:
plSampleSize - The plSampleSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTotalFeatureCount

java.lang.Object getTotalFeatureCount()
                                      throws java.io.IOException,
                                             AutomationException
Indicates the total number of features logged.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetFeatureCount

void resetFeatureCount()
                       throws java.io.IOException,
                              AutomationException
Resets total feature count.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetMessageRate

void resetMessageRate()
                      throws java.io.IOException,
                             AutomationException
Resets message rate.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.