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 TimeIntervalLengthType
Gml311Factory. createTimeIntervalLengthType()
Returns a new object of class 'Time Interval Length Type'.TimeIntervalLengthType
TimeCoordinateSystemType. getInterval()
Returns the value of the 'Interval' containment reference.TimeIntervalLengthType
DocumentRoot. getTimeInterval()
Returns the value of the 'Time Interval' containment reference.TimeIntervalLengthType
TimePeriodType. 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 void
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 TimeIntervalLengthType Modifier and Type Class Description class
TimeIntervalLengthTypeImpl
An implementation of the model object 'Time Interval Length Type'.Fields in net.opengis.gml311.impl declared as TimeIntervalLengthType Modifier and Type Field Description protected 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 TimeIntervalLengthType Modifier and Type Method Description TimeIntervalLengthType
Gml311FactoryImpl. createTimeIntervalLengthType()
TimeIntervalLengthType
TimeCoordinateSystemTypeImpl. getInterval()
TimeIntervalLengthType
DocumentRootImpl. getTimeInterval()
TimeIntervalLengthType
TimePeriodTypeImpl. getTimeInterval()
Methods in net.opengis.gml311.impl with parameters of type TimeIntervalLengthType Modifier and Type Method Description NotificationChain
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 TimeIntervalLengthType Modifier and Type Method Description T
Gml311Switch. 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)
-