com.esri.arcgis.geodatabaseextensions
Interface ITemporalObservationsTable

All Superinterfaces:
ITemporalTable, java.io.Serializable
All Known Subinterfaces:
ITemporalObservationsTable2
All Known Implementing Classes:
ITemporalObservationsTable2Proxy, ITemporalObservationsTableProxy, TemporalObservationTable

public interface ITemporalObservationsTable
extends ITemporalTable, java.io.Serializable

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

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 IIDa677ab5f_2fb8_11d5_b7e2_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable
IID18fb46e0_461a_11d5_b7e5_00010265adc5
 
Method Summary
 double getPurgePercentage()
          The percentage of the maximum allowed number of records to delete when the Purge method is called.
 int getPurgeRule()
          Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria).
 java.lang.String getTemporalColumnName()
          The column that is responsible for providing the temporal information.
 java.lang.Object getThreshold()
          The high-water mark or the number of observations that should not be exceeded Threshold.
 boolean isAutoPurge()
          Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded.
 boolean isPersistant()
          Reserved for future.
 void pruneTable()
          Apply the purge rule to the temporal table.
 void queryTemporalExtent(java.lang.Object[] pvarStartTime, java.lang.Object[] pvarEndTime)
          Provides the time range of all records in the temporal table.
 void setAutoPurge(boolean pVal)
          Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded.
 void setPersistant(boolean pVal)
          Reserved for future.
 void setPurgePercentage(double pVal)
          The percentage of the maximum allowed number of records to delete when the Purge method is called.
 void setPurgeRule(int pVal)
          Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria).
 void setTemporalColumnName(java.lang.String pVal)
          The column that is responsible for providing the temporal information.
 void setThreshold(java.lang.Object pvarVal)
          The high-water mark or the number of observations that should not be exceeded Threshold.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update
 

Field Detail

IIDa677ab5f_2fb8_11d5_b7e2_00010265adc5

static final int IIDa677ab5f_2fb8_11d5_b7e2_00010265adc5
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

isAutoPurge

boolean isAutoPurge()
                    throws java.io.IOException,
                           AutomationException
Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded.

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

setAutoPurge

void setAutoPurge(boolean pVal)
                  throws java.io.IOException,
                         AutomationException
Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded.

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

getThreshold

java.lang.Object getThreshold()
                              throws java.io.IOException,
                                     AutomationException
The high-water mark or the number of observations that should not be exceeded Threshold.

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

setThreshold

void setThreshold(java.lang.Object pvarVal)
                  throws java.io.IOException,
                         AutomationException
The high-water mark or the number of observations that should not be exceeded Threshold.

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

getPurgePercentage

double getPurgePercentage()
                          throws java.io.IOException,
                                 AutomationException
The percentage of the maximum allowed number of records to delete when the Purge method is called.

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

setPurgePercentage

void setPurgePercentage(double pVal)
                        throws java.io.IOException,
                               AutomationException
The percentage of the maximum allowed number of records to delete when the Purge method is called.

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

isPersistant

boolean isPersistant()
                     throws java.io.IOException,
                            AutomationException
Reserved for future.

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

setPersistant

void setPersistant(boolean pVal)
                   throws java.io.IOException,
                          AutomationException
Reserved for future.

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

getTemporalColumnName

java.lang.String getTemporalColumnName()
                                       throws java.io.IOException,
                                              AutomationException
The column that is responsible for providing the temporal information. This column must be a character (date/time string parsable) , date-time, timestamp, or time period.

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

setTemporalColumnName

void setTemporalColumnName(java.lang.String pVal)
                           throws java.io.IOException,
                                  AutomationException
The column that is responsible for providing the temporal information. This column must be a character (date/time string parsable) , date-time, timestamp, or time period.

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

getPurgeRule

int getPurgeRule()
                 throws java.io.IOException,
                        AutomationException
Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria).

Returns:
A com.esri.arcgis.geodatabaseextensions.enumPurgeRule constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPurgeRule

void setPurgeRule(int pVal)
                  throws java.io.IOException,
                         AutomationException
Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria).

Parameters:
pVal - A com.esri.arcgis.geodatabaseextensions.enumPurgeRule constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pruneTable

void pruneTable()
                throws java.io.IOException,
                       AutomationException
Apply the purge rule to the temporal table.

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

queryTemporalExtent

void queryTemporalExtent(java.lang.Object[] pvarStartTime,
                         java.lang.Object[] pvarEndTime)
                         throws java.io.IOException,
                                AutomationException
Provides the time range of all records in the temporal table.

Parameters:
pvarStartTime - A Variant (out: use single element array)
pvarEndTime - A Variant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.