com.esri.arcgis.system
Interface ITimeRelationalOperator

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITimeRelationalOperatorProxy, TimeExtent, TimeInstant

public interface ITimeRelationalOperator
extends java.io.Serializable

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

IID7cffa76a_6552_4516_8599_98225065249e

static final int IID7cffa76a_6552_4516_8599_98225065249e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

esri_equals

boolean esri_equals(ITimeValue otherTimeValue)
                    throws java.io.IOException,
                           AutomationException
Indicates whether the two time values are of the same type and define the same time values.

Parameters:
otherTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Returns:
The esri_equals
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disjoint

boolean disjoint(ITimeValue otherTimeValue)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the input time value falls fully outside of the time extent.

Parameters:
otherTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Returns:
The disjoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

touches

boolean touches(ITimeValue otherTimeValue)
                throws java.io.IOException,
                       AutomationException
Indicates whether the boundaries of the time values intersect.

Parameters:
otherTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Returns:
The touches
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

within

boolean within(ITimeValue otherTimeValue)
               throws java.io.IOException,
                      AutomationException
Indicates whether this time value is contained (is within) the other time value.

Parameters:
otherTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Returns:
The within
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

contains

boolean contains(ITimeValue otherTimeValue)
                 throws java.io.IOException,
                        AutomationException
Indicates whether this time value contains the other time value.

Parameters:
otherTimeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Returns:
The contains
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.