Package org.geotools.api.temporal
Interface OrdinalReferenceSystem
-
- All Superinterfaces:
IdentifiedObject
,ReferenceSystem
,TemporalReferenceSystem
- All Known Implementing Classes:
DefaultOrdinalReferenceSystem
public interface OrdinalReferenceSystem extends TemporalReferenceSystem
Provides only the attributes inherited from temporal reference system.- Author:
- Alexander Petkov
-
-
Field Summary
-
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<OrdinalEra>
getOrdinalEraSequence()
Get the set of ordinal eras of which this ordinal reference system consists of.-
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getRemarks, toWKT
-
Methods inherited from interface ReferenceSystem
getScope
-
Methods inherited from interface TemporalReferenceSystem
getDomainOfValidity, getName
-
-
-
-
Method Detail
-
getOrdinalEraSequence
Collection<OrdinalEra> getOrdinalEraSequence()
Get the set of ordinal eras of which this ordinal reference system consists of.- Returns:
- A hierarchically-structured collection of ordinal eras.
-
-