com.esri.arcgis.system
Interface esriTimeRelation

All Superinterfaces:
java.io.Serializable

public interface esriTimeRelation
extends java.io.Serializable

Constants from esriTimeRelation' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Queryable Time Relationships.' 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 int esriTimeRelationAfterStartOverlapsEnd
          Query time data that is after (>) time extent’s start time and overlaps (<=) time extent’s end time.
static int esriTimeRelationOverlaps
          Query time data that overlaps the (>=) time extent's start time and (=<) time extent's end time.
static int esriTimeRelationOverlapsStartWithinEnd
          Query time data that overlaps (>=) the time extent’s start time and falls within (<) time extent’s end time.
 

Field Detail

esriTimeRelationOverlaps

static final int esriTimeRelationOverlaps
Query time data that overlaps the (>=) time extent's start time and (=<) time extent's end time.

See Also:
Constant Field Values

esriTimeRelationOverlapsStartWithinEnd

static final int esriTimeRelationOverlapsStartWithinEnd
Query time data that overlaps (>=) the time extent’s start time and falls within (<) time extent’s end time.

See Also:
Constant Field Values

esriTimeRelationAfterStartOverlapsEnd

static final int esriTimeRelationAfterStartOverlapsEnd
Query time data that is after (>) time extent’s start time and overlaps (<=) time extent’s end time.

See Also:
Constant Field Values