com.esri.arcgis.geodatabaseextensions
Interface ITemporalQueryFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITemporalQueryFilter2
All Known Implementing Classes:
ITemporalQueryFilter2Proxy, ITemporalQueryFilterProxy, TemporalQueryFilter

public interface ITemporalQueryFilter
extends java.io.Serializable

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

Description: 'Provides access to properties and methods needed to manage temporal query filters.' 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 IIDd0cee203_56da_11d5_ae49_00104ba2abcc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getEndingDate()
          Indicates the latest date included in the query.
 ITemporalOperator getRelativeTimeOperator()
          The object that contains a relative time to offset the temporal values.
 java.lang.Object getStartingDate()
          Indicates the earliest date included in the query.
 int getTemporalConversion()
          The temporal conversion mode to use (if any) by the temporal query.
 int getTemporalOrder()
          Defines order in which temporal records are sorted.
 int getTemporalRelationship()
          The temporal relation used in the temporal query.
 void setEndingDate(java.lang.Object pVal)
          Indicates the latest date included in the query.
 void setRelativeTimeOperator(ITemporalOperator pVal)
          The object that contains a relative time to offset the temporal values.
 void setStartingDate(java.lang.Object pVal)
          Indicates the earliest date included in the query.
 void setTemporalConversion(int pVal)
          The temporal conversion mode to use (if any) by the temporal query.
 void setTemporalOrder(int pVal)
          Defines order in which temporal records are sorted.
 void setTemporalRelationship(int pVal)
          The temporal relation used in the temporal query.
 

Field Detail

IIDd0cee203_56da_11d5_ae49_00104ba2abcc

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

getTemporalOrder

int getTemporalOrder()
                     throws java.io.IOException,
                            AutomationException
Defines order in which temporal records are sorted.

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

setTemporalOrder

void setTemporalOrder(int pVal)
                      throws java.io.IOException,
                             AutomationException
Defines order in which temporal records are sorted.

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

getTemporalRelationship

int getTemporalRelationship()
                            throws java.io.IOException,
                                   AutomationException
The temporal relation used in the temporal query.

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

setTemporalRelationship

void setTemporalRelationship(int pVal)
                             throws java.io.IOException,
                                    AutomationException
The temporal relation used in the temporal query.

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

getStartingDate

java.lang.Object getStartingDate()
                                 throws java.io.IOException,
                                        AutomationException
Indicates the earliest date included in the query.

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

setStartingDate

void setStartingDate(java.lang.Object pVal)
                     throws java.io.IOException,
                            AutomationException
Indicates the earliest date included in the query.

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

getEndingDate

java.lang.Object getEndingDate()
                               throws java.io.IOException,
                                      AutomationException
Indicates the latest date included in the query.

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

setEndingDate

void setEndingDate(java.lang.Object pVal)
                   throws java.io.IOException,
                          AutomationException
Indicates the latest date included in the query.

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

getTemporalConversion

int getTemporalConversion()
                          throws java.io.IOException,
                                 AutomationException
The temporal conversion mode to use (if any) by the temporal query.

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

setTemporalConversion

void setTemporalConversion(int pVal)
                           throws java.io.IOException,
                                  AutomationException
The temporal conversion mode to use (if any) by the temporal query.

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

getRelativeTimeOperator

ITemporalOperator getRelativeTimeOperator()
                                          throws java.io.IOException,
                                                 AutomationException
The object that contains a relative time to offset the temporal values.

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

setRelativeTimeOperator

void setRelativeTimeOperator(ITemporalOperator pVal)
                             throws java.io.IOException,
                                    AutomationException
The object that contains a relative time to offset the temporal values.

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