Package net.opengis.gml311
Interface TimeCalendarType
- All Superinterfaces:
AbstractGMLType
,AbstractTimeReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
TimeCalendarTypeImpl
A representation of the model object 'Time Calendar Type'.
A calendar is a discrete temporal reference system
that provides a basis for defining temporal position to a resolution of one day.
A single calendar may reference more than one calendar era.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<TimeCalendarEraPropertyType>
Returns the value of the 'Reference Frame' containment reference list.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractTimeReferenceSystemType
getDomainOfValidity, setDomainOfValidity
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getReferenceFrame
EList<TimeCalendarEraPropertyType> getReferenceFrame()Returns the value of the 'Reference Frame' containment reference list. The list contents are of typeTimeCalendarEraPropertyType
. Link to the CalendarEras that it uses as a reference for dating.- Returns:
- the value of the 'Reference Frame' containment reference list.
- See Also:
-