|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITimeRelationalOperator
COM Interface 'ITimeRelationalOperator'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7cffa76a_6552_4516_8599_98225065249e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID7cffa76a_6552_4516_8599_98225065249e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||