Package net.opengis.gml311
Interface TimeCoordinateSystemType
- All Superinterfaces:
AbstractGMLType
,AbstractTimeReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
TimeCoordinateSystemTypeImpl
A representation of the model object 'Time Coordinate System Type'.
A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Interval' containment reference.Returns the value of the 'Origin' containment reference.Returns the value of the 'Origin Position' containment reference.void
Sets the value of the 'Interval
' containment reference.void
setOrigin
(TimeInstantPropertyType value) Sets the value of the 'Origin
' containment reference.void
Sets the value of the 'Origin Position
' containment reference.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
-
getOriginPosition
TimePositionType getOriginPosition()Returns the value of the 'Origin Position' containment reference.If the meaning of the 'Origin Position' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Origin Position' containment reference.
- See Also:
-
setOriginPosition
Sets the value of the 'Origin Position
' containment reference.- Parameters:
value
- the new value of the 'Origin Position' containment reference.- See Also:
-
getOrigin
TimeInstantPropertyType getOrigin()Returns the value of the 'Origin' containment reference.If the meaning of the 'Origin' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Origin' containment reference.
- See Also:
-
setOrigin
Sets the value of the 'Origin
' containment reference.- Parameters:
value
- the new value of the 'Origin' containment reference.- See Also:
-
getInterval
TimeIntervalLengthType getInterval()Returns the value of the 'Interval' containment reference.If the meaning of the 'Interval' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interval' containment reference.
- See Also:
-
setInterval
Sets the value of the 'Interval
' containment reference.- Parameters:
value
- the new value of the 'Interval' containment reference.- See Also:
-