com.esri.arcgis.system
Interface esriTimeRelation

All Superinterfaces:
Serializable

public interface esriTimeRelation
extends Serializable

Queryable Time Relationships.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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