public interface ITimeQueryFilter
extends java.io.Serializable
Description: 'Query filter that gives access to members that allow queries using time.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID20e1c9a6_ff1e_489f_bb59_b03bed3a8660 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
getOutputTimeReference()
Output time reference.
|
int |
getTimeRelation()
Time relation for the time query.
|
ITimeValue |
getTimeValue()
Time value.
|
void |
setOutputTimeReferenceByRef(ITimeReference timeReference)
Output time reference.
|
void |
setTimeRelation(int relation)
Time relation for the time query.
|
void |
setTimeValueByRef(ITimeValue timeValue)
Time value.
|
static final int IID20e1c9a6_ff1e_489f_bb59_b03bed3a8660
static final int xxDummy
static final java.lang.String IID
ITimeValue getTimeValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeValueByRef(ITimeValue timeValue) throws java.io.IOException, AutomationException
timeValue
- 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.ITimeReference getOutputTimeReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputTimeReferenceByRef(ITimeReference timeReference) throws java.io.IOException, AutomationException
timeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeRelation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeRelation(int relation) throws java.io.IOException, AutomationException
relation
- A com.esri.arcgis.system.esriTimeRelation constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.