com.esri.arcgis.geodatabaseextensions
Interface ITemporalQueryFilter2

All Superinterfaces:
ITemporalQueryFilter, Serializable
All Known Implementing Classes:
TemporalQueryFilter

public interface ITemporalQueryFilter2
extends ITemporalQueryFilter, Serializable

Provides access to properties and methods needed to manage temporal query filters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 ITimeReference getTimeReference()
          Defines data time reference.
 void setTimeReferenceByRef(ITimeReference timeReference)
          Defines data time reference.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalQueryFilter
getEndingDate, getRelativeTimeOperator, getStartingDate, getTemporalConversion, getTemporalOrder, getTemporalRelationship, setEndingDate, setRelativeTimeOperator, setStartingDate, setTemporalConversion, setTemporalOrder, setTemporalRelationship
 

Method Detail

getTimeReference

ITimeReference getTimeReference()
                                throws IOException,
                                       AutomationException
Defines data time reference.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setTimeReferenceByRef

void setTimeReferenceByRef(ITimeReference timeReference)
                           throws IOException,
                                  AutomationException
Defines data time reference.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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