|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Time_Data_Type |
|---|
/* * ENUM: SE_Time_Data_Type * * This data type indicates what "type" of time data is being used to * organize a <Time Related Features> or <Time Related Geometry> instance. */
| typedef | enum | |
| { | ||
| SE_TIME_DATA_TYP_SEASON, | (notes) | |
| SE_TIME_DATA_TYP_TIME_INTERVAL, | (notes) | |
| SE_TIME_DATA_TYP_TIME_OF_DAY, | (notes) | |
| SE_TIME_DATA_TYP_TIME_POINT | (notes) |
<Season>.
<Time Interval>.
<Time Of Day>.
<Time Point>.
|