public interface IMapTableTimeInfo
extends java.io.Serializable
Description: 'Provides access to time properties of a MapLayerInfo.' 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 |
IID3bb80bf2_3e29_4b85_b6d6_551abe327eaf |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEndTimeFieldName()
End time field for the table.
|
ITimeExtent |
getFullTimeExtent()
The time extent for all the data in the table.
|
java.lang.String |
getStartTimeFieldName()
Name of the field that has start time or time instant for a table.
|
double |
getTimeInterval()
Suggested draw time interval for refreshing the table contents.
|
int |
getTimeIntervalUnits()
Draw time interval units.
|
ITimeReference |
getTimeReference()
Native TimeReference of the contents of the table.
|
java.lang.String |
getTimeValueFormat()
Time field(s) values format.
|
java.lang.String |
getTrackIDFieldName()
Field that identifies or groups unique objects for which time values are recorded in a table.
|
boolean |
isSupportsTime()
Indicates whether the table supports time.
|
static final int IID3bb80bf2_3e29_4b85_b6d6_551abe327eaf
static final int xxDummy
static final java.lang.String IID
boolean isSupportsTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getStartTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getEndTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeValueFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTrackIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeExtent getFullTimeExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getTimeInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeIntervalUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.