Class Name: Absolute Time Point

Superclass - Time Point

Definition

Used to specify GMT time (i.e. not relative to another date and time).

Primary Page in DRM Diagram:

Example

  1. The date and time when a SEDRIS transmittal was created.
  2. The date and time of observations.

FAQs

What is the purpose of this class?
This class provides 1) the means to specify an absolute time (GMT) for the FGDC-compatible metadata and 2) provides a general-purpose mechanism for describing points in absolute (GMT) time. In the first case, the metadata describes the point in time when a high-level SEDRIS object (e.g. Transmittal Root Model, Image, etc.) was created. It allows potential users of a SEDRIS transmittal to evaluate the age of a transmittal, without necessarily having to obtain or examine the transmittal itself.

How can I indicate that the time information in an Absolute Time Point is not dependent on the year?
Setting year = -1 indicates any year. Please note that this means that an actual date of 1 BCE (before common era) cannot be used. This should not be a problem, as it is anticipated that the only time a BCE date will be used will be for astronomical Julian dates.

How can I indicate that the time information in an Absolute Time Point is not dependent on the month?
Setting month = SE_ANY_MONTH indicates any month.

How can I indicate that the time information in an Absolute Time Point is not dependent on the day?
Setting day = -1 indicates any day.

How do I indicate that the time fields hour, minutes, seconds are not applicable, i.e. that I'm specifying only the date?
Setting hour = -1, minutes = -1, and/or seconds = -1, indicate that they are not applicable and can be ignored.

Constraints

Component of (one-way)(inherited)

Component of (one-way)

Inherited Field Elements

SE_TIME_SIGNIFICANCE_ENUM time_significance; (notes)

Field Elements

SE_INT16 year;
SE_MONTH_ENUM month;
SE_INT16 day;
SE_INT8 hour; (notes)
SE_INT8 minutes; (notes)
SE_FLOAT64 seconds; (notes)

Notes

Fields Notes

time_significance

 Used to indicate the significance of the time information

hour

 Use 24 hour clock for hour. The value must be between
 -1 and 23, where a value of -1 indicates not
 applicable.

minutes

 The value must be between -1 and 59, where a value of
 -1 indicates not applicable.

seconds

 fractions provide higher accuracy if needed, e.g. milliseconds
 -1 indicates not applicable.  This is the only valid negative value.

Prev: Absolute Time Interval. Next: Access. Up:Index.