Package | Description |
---|---|
org.geotools.temporal.object | |
org.opengis.temporal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCalendarDate
A data type that shall be used to identify temporal position within a calendar.
|
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.
|
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 |
DefaultOrdinalPosition
A data type that shall be used for identifying temporal position within an ordinal temporal
reference system.
|
class |
DefaultTemporalCoordinate
A data type that shall be used for identifying temporal position within a temporal coordinate
system.
|
class |
DefaultTemporalPosition
Used for describing temporal positions referenced to other temporal reference systems.
|
Modifier and Type | Method and Description |
---|---|
TemporalPosition |
DefaultPosition.anyOther()
TemporalPosition and its subtypes shall be used for describing temporal
positions referenced to other reference systems, and may be used for temporal positions
referenced to any calendar or clock, including the Gregorian calendar and UTC.
|
Constructor and Description |
---|
DefaultPosition(TemporalPosition anyOther)
This constructor set the position property as a TemporalPosition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CalendarDate
A data type that shall be used to identify temporal position within a calendar.
|
interface |
ClockTime
A data type that shall be used to identify a temporal position within a day.
|
interface |
DateAndTime
Provides a single data type for identifying a temporal position with a resolution of less than a
day.
|
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.
|
interface |
OrdinalPosition
A data type that shall be used for identifying temporal position within an ordinal temporal
reference system.
|
interface |
TemporalCoordinate
A data type that shall be used for identifying temporal position within a temporal coordinate
system.
|
Modifier and Type | Method and Description |
---|---|
TemporalPosition |
Position.anyOther()
TemporalPosition and its subtypes shall be used for describing temporal
positions referenced to other reference systems, and may be used for temporal positions
referenced to any calendar or clock, including the Gregorian calendar and UTC.
|
TemporalPosition |
TemporalFactory.createTemporalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition) |
Copyright © 1996–2019 Geotools. All rights reserved.