@UML(identifier="TM_OrdinalEra", specification=ISO_19108) public interface OrdinalEra
Modifier and Type | Method and Description |
---|---|
Date |
getBeginning()
The beginning at which the ordinal era began if it's known.
|
Collection<OrdinalEra> |
getComposition()
Ordinal eras that subdivide this ordinal era.
|
Date |
getEnd()
The end at which the ordinal era began if it's known.
|
InternationalString |
getName()
The unique name of the ordinal era within the ordinal reference system.
|
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19108) InternationalString getName()
@UML(identifier="begin", obligation=OPTIONAL, specification=ISO_19108) Date getBeginning()
@UML(identifier="end", obligation=OPTIONAL, specification=ISO_19108) Date getEnd()
@UML(identifier="Composition", obligation=MANDATORY, specification=ISO_19108) Collection<OrdinalEra> getComposition()
Copyright © 1996–2019 Geotools. All rights reserved.