|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalQueryFilter
Provides access to properties and methods needed to manage temporal query filters.
Method Summary | |
---|---|
Object |
getEndingDate()
Indicates the latest date included in the query. |
ITemporalOperator |
getRelativeTimeOperator()
The object that contains a relative time to offset the temporal values. |
Object |
getStartingDate()
Indicates the earliest date included in the query. |
int |
getTemporalConversion()
The temporal conversion mode to use (if any) by the temporal query. |
int |
getTemporalOrder()
Defines order in which temporal records are sorted. |
int |
getTemporalRelationship()
The temporal relation used in the temporal query. |
void |
setEndingDate(Object pVal)
Indicates the latest date included in the query. |
void |
setRelativeTimeOperator(ITemporalOperator pVal)
The object that contains a relative time to offset the temporal values. |
void |
setStartingDate(Object pVal)
Indicates the earliest date included in the query. |
void |
setTemporalConversion(int pVal)
The temporal conversion mode to use (if any) by the temporal query. |
void |
setTemporalOrder(int pVal)
Defines order in which temporal records are sorted. |
void |
setTemporalRelationship(int pVal)
The temporal relation used in the temporal query. |
Method Detail |
---|
int getTemporalOrder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemporalOrder(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabaseextensions.enumTemporalOrder constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTemporalRelationship() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemporalRelationship(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabaseextensions.enumTemporalRelation constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getStartingDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartingDate(Object pVal) throws IOException, AutomationException
pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getEndingDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndingDate(Object pVal) throws IOException, AutomationException
pVal
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTemporalConversion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemporalConversion(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.geodatabaseextensions.enumTemporalConversion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITemporalOperator getRelativeTimeOperator() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRelativeTimeOperator(ITemporalOperator pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
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 |