public interface esriTimeRelation
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static int |
esriTimeRelationWithin
Query time data that is after (>) time extent’s start time and falls within (<) time extent’s end time.
|
static final int esriTimeRelationOverlaps
static final int esriTimeRelationOverlapsStartWithinEnd
static final int esriTimeRelationAfterStartOverlapsEnd
static final int esriTimeRelationWithin