com.esri.arcgis.carto
Interface ITimeDisplayTable

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

public interface ITimeDisplayTable
extends Serializable

Interface that allows retrieve time related table properties.

Product Availability

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


Method Summary
 void prepareTimeQuery(ITimeValue pTimeValue, IQueryFilter[] pFilter)
          Prepares an input query filter by appending the time expression into the where clause.
 

Method Detail

prepareTimeQuery

void prepareTimeQuery(ITimeValue pTimeValue,
                      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)
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.