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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TimePositionTypegetTimePosition()Returns 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, setId
 - 
Methods inherited from interface AbstractTimeGeometricPrimitiveTypegetFrame, isSetFrame, setFrame, unsetFrame
 - 
Methods inherited from interface AbstractTimePrimitiveTypegetRelatedTime
 
- 
 
- 
- 
- 
Method Detail- 
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:
- setTimePosition(TimePositionType),- Gml311Package.getTimeInstantType_TimePosition()
 
 - 
setTimePositionvoid 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()
 
 
- 
 
-