com.esri.arcgis.carto
Interface IMapTimeDescription2

All Superinterfaces:
IMapTimeDescription, java.io.Serializable
All Known Implementing Classes:
IMapTimeDescription2Proxy, MapDescription

public interface IMapTimeDescription2
extends IMapTimeDescription, java.io.Serializable

COM Interface 'IMapTimeDescription2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to time properties of a MapDescription.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID2305fe16_0e11_4291_b824_8e6ceb1649f4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapTimeDescription
IIDaa4291a6_8c04_4519_8aa5_4edb246f726b
 
Method Summary
 int getTimeRelation()
          Time relation for the time query.
 void setTimeRelation(int relation)
          Time relation for the time query.
 
Methods inherited from interface com.esri.arcgis.carto.IMapTimeDescription
getTimeReference, getTimeValue, setTimeReferenceByRef, setTimeValueByRef
 

Field Detail

IID2305fe16_0e11_4291_b824_8e6ceb1649f4

static final int IID2305fe16_0e11_4291_b824_8e6ceb1649f4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTimeRelation

int getTimeRelation()
                    throws java.io.IOException,
                           AutomationException
Time relation for the time query.

Returns:
A com.esri.arcgis.system.esriTimeRelation constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeRelation

void setTimeRelation(int relation)
                     throws java.io.IOException,
                            AutomationException
Time relation for the time query.

Parameters:
relation - A com.esri.arcgis.system.esriTimeRelation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.