Uses of Interface
net.opengis.gml311.TimeIntervalLengthType
Packages that use TimeIntervalLengthType
- 
Uses of TimeIntervalLengthType in net.opengis.gml311Methods 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 TypeMethodDescriptionvoidTimeCoordinateSystemType.setInterval(TimeIntervalLengthType value) Sets the value of the 'Interval' containment reference.voidDocumentRoot.setTimeInterval(TimeIntervalLengthType value) Sets the value of the 'Time Interval' containment reference.voidTimePeriodType.setTimeInterval(TimeIntervalLengthType value) Sets the value of the 'Time Interval' containment reference.
- 
Uses of TimeIntervalLengthType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement TimeIntervalLengthTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Time Interval Length Type'.Fields in net.opengis.gml311.impl declared as TimeIntervalLengthTypeModifier and TypeFieldDescriptionprotected TimeIntervalLengthTypeTimeCoordinateSystemTypeImpl.intervalThe cached value of the 'Interval' containment reference.protected TimeIntervalLengthTypeTimePeriodTypeImpl.timeIntervalThe 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 TypeMethodDescriptionNotificationChainTimeCoordinateSystemTypeImpl.basicSetInterval(TimeIntervalLengthType newInterval, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTimeInterval(TimeIntervalLengthType newTimeInterval, NotificationChain msgs) NotificationChainTimePeriodTypeImpl.basicSetTimeInterval(TimeIntervalLengthType newTimeInterval, NotificationChain msgs) voidTimeCoordinateSystemTypeImpl.setInterval(TimeIntervalLengthType newInterval) voidDocumentRootImpl.setTimeInterval(TimeIntervalLengthType newTimeInterval) voidTimePeriodTypeImpl.setTimeInterval(TimeIntervalLengthType newTimeInterval) 
- 
Uses of TimeIntervalLengthType in net.opengis.gml311.utilMethods 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'.booleanGml311Validator.validateTimeIntervalLengthType(TimeIntervalLengthType timeIntervalLengthType, DiagnosticChain diagnostics, Map<Object, Object> context)