Package net.opengis.gml311
Interface TimeInstantType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTimeGeometricPrimitiveType
,AbstractTimeObjectType
,AbstractTimePrimitiveType
,EObject
,Notifier
- All Known Implementing Classes:
TimeInstantTypeImpl
public interface TimeInstantType extends AbstractTimeGeometricPrimitiveType
A representation of the model object 'Time Instant Type'. Omit back-pointers begunBy, endedBy.The following features are supported:
- See Also:
Gml311Package.getTimeInstantType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimePositionType
getTimePosition()
Returns 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
-
-
-
-
Method Detail
-
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(TimePositionType)
,Gml311Package.getTimeInstantType_TimePosition()
-
setTimePosition
void setTimePosition(TimePositionType value)
Sets the value of the 'Time Position
' containment reference.- Parameters:
value
- the new value of the 'Time Position' containment reference.- See Also:
getTimePosition()
-
-