: Public Class
Created: 10/04/2008 12:16:15
Modified: 09/12/2011 12:11:59
Project:
Advanced:
A system for measuring time on a continuous interval scale using a single standard time interval.  <br/>
Attribute
Public CharacterString
  interval
Details:
Notes: The standard unit of time used as the standard interval for the scale.  <br/>
Public DateTime
  origin
Details:
Notes: The origin of the interval scale.  <br/>
Operation
Public
transformCoord( c_value: TM_Coordinate,
):DateTime
Details:
sequential
Notes: Accepts a value of a coordinate within the TM_CoordinateSystem and returns a DateTime in the Gregorian calendar and UTC.<br/>
Public
transformDateTime( dateTime: DateTime,
):TM_Coordinate
Details:
sequential
Notes: Accepts a DateTime in the Gregorian calendar and UTC and returns the value of a coordinate in the TM_CoordinateSystem.<br/>
Tag Value
persistence persistent
Details:
 
Object Type Connection Direction Notes
TM_ReferenceSystem Class Generalization To