| org.jscience.geography.coordinates.Time
Field Summary | |
final public static TemporalCRS<Time> | CRS Holds the coordinate reference system for all instances of this class. | final static XMLFormat<Time> | XML |
Constructor Summary | |
public | Time(double value, Unit<Duration> unit) Creates the temporal position corresponding to the specified coordinates. |
CRS | final public static TemporalCRS<Time> CRS(Code) | | Holds the coordinate reference system for all instances of this class.
|
Time | public Time(double value, Unit<Duration> unit)(Code) | | Creates the temporal position corresponding to the specified coordinates.
Parameters: value - the time since midnight, January 1, 1970 UTC stated in the specified unit. Parameters: unit - the duration unit in which the time value is stated. |
getDimension | public int getDimension()(Code) | | |
valueOf | public static Time valueOf(double value, Unit<Duration> unit)(Code) | | Returns the temporal position corresponding to the specified coordinates.
Parameters: value - the time since midnight, January 1, 1970 UTC stated in the specified unit. Parameters: unit - the duration unit in which the time value is stated. the corresponding temporal position. |
valueOf | public static Time valueOf(Date date)(Code) | | Returns the temporal position corresponding to the specified date.
Parameters: date - the date. the corresponding temporal position. |
|
|