com.esri.arcgis.carto
Interface ITimeDisplayTable
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CadastralFabricSubLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, StandaloneTable
public interface ITimeDisplayTable
- extends Serializable
Interface that allows retrieve time related table properties.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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.