com.esri.arcgis.carto
Interface ITimeDisplayTable2

All Superinterfaces:
ITimeDisplayTable, Serializable
All Known Implementing Classes:
CadastralFabricSubLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, ImageServerLayer, StandaloneTable, TemporalFeatureLayer

public interface ITimeDisplayTable2
extends ITimeDisplayTable, Serializable

Interface that allows retrieve time related table properties.

Product Availability

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


Method Summary
 void prepareTimeQueryEx(ITimeValue pTimeValue, int eTimeRelation, IQueryFilter[] pFilter)
          Prepares an input query filter by appending the time expression into the where clause.
 void prepareTimeQueryFromDisplay(IDisplay pDisplay, IQueryFilter[] pFilter)
          Prepares an input query filter by appending the time expression into the where clause.
 
Methods inherited from interface com.esri.arcgis.carto.ITimeDisplayTable
prepareTimeQuery
 

Method Detail

prepareTimeQueryEx

void prepareTimeQueryEx(ITimeValue pTimeValue,
                        int eTimeRelation,
                        IQueryFilter[] pFilter)
                        throws IOException,
                               AutomationException
Prepares an input query filter by appending the time expression into the where clause.

Product Availability

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

Parameters:
pTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
eTimeRelation - A com.esri.arcgis.system.esriTimeRelation constant (in)
pFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

prepareTimeQueryFromDisplay

void prepareTimeQueryFromDisplay(IDisplay pDisplay,
                                 IQueryFilter[] pFilter)
                                 throws IOException,
                                        AutomationException
Prepares an input query filter by appending the time expression into the where clause.

Product Availability

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

Parameters:
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.