com.esri.arcgis.carto
Interface IMapTableTimeDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapTableTimeDescriptionProxy, LayerDescription, StandaloneTableDescription

public interface IMapTableTimeDescription
extends java.io.Serializable

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

Description: 'Provides access to time properties of a LayerDescription.' 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 IID7ae9366e_4894_43a6_96ba_3abc58294058
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getTimeOffset()
          Draw time offset to overlay the data on a earlier or later time span.
 int getTimeOffsetUnits()
          Draw time offset units.
 boolean isTimeDataCumulative()
          Draw the data cumulatively from the first instance of time in data as time progresses.
 boolean isUseTime()
          Indicates whether use time for display.
 void setTimeDataCumulative(boolean drawCumilative)
          Draw the data cumulatively from the first instance of time in data as time progresses.
 void setTimeOffset(double offset)
          Draw time offset to overlay the data on a earlier or later time span.
 void setTimeOffsetUnits(int offsetUnits)
          Draw time offset units.
 void setUseTime(boolean useTime)
          Indicates whether use time for display.
 

Field Detail

IID7ae9366e_4894_43a6_96ba_3abc58294058

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

isUseTime

boolean isUseTime()
                  throws java.io.IOException,
                         AutomationException
Indicates whether use time for display.

Returns:
The useTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseTime

void setUseTime(boolean useTime)
                throws java.io.IOException,
                       AutomationException
Indicates whether use time for display.

Parameters:
useTime - The useTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTimeDataCumulative

boolean isTimeDataCumulative()
                             throws java.io.IOException,
                                    AutomationException
Draw the data cumulatively from the first instance of time in data as time progresses.

Returns:
The drawCumilative
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeDataCumulative

void setTimeDataCumulative(boolean drawCumilative)
                           throws java.io.IOException,
                                  AutomationException
Draw the data cumulatively from the first instance of time in data as time progresses.

Parameters:
drawCumilative - The drawCumilative (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeOffset

double getTimeOffset()
                     throws java.io.IOException,
                            AutomationException
Draw time offset to overlay the data on a earlier or later time span.

Returns:
The offset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeOffset

void setTimeOffset(double offset)
                   throws java.io.IOException,
                          AutomationException
Draw time offset to overlay the data on a earlier or later time span.

Parameters:
offset - The offset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeOffsetUnits

int getTimeOffsetUnits()
                       throws java.io.IOException,
                              AutomationException
Draw time offset units.

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

setTimeOffsetUnits

void setTimeOffsetUnits(int offsetUnits)
                        throws java.io.IOException,
                               AutomationException
Draw time offset units.

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