public interface ITemporalQueryFilter2 extends ITemporalQueryFilter, java.io.Serializable
Description: 'Provides access to properties and methods needed to manage temporal query filters.' 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 |
IID6d3465e9_f6f4_43d6_bba9_87eee56c146e |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd0cee203_56da_11d5_ae49_00104ba2abcc
Modifier and Type | Method and Description |
---|---|
ITimeReference |
getTimeReference()
Defines data time reference.
|
void |
setTimeReferenceByRef(ITimeReference timeReference)
Defines data time reference.
|
getEndingDate, getRelativeTimeOperator, getStartingDate, getTemporalConversion, getTemporalOrder, getTemporalRelationship, setEndingDate, setRelativeTimeOperator, setStartingDate, setTemporalConversion, setTemporalOrder, setTemporalRelationship
static final int IID6d3465e9_f6f4_43d6_bba9_87eee56c146e
static final int xxDummy
static final java.lang.String IID
ITimeReference getTimeReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeReferenceByRef(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.