public interface ITimeRelationalOperator
extends java.io.Serializable
Description: 'Provides access to time operations.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7cffa76a_6552_4516_8599_98225065249e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(ITimeValue otherTimeValue)
Indicates whether this time value contains the other time value.
|
boolean |
disjoint(ITimeValue otherTimeValue)
Indicates whether the input time value falls fully outside of the time extent.
|
boolean |
esri_equals(ITimeValue otherTimeValue)
Indicates whether the two time values are of the same type and define the same time values.
|
boolean |
touches(ITimeValue otherTimeValue)
Indicates whether the boundaries of the time values intersect.
|
boolean |
within(ITimeValue otherTimeValue)
Indicates whether this time value is contained (is within) the other time value.
|
static final int IID7cffa76a_6552_4516_8599_98225065249e
static final int xxDummy
static final java.lang.String IID
boolean esri_equals(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean disjoint(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean touches(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean within(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean contains(ITimeValue otherTimeValue) throws java.io.IOException, AutomationException
otherTimeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.