Package | Description |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJulianDate
The Julian day numbering system is a temporal coordinate system that has its origin at noon on 1
January 4713 BCE in the Julian proleptic calendar.
|
class |
DefaultTemporalCoordinate
A data type that shall be used for identifying temporal position within a temporal coordinate
system.
|
Modifier and Type | Method and Description |
---|---|
static Date |
Utils.temporalCoordToDate(TemporalCoordinate temporalCoord)
Convert a TemporalCoordinate object to Date.
|
Modifier and Type | Method and Description |
---|---|
TemporalCoordinate |
DefaultTemporalCoordinateSystem.transformDateTime(Date dateTime)
Returns the equivalent TemporalCoordinate of a Date in Gregorian Calendar.
|
Modifier and Type | Method and Description |
---|---|
Date |
DefaultTemporalCoordinateSystem.transformCoord(TemporalCoordinate c_value)
Returns the equivalent Date in the Gregorian calendar and UTC of a coordinate value defined
in this temporal coordinate system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JulianDate
The Julian day numbering system is a temporal coordinate system that has its origin at noon on 1
January 4713 BC in the Julian proleptic calendar.
|
Modifier and Type | Method and Description |
---|---|
TemporalCoordinate |
TemporalFactory.createTemporalCoordinate(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number coordinateValue) |
TemporalCoordinate |
TemporalCoordinateSystem.transformDateTime(Date datetime)
Transforms a date and time in the Gregorian Calendar and UTC to an
equivalent coordinate within this temporal coordinate system.
|
Modifier and Type | Method and Description |
---|---|
Date |
TemporalCoordinateSystem.transformCoord(TemporalCoordinate coordinates)
Transforms a value of a coordinate within this temporal
coordinate system and returns the equivalent date and time in the
Gregorian Calendar and UTC
|
Copyright © 1996–2023 Geotools. All rights reserved.