com.esri.arcgis.carto
Interface ITimeDisplayTable2

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

public interface ITimeDisplayTable2
extends ITimeDisplayTable, java.io.Serializable

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

Description: 'Interface that allows retrieve time related table properties.' 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 IID64b8b4af_4f12_4f66_b2dc_79476910ee38
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITimeDisplayTable
IID7a55bbf1_52f0_413b_ac7c_761bd139ae3f
 
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
 

Field Detail

IID64b8b4af_4f12_4f66_b2dc_79476910ee38

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

prepareTimeQueryEx

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

prepareTimeQueryFromDisplay

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.