Package net.opengis.gml311
Interface TimeInstantType
- All Superinterfaces:
AbstractGMLType
,AbstractTimeGeometricPrimitiveType
,AbstractTimeObjectType
,AbstractTimePrimitiveType
,EObject
,Notifier
- All Known Implementing Classes:
TimeInstantTypeImpl
A representation of the model object 'Time Instant Type'.
Omit back-pointers begunBy, endedBy.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Time Position' containment reference.void
setTimePosition
(TimePositionType value) Sets the value of the 'Time Position
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractTimeGeometricPrimitiveType
getFrame, isSetFrame, setFrame, unsetFrame
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
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
-
getTimePosition
TimePositionType getTimePosition()Returns the value of the 'Time Position' containment reference. Direct representation of a temporal position- Returns:
- the value of the 'Time Position' containment reference.
- See Also:
-
setTimePosition
Sets the value of the 'Time Position
' containment reference.- Parameters:
value
- the new value of the 'Time Position' containment reference.- See Also:
-