com.esri.arcgis.geodatabase
Interface ITimeQueryFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ImageQueryFilter, ITimeQueryFilterProxy, TimeQueryFilter

public interface ITimeQueryFilter
extends java.io.Serializable

COM Interface 'ITimeQueryFilter'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Query filter that gives access to members that allow queries using time.' 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 IID20e1c9a6_ff1e_489f_bb59_b03bed3a8660
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITimeReference getOutputTimeReference()
          Output time reference.
 int getTimeRelation()
          Time relation for the time query.
 ITimeValue getTimeValue()
          Time value.
 void setOutputTimeReferenceByRef(ITimeReference timeReference)
          Output time reference.
 void setTimeRelation(int relation)
          Time relation for the time query.
 void setTimeValueByRef(ITimeValue timeValue)
          Time value.
 

Field Detail

IID20e1c9a6_ff1e_489f_bb59_b03bed3a8660

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

getTimeValue

ITimeValue getTimeValue()
                        throws java.io.IOException,
                               AutomationException
Time value.

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

setTimeValueByRef

void setTimeValueByRef(ITimeValue timeValue)
                       throws java.io.IOException,
                              AutomationException
Time value.

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

getOutputTimeReference

ITimeReference getOutputTimeReference()
                                      throws java.io.IOException,
                                             AutomationException
Output time reference.

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

setOutputTimeReferenceByRef

void setOutputTimeReferenceByRef(ITimeReference timeReference)
                                 throws java.io.IOException,
                                        AutomationException
Output time reference.

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

getTimeRelation

int getTimeRelation()
                    throws java.io.IOException,
                           AutomationException
Time relation for the time query.

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

setTimeRelation

void setTimeRelation(int relation)
                     throws java.io.IOException,
                            AutomationException
Time relation for the time query.

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