Uses of Interface
net.opengis.gml311.TimeIntervalLengthType
-
Packages that use TimeIntervalLengthType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeIntervalLengthType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeIntervalLengthType Modifier and Type Method Description TimeIntervalLengthTypeGml311Factory. createTimeIntervalLengthType()Returns a new object of class 'Time Interval Length Type'.TimeIntervalLengthTypeTimeCoordinateSystemType. getInterval()Returns the value of the 'Interval' containment reference.TimeIntervalLengthTypeDocumentRoot. getTimeInterval()Returns the value of the 'Time Interval' containment reference.TimeIntervalLengthTypeTimePeriodType. getTimeInterval()Returns the value of the 'Time Interval' containment reference.Methods in net.opengis.gml311 with parameters of type TimeIntervalLengthType Modifier and Type Method Description voidTimeCoordinateSystemType. 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.impl
Classes in net.opengis.gml311.impl that implement TimeIntervalLengthType Modifier and Type Class Description classTimeIntervalLengthTypeImplAn implementation of the model object 'Time Interval Length Type'.Fields in net.opengis.gml311.impl declared as TimeIntervalLengthType Modifier and Type Field Description protected 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 TimeIntervalLengthType Modifier and Type Method Description TimeIntervalLengthTypeGml311FactoryImpl. createTimeIntervalLengthType()TimeIntervalLengthTypeTimeCoordinateSystemTypeImpl. getInterval()TimeIntervalLengthTypeDocumentRootImpl. getTimeInterval()TimeIntervalLengthTypeTimePeriodTypeImpl. getTimeInterval()Methods in net.opengis.gml311.impl with parameters of type TimeIntervalLengthType Modifier and Type Method Description NotificationChainTimeCoordinateSystemTypeImpl. 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.util
Methods in net.opengis.gml311.util with parameters of type TimeIntervalLengthType Modifier and Type Method Description TGml311Switch. 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)
-