Package net.opengis.gml311
Interface TemporalDatumType
- All Superinterfaces:
AbstractDatumBaseType
,AbstractDatumType
,AbstractGMLType
,DefinitionType
,EObject
,Notifier
,TemporalDatumBaseType
- All Known Implementing Classes:
TemporalDatumTypeImpl
A representation of the model object 'Temporal Datum Type'.
Defines the origin of a temporal coordinate reference system. This type extends the TemporalDatumRestrictionType to add the "origin" element with the dateTime type.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Origin' attribute.void
setOrigin
(XMLGregorianCalendar value) Sets the value of the 'Origin
' attribute.Methods inherited from interface AbstractDatumBaseType
getDatumName, setDatumName
Methods inherited from interface AbstractDatumType
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getOrigin
XMLGregorianCalendar getOrigin()Returns the value of the 'Origin' attribute. The date and time origin of this temporal datum.- Returns:
- the value of the 'Origin' attribute.
- See Also:
-
setOrigin
Sets the value of the 'Origin
' attribute.- Parameters:
value
- the new value of the 'Origin' attribute.- See Also:
-