Package | Description |
---|---|
org.geotools.temporal.object | |
org.geotools.temporal.reference | |
org.opengis.temporal |
Modifier and Type | Method and Description |
---|---|
OrdinalEra |
DefaultOrdinalPosition.getOrdinalPosition()
Provides a reference to the ordinal era in which the instant occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultOrdinalPosition.setOrdinalPosition(OrdinalEra ordinalPosition) |
Constructor and Description |
---|
DefaultOrdinalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
OrdinalEra ordinalPosition) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOrdinalEra |
Modifier and Type | Method and Description |
---|---|
Collection<OrdinalEra> |
DefaultOrdinalEra.getComposition() |
Collection<OrdinalEra> |
DefaultOrdinalReferenceSystem.getOrdinalEraSequence() |
Constructor and Description |
---|
DefaultOrdinalEra(InternationalString name,
Date beginning,
Date end,
Collection<OrdinalEra> composition) |
DefaultOrdinalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Collection<OrdinalEra> ordinalEraSequence) |
Modifier and Type | Method and Description |
---|---|
OrdinalEra |
TemporalFactory.createOrdinalEra(InternationalString name,
Date beginning,
Date end,
Collection<OrdinalEra> composition) |
OrdinalEra |
OrdinalPosition.getOrdinalPosition()
Provides a reference to the ordinal era in which the instant occurs.
|
Modifier and Type | Method and Description |
---|---|
Collection<OrdinalEra> |
OrdinalEra.getComposition()
Ordinal eras that subdivide this ordinal era.
|
Collection<OrdinalEra> |
OrdinalReferenceSystem.getOrdinalEraSequence()
Get the set of ordinal eras of which this ordinal reference system consists of.
|
Modifier and Type | Method and Description |
---|---|
OrdinalPosition |
TemporalFactory.createOrdinalPosition(TemporalReferenceSystem frame,
IndeterminateValue indeterminatePosition,
OrdinalEra ordinalPosition) |
Modifier and Type | Method and Description |
---|---|
OrdinalEra |
TemporalFactory.createOrdinalEra(InternationalString name,
Date beginning,
Date end,
Collection<OrdinalEra> composition) |
OrdinalReferenceSystem |
TemporalFactory.createOrdinalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Collection<OrdinalEra> ordinalEraSequence) |
Copyright © 1996–2022 Geotools. All rights reserved.