com.esri.arcgis.carto
Interface IMapTimeDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMapTimeDescription2
All Known Implementing Classes:
IMapTimeDescription2Proxy, IMapTimeDescriptionProxy, MapDescription

public interface IMapTimeDescription
extends java.io.Serializable

COM Interface 'IMapTimeDescription'. 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 IIDaa4291a6_8c04_4519_8aa5_4edb246f726b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITimeReference getTimeReference()
          Time reference used by the time aware content.
 ITimeValue getTimeValue()
          Time value that will be used by the time aware content of the map.
 void setTimeReferenceByRef(ITimeReference timeReference)
          Time reference used by the time aware content.
 void setTimeValueByRef(ITimeValue timeValue)
          Time value that will be used by the time aware content of the map.
 

Field Detail

IIDaa4291a6_8c04_4519_8aa5_4edb246f726b

static final int IIDaa4291a6_8c04_4519_8aa5_4edb246f726b
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

getTimeValue

ITimeValue getTimeValue()
                        throws java.io.IOException,
                               AutomationException
Time value that will be used by the time aware content of the map.

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

setTimeValueByRef

void setTimeValueByRef(ITimeValue timeValue)
                       throws java.io.IOException,
                              AutomationException
Time value that will be used by the time aware content of the map.

Parameters:
timeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeReference

ITimeReference getTimeReference()
                                throws java.io.IOException,
                                       AutomationException
Time reference used by the time aware content.

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

setTimeReferenceByRef

void setTimeReferenceByRef(ITimeReference timeReference)
                           throws java.io.IOException,
                                  AutomationException
Time reference used by the time aware content.

Parameters:
timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.