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 TypeMethodDescriptionvoidTimePeriodType.setBeginPosition(TimePositionType value) Sets the value of the 'Begin Position' containment reference.voidTimePeriodType.setEndPosition(TimePositionType value) Sets the value of the 'End Position' containment reference.voidTimeCoordinateSystemType.setOriginPosition(TimePositionType value) Sets the value of the 'Origin Position' containment reference.voidDocumentRoot.setTimePosition(TimePositionType value) Sets the value of the 'Time Position' containment reference.voidTimeInstantType.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 TypeClassDescriptionclassAn implementation of the model object 'Time Position Type'.Fields in net.opengis.gml311.impl declared as TimePositionTypeModifier and TypeFieldDescriptionprotected TimePositionTypeTimePeriodTypeImpl.beginPositionThe cached value of the 'Begin Position' containment reference.protected TimePositionTypeTimePeriodTypeImpl.endPositionThe cached value of the 'End Position' containment reference.protected TimePositionTypeTimeCoordinateSystemTypeImpl.originPositionThe cached value of the 'Origin Position' containment reference.protected TimePositionTypeTimeInstantTypeImpl.timePositionThe 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.timePositionThe 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 TypeMethodDescriptionNotificationChainTimePeriodTypeImpl.basicSetBeginPosition(TimePositionType newBeginPosition, NotificationChain msgs) NotificationChainTimePeriodTypeImpl.basicSetEndPosition(TimePositionType newEndPosition, NotificationChain msgs) NotificationChainTimeCoordinateSystemTypeImpl.basicSetOriginPosition(TimePositionType newOriginPosition, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs) NotificationChainTimeInstantTypeImpl.basicSetTimePosition(TimePositionType newTimePosition, NotificationChain msgs) voidTimePeriodTypeImpl.setBeginPosition(TimePositionType newBeginPosition) voidTimePeriodTypeImpl.setEndPosition(TimePositionType newEndPosition) voidTimeCoordinateSystemTypeImpl.setOriginPosition(TimePositionType newOriginPosition) voidDocumentRootImpl.setTimePosition(TimePositionType newTimePosition) voidTimeInstantTypeImpl.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'.booleanGml311Validator.validateTimePositionType(TimePositionType timePositionType, DiagnosticChain diagnostics, Map<Object, Object> context)