|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapTableTimeInfo
Provides access to time properties of a MapLayerInfo.
Method Summary | |
---|---|
String |
getEndTimeFieldName()
End time field for the table. |
ITimeExtent |
getFullTimeExtent()
The time extent for all the data in the table. |
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. |
String |
getTimeValueFormat()
Time field(s) values format. |
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. |
Method Detail |
---|
boolean isSupportsTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStartTimeFieldName() throws IOException, AutomationException
Time from this field is used to define when a feature/row is begun in case when the layer/table is time-enabled with two fields.
When a layer/table is time-enabled with single field, value in this field represents the moment the feature/row is recorded.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEndTimeFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeValueFormat() throws IOException, AutomationException
Only application when a string or numeric field is used for time definition.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTrackIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITimeExtent getFullTimeExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTimeInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeIntervalUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |