Uses of Interface
net.opengis.gml311.TimeIntervalLengthType
Packages that use TimeIntervalLengthType
-
Uses of TimeIntervalLengthType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeIntervalLengthTypeModifier and TypeMethodDescriptionGml311Factory.createTimeIntervalLengthType()
Returns a new object of class 'Time Interval Length Type'.TimeCoordinateSystemType.getInterval()
Returns the value of the 'Interval' containment reference.DocumentRoot.getTimeInterval()
Returns the value of the 'Time Interval' containment reference.TimePeriodType.getTimeInterval()
Returns the value of the 'Time Interval' containment reference.Methods in net.opengis.gml311 with parameters of type TimeIntervalLengthTypeModifier and TypeMethodDescriptionvoid
TimeCoordinateSystemType.setInterval
(TimeIntervalLengthType value) Sets the value of the 'Interval
' containment reference.void
DocumentRoot.setTimeInterval
(TimeIntervalLengthType value) Sets the value of the 'Time Interval
' containment reference.void
TimePeriodType.setTimeInterval
(TimeIntervalLengthType value) Sets the value of the 'Time Interval
' containment reference. -
Uses of TimeIntervalLengthType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeIntervalLengthTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Interval Length Type'.Fields in net.opengis.gml311.impl declared as TimeIntervalLengthTypeModifier and TypeFieldDescriptionprotected TimeIntervalLengthType
TimeCoordinateSystemTypeImpl.interval
The cached value of the 'Interval
' containment reference.protected TimeIntervalLengthType
TimePeriodTypeImpl.timeInterval
The cached value of the 'Time Interval
' containment reference.Methods in net.opengis.gml311.impl that return TimeIntervalLengthTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeIntervalLengthType()
TimeCoordinateSystemTypeImpl.getInterval()
DocumentRootImpl.getTimeInterval()
TimePeriodTypeImpl.getTimeInterval()
Methods in net.opengis.gml311.impl with parameters of type TimeIntervalLengthTypeModifier and TypeMethodDescriptionNotificationChain
TimeCoordinateSystemTypeImpl.basicSetInterval
(TimeIntervalLengthType newInterval, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTimeInterval
(TimeIntervalLengthType newTimeInterval, NotificationChain msgs) NotificationChain
TimePeriodTypeImpl.basicSetTimeInterval
(TimeIntervalLengthType newTimeInterval, NotificationChain msgs) void
TimeCoordinateSystemTypeImpl.setInterval
(TimeIntervalLengthType newInterval) void
DocumentRootImpl.setTimeInterval
(TimeIntervalLengthType newTimeInterval) void
TimePeriodTypeImpl.setTimeInterval
(TimeIntervalLengthType newTimeInterval) -
Uses of TimeIntervalLengthType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeIntervalLengthTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeIntervalLengthType
(TimeIntervalLengthType object) Returns the result of interpreting the object as an instance of 'Time Interval Length Type'.boolean
Gml311Validator.validateTimeIntervalLengthType
(TimeIntervalLengthType timeIntervalLengthType, DiagnosticChain diagnostics, Map<Object, Object> context)