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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Time Position' containment reference.voidsetTimePosition(TimePositionType value) Sets the value of the 'Time Position' containment reference.Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractTimeGeometricPrimitiveTypegetFrame, isSetFrame, setFrame, unsetFrameMethods inherited from interface AbstractTimePrimitiveTypegetRelatedTimeMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getTimePositionTimePositionType 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:
 
- 
setTimePositionSets the value of the 'Time Position' containment reference.- Parameters:
- value- the new value of the 'Time Position' containment reference.
- See Also:
 
 
-