Uses of Interface
net.opengis.gml311.TimeEdgeType
Packages that use TimeEdgeType
-
Uses of TimeEdgeType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeEdgeTypeModifier and TypeMethodDescriptionGml311Factory.createTimeEdgeType()
Returns a new object of class 'Time Edge Type'.DocumentRoot.getTimeEdge()
Returns the value of the 'Time Edge' containment reference.TimeEdgePropertyType.getTimeEdge()
Returns the value of the 'Time Edge' containment reference.Methods in net.opengis.gml311 with parameters of type TimeEdgeTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTimeEdge
(TimeEdgeType value) Sets the value of the 'Time Edge
' containment reference.void
TimeEdgePropertyType.setTimeEdge
(TimeEdgeType value) Sets the value of the 'Time Edge
' containment reference. -
Uses of TimeEdgeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeEdgeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Edge Type'.Fields in net.opengis.gml311.impl declared as TimeEdgeTypeModifier and TypeFieldDescriptionprotected TimeEdgeType
TimeEdgePropertyTypeImpl.timeEdge
The cached value of the 'Time Edge
' containment reference.Methods in net.opengis.gml311.impl that return TimeEdgeTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeEdgeType()
DocumentRootImpl.getTimeEdge()
TimeEdgePropertyTypeImpl.getTimeEdge()
Methods in net.opengis.gml311.impl with parameters of type TimeEdgeTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTimeEdge
(TimeEdgeType newTimeEdge, NotificationChain msgs) NotificationChain
TimeEdgePropertyTypeImpl.basicSetTimeEdge
(TimeEdgeType newTimeEdge, NotificationChain msgs) void
DocumentRootImpl.setTimeEdge
(TimeEdgeType newTimeEdge) void
TimeEdgePropertyTypeImpl.setTimeEdge
(TimeEdgeType newTimeEdge) -
Uses of TimeEdgeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeEdgeTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeEdgeType
(TimeEdgeType object) Returns the result of interpreting the object as an instance of 'Time Edge Type'.boolean
Gml311Validator.validateTimeEdgeType
(TimeEdgeType timeEdgeType, DiagnosticChain diagnostics, Map<Object, Object> context)