Uses of Interface
net.opengis.gml311.TimeNodeType
Packages that use TimeNodeType
-
Uses of TimeNodeType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeNodeTypeModifier and TypeMethodDescriptionGml311Factory.createTimeNodeType()
Returns a new object of class 'Time Node Type'.DocumentRoot.getTimeNode()
Returns the value of the 'Time Node' containment reference.TimeNodePropertyType.getTimeNode()
Returns the value of the 'Time Node' containment reference.Methods in net.opengis.gml311 with parameters of type TimeNodeTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTimeNode
(TimeNodeType value) Sets the value of the 'Time Node
' containment reference.void
TimeNodePropertyType.setTimeNode
(TimeNodeType value) Sets the value of the 'Time Node
' containment reference. -
Uses of TimeNodeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeNodeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Node Type'.Fields in net.opengis.gml311.impl declared as TimeNodeTypeModifier and TypeFieldDescriptionprotected TimeNodeType
TimeNodePropertyTypeImpl.timeNode
The cached value of the 'Time Node
' containment reference.Methods in net.opengis.gml311.impl that return TimeNodeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeNodeType()
DocumentRootImpl.getTimeNode()
TimeNodePropertyTypeImpl.getTimeNode()
Methods in net.opengis.gml311.impl with parameters of type TimeNodeTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTimeNode
(TimeNodeType newTimeNode, NotificationChain msgs) NotificationChain
TimeNodePropertyTypeImpl.basicSetTimeNode
(TimeNodeType newTimeNode, NotificationChain msgs) void
DocumentRootImpl.setTimeNode
(TimeNodeType newTimeNode) void
TimeNodePropertyTypeImpl.setTimeNode
(TimeNodeType newTimeNode) -
Uses of TimeNodeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeNodeTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeNodeType
(TimeNodeType object) Returns the result of interpreting the object as an instance of 'Time Node Type'.boolean
Gml311Validator.validateTimeNodeType
(TimeNodeType timeNodeType, DiagnosticChain diagnostics, Map<Object, Object> context)