|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalOperator3
COM Interface 'ITemporalOperator3'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to additional methods and properties used to configure the temporal operator beyond ITemporalOperator2 and ITemporalOperator.' 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 |
IIDff92f4f1_c224_4a97_9355_48e14a8f4f60
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
add(ITemporalOperator piOtherOperator)
Adds a new temporal operator. |
java.lang.Object |
getAsDate()
Temporal information as a date field. |
java.lang.Object |
getAsInterval(int enumUnits)
Temporal information as an interval value. |
java.lang.String |
getAsString(java.lang.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. |
java.lang.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 |
setDateTimeFromString(java.lang.String bstrDateTime)
Sets the value for date and time information from a string. |
void |
setDateTimeFromVariant(java.lang.Object dateTime)
Sets the value for date and time information from a variant. |
void |
setInterval(double dQuantity,
int enumUnits)
Sets the time interval. |
void |
subtract(ITemporalOperator piOtherOperator)
Subtracts a temporal operator. |
void |
temporalUnitsAsString(int eUnits,
int eAppearance,
boolean bvPlural,
java.lang.String[] pbstrUnitString)
Obtains a string representation of a temporal unit enumeration, in upper, lower, or mixed case, with singular or plural form. |
Field Detail |
---|
static final int IIDff92f4f1_c224_4a97_9355_48e14a8f4f60
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void temporalUnitsAsString(int eUnits, int eAppearance, boolean bvPlural, java.lang.String[] pbstrUnitString) throws java.io.IOException, AutomationException
eUnits
- A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)eAppearance
- A com.esri.arcgis.system.esriCaseAppearance constant (in)bvPlural
- The bvPlural (in)pbstrUnitString
- The pbstrUnitString (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDateTimeFromString(java.lang.String bstrDateTime) throws java.io.IOException, AutomationException
bstrDateTime
- The bstrDateTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDateTimeFromVariant(java.lang.Object dateTime) throws java.io.IOException, AutomationException
dateTime
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDateTime(int lYear, short lMonth, short lDayOfMonth, short lHour, short lMinute, short lSecond, short lMillisecond) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInterval(double dQuantity, int enumUnits) throws java.io.IOException, AutomationException
dQuantity
- The dQuantity (in)enumUnits
- A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ITemporalOperator piOtherOperator) throws java.io.IOException, AutomationException
piOtherOperator
- A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void subtract(ITemporalOperator piOtherOperator) throws java.io.IOException, AutomationException
piOtherOperator
- A reference to a com.esri.arcgis.geodatabaseextensions.ITemporalOperator (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAsString(java.lang.String bstrFormat) throws java.io.IOException, AutomationException
bstrFormat
- The bstrFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAsDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAsInterval(int enumUnits) throws java.io.IOException, AutomationException
enumUnits
- A com.esri.arcgis.geodatabaseextensions.enumTemporalOperatorUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getIntervalQuantity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIntervalUnits() throws java.io.IOException, AutomationException
java.io.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 |