com.esri.arcgis.carto
Interface ITimeDisplayTable

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

public interface ITimeDisplayTable
extends java.io.Serializable

COM Interface 'ITimeDisplayTable'. 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 IID7a55bbf1_52f0_413b_ac7c_761bd139ae3f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void prepareTimeQuery(ITimeValue pTimeValue, IQueryFilter[] pFilter)
          Prepares an input query filter by appending the time expression into the where clause.
 

Field Detail

IID7a55bbf1_52f0_413b_ac7c_761bd139ae3f

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

prepareTimeQuery

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