public interface IMapTableTimeDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7ae9366e_4894_43a6_96ba_3abc58294058 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID7ae9366e_4894_43a6_96ba_3abc58294058
static final int xxDummy
static final java.lang.String IID
boolean isUseTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseTime(boolean useTime) throws java.io.IOException, AutomationException
useTime
- The useTime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTimeDataCumulative() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeDataCumulative(boolean drawCumilative) throws java.io.IOException, AutomationException
drawCumilative
- The drawCumilative (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getTimeOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeOffset(double offset) throws java.io.IOException, AutomationException
offset
- The offset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeOffsetUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeOffsetUnits(int offsetUnits) throws java.io.IOException, AutomationException
offsetUnits
- A com.esri.arcgis.system.esriTimeUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.