|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalOperator
Provides access to methods and properties used to identify and manage temporal playback settings.
Method Summary | |
---|---|
void |
add(ITemporalOperator piOtherOperator)
Adds a new temporal operator. |
Object |
getAsDate()
Temporal information as a date field. |
Object |
getAsInterval(int enumUnits)
Temporal information as an interval value. |
String |
getAsString(String bstrFormat)
Temporal information as a string. |
double |
getIntervalQuantity()
Number of intervals between events. |
int |
getIntervalUnits()
Units used for interval. |
int |
getType()
The type of temporal data used. |
Object |
getValue()
Value of temporal information. |
void |
reset()
Resets the temporal operator. |
void |
setDateTime(int lYear,
short lMonth,
short lDayOfMonth,
short lHour,
short lMinute,
short lSecond,
short lMillisecond)
Sets the value for date and time information. |
void |
setInterval(double dQuantity,
int enumUnits)
Sets the playback time interval between events. |
void |
subtract(ITemporalOperator piOtherOperator)
Subtracts a temporal operator. |
Method Detail |
---|
void setDateTime(int lYear, short lMonth, short lDayOfMonth, short lHour, short lMinute, short lSecond, short lMillisecond) throws IOException, AutomationException
lYear
- The lYear (in)lMonth
- The lMonth (in)lDayOfMonth
- The lDayOfMonth (in)lHour
- The lHour (in)lMinute
- The lMinute (in)lSecond
- The lSecond (in)lMillisecond
- The lMillisecond (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterval(double dQuantity, int enumUnits) throws IOException, AutomationException
dQuantity
- The dQuantity (in)enumUnits
- A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ITemporalOperator piOtherOperator) throws IOException, AutomationException
piOtherOperator
- A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void subtract(ITemporalOperator piOtherOperator) throws IOException, AutomationException
piOtherOperator
- A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAsString(String bstrFormat) throws IOException, AutomationException
bstrFormat
- The bstrFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getAsDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getAsInterval(int enumUnits) throws IOException, AutomationException
enumUnits
- A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getIntervalQuantity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIntervalUnits() throws IOException, AutomationException
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 |