Package | Description |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Modifier and Type | Method and Description |
---|---|
TemporalReferenceSystem |
DefaultTemporalPosition.getFrame()
Returns the TM_ReferenceSystem associated with this TM_TemporalPosition, if not specified, it
is assumed to be an association to the Gregorian calendar and UTC.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTemporalPosition.setFrame(TemporalReferenceSystem frame) |
Constructor and Description |
---|
DefaultCalendarDate(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
InternationalString calendarEraName,
int[] calendarDate) |
DefaultClockTime(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number... clockTime) |
DefaultDateAndTime(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
InternationalString calendarEraName,
int[] calendarDate,
Number[] clockTime) |
DefaultJulianDate(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number coordinateValue)
Creates a new instance of JulianDate.
|
DefaultOrdinalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
OrdinalEra ordinalPosition) |
DefaultTemporalCoordinate(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
Number coordinateValue) |
DefaultTemporalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition)
Creates a new instance from a TemporalReferenceSystem and an IndeterminateValue
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCalendar |
class |
DefaultClock |
class |
DefaultOrdinalReferenceSystem |
class |
DefaultTemporalCoordinateSystem |
class |
DefaultTemporalReferenceSystem |
Modifier and Type | Interface and Description |
---|---|
interface |
Calendar
A discrete temporal reference system that provides a basis for defining temporal position to a
resolution of one day.
|
interface |
Clock
Provides a basis for defining temporal position within a day.
|
interface |
OrdinalReferenceSystem
Provides only the attributes inherited from temporal reference system.
|
interface |
TemporalCoordinateSystem
A temporal coordinate system to simplify the computation of temporal distances between points and
the functional description of temporal operations.
|
Modifier and Type | Method and Description |
---|---|
TemporalReferenceSystem |
TemporalFactory.createTemporalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity) |
Copyright © 1996–2023 Geotools. All rights reserved.