Uses of Interface
net.opengis.gml311.TimePeriodType
Packages that use TimePeriodType
-
Uses of TimePeriodType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimePeriodTypeModifier and TypeMethodDescriptionGml311Factory.createTimePeriodType()
Returns a new object of class 'Time Period Type'.DocumentRoot.getTemporalExtent()
Returns the value of the 'Temporal Extent' containment reference.DocumentRoot.getTimePeriod()
Returns the value of the 'Time Period' containment reference.TimePeriodPropertyType.getTimePeriod()
Returns the value of the 'Time Period' containment reference.Methods in net.opengis.gml311 that return types with arguments of type TimePeriodTypeModifier and TypeMethodDescriptionEList<TimePeriodType>
ExtentType.getTemporalExtent()
Returns the value of the 'Temporal Extent' containment reference list.Methods in net.opengis.gml311 with parameters of type TimePeriodTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTemporalExtent
(TimePeriodType value) Sets the value of the 'Temporal Extent
' containment reference.void
DocumentRoot.setTimePeriod
(TimePeriodType value) Sets the value of the 'Time Period
' containment reference.void
TimePeriodPropertyType.setTimePeriod
(TimePeriodType value) Sets the value of the 'Time Period
' containment reference. -
Uses of TimePeriodType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimePeriodTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Period Type'.Fields in net.opengis.gml311.impl declared as TimePeriodTypeModifier and TypeFieldDescriptionprotected TimePeriodType
TimePeriodPropertyTypeImpl.timePeriod
The cached value of the 'Time Period
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type TimePeriodTypeModifier and TypeFieldDescriptionprotected EList<TimePeriodType>
ExtentTypeImpl.temporalExtent
The cached value of the 'Temporal Extent
' containment reference list.Methods in net.opengis.gml311.impl that return TimePeriodTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimePeriodType()
DocumentRootImpl.getTemporalExtent()
DocumentRootImpl.getTimePeriod()
TimePeriodPropertyTypeImpl.getTimePeriod()
Methods in net.opengis.gml311.impl that return types with arguments of type TimePeriodTypeMethods in net.opengis.gml311.impl with parameters of type TimePeriodTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTemporalExtent
(TimePeriodType newTemporalExtent, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTimePeriod
(TimePeriodType newTimePeriod, NotificationChain msgs) NotificationChain
TimePeriodPropertyTypeImpl.basicSetTimePeriod
(TimePeriodType newTimePeriod, NotificationChain msgs) void
DocumentRootImpl.setTemporalExtent
(TimePeriodType newTemporalExtent) void
DocumentRootImpl.setTimePeriod
(TimePeriodType newTimePeriod) void
TimePeriodPropertyTypeImpl.setTimePeriod
(TimePeriodType newTimePeriod) -
Uses of TimePeriodType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimePeriodTypeModifier and TypeMethodDescriptionGml311Switch.caseTimePeriodType
(TimePeriodType object) Returns the result of interpreting the object as an instance of 'Time Period Type'.boolean
Gml311Validator.validateTimePeriodType
(TimePeriodType timePeriodType, DiagnosticChain diagnostics, Map<Object, Object> context)