|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeDisplayTable2
Interface that allows retrieve time related table properties.
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 |
---|
void prepareTimeQueryEx(ITimeValue pTimeValue, int eTimeRelation, IQueryFilter[] pFilter) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void prepareTimeQueryFromDisplay(IDisplay pDisplay, IQueryFilter[] pFilter) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |