Package | Description |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClockTime
A data type that shall be used to identify a temporal position within a day.
|
class |
DefaultDateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a
day.
|
Modifier and Type | Method and Description |
---|---|
ClockTime |
DefaultClock.clkTrans(ClockTime uTime)
Takes a 24-hour local or UTC time and return the equivalent time of day expressed in terms of
the specified clock.
|
ClockTime |
DefaultClock.getReferenceTime() |
ClockTime |
DefaultClock.getUTCReference() |
ClockTime |
DefaultClock.utcTrans(ClockTime clkTime)
Takes a time of day expressed in terms of the specified clock and return the equivalent time
of day in 24-hour local or UTC time.
|
Modifier and Type | Method and Description |
---|---|
ClockTime |
DefaultClock.clkTrans(ClockTime uTime)
Takes a 24-hour local or UTC time and return the equivalent time of day expressed in terms of
the specified clock.
|
JulianDate |
DefaultCalendar.dateTrans(CalendarDate calDate,
ClockTime time)
Convert a TemporalPosition representing by a CalendarDate and a ClockTime to a Julian date.
|
void |
DefaultClock.setReferenceTime(ClockTime referenceTime) |
void |
DefaultClock.setUtcReference(ClockTime utcReference) |
ClockTime |
DefaultClock.utcTrans(ClockTime clkTime)
Takes a time of day expressed in terms of the specified clock and return the equivalent time
of day in 24-hour local or UTC time.
|
Constructor and Description |
---|
DefaultClock(ReferenceIdentifier name,
Extent domainOfValidity,
InternationalString referenceEvent,
ClockTime referenceTime,
ClockTime utcReference) |
Modifier and Type | Interface and Description |
---|---|
interface |
DateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a
day.
|
Modifier and Type | Method and Description |
---|---|
ClockTime |
Clock.clkTrans(ClockTime clkTime)
Converts UTC time to a time on this clock.
|
ClockTime |
TemporalFactory.createClockTime(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number... clockTime) |
ClockTime |
Clock.getReferenceTime()
Time of the reference Event for this clock, usually the origin of the clock scale.
|
ClockTime |
Clock.getUTCReference()
Provides the 24-hour local or UTC time that corresponds to the reference time.
|
ClockTime |
Clock.utcTrans(ClockTime uTime)
Converts UTC time to a time on this clock.
|
Modifier and Type | Method and Description |
---|---|
ClockTime |
Clock.clkTrans(ClockTime clkTime)
Converts UTC time to a time on this clock.
|
Clock |
TemporalFactory.createClock(ReferenceIdentifier name,
Extent domainOfValidity,
InternationalString referenceEvent,
ClockTime referenceTime,
ClockTime utcReference) |
JulianDate |
Calendar.dateTrans(CalendarDate date,
ClockTime time)
Converts a date in this calendar to a julian
date.
|
ClockTime |
Clock.utcTrans(ClockTime uTime)
Converts UTC time to a time on this clock.
|
Copyright © 1996–2022 Geotools. All rights reserved.