Uses of Interface
net.opengis.gml311.TimePositionType
Packages that use TimePositionType
-
Uses of TimePositionType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimePositionTypeModifier and TypeMethodDescriptionGml311Factory.createTimePositionType()
Returns a new object of class 'Time Position Type'.TimePeriodType.getBeginPosition()
Returns the value of the 'Begin Position' containment reference.TimePeriodType.getEndPosition()
Returns the value of the 'End Position' containment reference.TimeCoordinateSystemType.getOriginPosition()
Returns the value of the 'Origin Position' containment reference.DocumentRoot.getTimePosition()
Returns the value of the 'Time Position' containment reference.TimeInstantType.getTimePosition()
Returns the value of the 'Time Position' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TimePositionTypeModifier and TypeMethodDescriptionEList<TimePositionType>
EnvelopeWithTimePeriodType.getTimePosition()
Returns the value of the 'Time Position' containment reference list.Methods in net.opengis.gml311 with parameters of type TimePositionTypeModifier and TypeMethodDescriptionvoid
TimePeriodType.setBeginPosition
(TimePositionType value) Sets the value of the 'Begin Position
' containment reference.void
TimePeriodType.setEndPosition
(TimePositionType value) Sets the value of the 'End Position
' containment reference.void
TimeCoordinateSystemType.setOriginPosition
(TimePositionType value) Sets the value of the 'Origin Position
' containment reference.void
DocumentRoot.setTimePosition
(TimePositionType value) Sets the value of the 'Time Position
' containment reference.void
TimeInstantType.setTimePosition
(TimePositionType value) Sets the value of the 'Time Position
' containment reference. -
Uses of TimePositionType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePositionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Position Type'.Fields in net.opengis.gml311.impl declared as TimePositionTypeModifier and TypeFieldDescriptionprotected TimePositionType
TimePeriodTypeImpl.beginPosition
The cached value of the 'Begin Position
' containment reference.protected TimePositionType
TimePeriodTypeImpl.endPosition
The cached value of the 'End Position
' containment reference.protected TimePositionType
TimeCoordinateSystemTypeImpl.originPosition
The cached value of the 'Origin Position
' containment reference.protected TimePositionType
TimeInstantTypeImpl.timePosition
The cached value of the 'Time Position
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type TimePositionTypeModifier and TypeFieldDescriptionprotected EList<TimePositionType>
EnvelopeWithTimePeriodTypeImpl.timePosition
The cached value of the 'Time Position
' containment reference list.Methods in net.opengis.gml311.impl that return TimePositionTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimePositionType()
TimePeriodTypeImpl.getBeginPosition()
TimePeriodTypeImpl.getEndPosition()
TimeCoordinateSystemTypeImpl.getOriginPosition()
DocumentRootImpl.getTimePosition()
TimeInstantTypeImpl.getTimePosition()
Methods in net.opengis.gml311.impl that return types with arguments of type TimePositionTypeModifier and TypeMethodDescriptionEList<TimePositionType>
EnvelopeWithTimePeriodTypeImpl.getTimePosition()
Methods in net.opengis.gml311.impl with parameters of type TimePositionTypeModifier and TypeMethodDescriptionNotificationChain
TimePeriodTypeImpl.basicSetBeginPosition
(TimePositionType newBeginPosition, NotificationChain msgs) NotificationChain
TimePeriodTypeImpl.basicSetEndPosition
(TimePositionType newEndPosition, NotificationChain msgs) NotificationChain
TimeCoordinateSystemTypeImpl.basicSetOriginPosition
(TimePositionType newOriginPosition, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTimePosition
(TimePositionType newTimePosition, NotificationChain msgs) NotificationChain
TimeInstantTypeImpl.basicSetTimePosition
(TimePositionType newTimePosition, NotificationChain msgs) void
TimePeriodTypeImpl.setBeginPosition
(TimePositionType newBeginPosition) void
TimePeriodTypeImpl.setEndPosition
(TimePositionType newEndPosition) void
TimeCoordinateSystemTypeImpl.setOriginPosition
(TimePositionType newOriginPosition) void
DocumentRootImpl.setTimePosition
(TimePositionType newTimePosition) void
TimeInstantTypeImpl.setTimePosition
(TimePositionType newTimePosition) -
Uses of TimePositionType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePositionTypeModifier and TypeMethodDescriptionGml311Switch.caseTimePositionType
(TimePositionType object) Returns the result of interpreting the object as an instance of 'Time Position Type'.boolean
Gml311Validator.validateTimePositionType
(TimePositionType timePositionType, DiagnosticChain diagnostics, Map<Object, Object> context)