Uses of Interface
net.opengis.gml311.DirectionPropertyType
Packages that use DirectionPropertyType
-
Uses of DirectionPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectionPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createDirectionPropertyType()
Returns a new object of class 'Direction Property Type'.MovingObjectStatusType.getBearing()
Returns the value of the 'Bearing' containment reference.DirectedObservationType.getDirection()
Returns the value of the 'Direction' containment reference.DocumentRoot.getDirection()
Returns the value of the 'Direction' containment reference.Methods in net.opengis.gml311 with parameters of type DirectionPropertyTypeModifier and TypeMethodDescriptionvoid
MovingObjectStatusType.setBearing
(DirectionPropertyType value) Sets the value of the 'Bearing
' containment reference.void
DirectedObservationType.setDirection
(DirectionPropertyType value) Sets the value of the 'Direction
' containment reference.void
DocumentRoot.setDirection
(DirectionPropertyType value) Sets the value of the 'Direction
' containment reference. -
Uses of DirectionPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectionPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Direction Property Type'.Fields in net.opengis.gml311.impl declared as DirectionPropertyTypeModifier and TypeFieldDescriptionprotected DirectionPropertyType
MovingObjectStatusTypeImpl.bearing
The cached value of the 'Bearing
' containment reference.protected DirectionPropertyType
DirectedObservationTypeImpl.direction
The cached value of the 'Direction
' containment reference.Methods in net.opengis.gml311.impl that return DirectionPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectionPropertyType()
MovingObjectStatusTypeImpl.getBearing()
DirectedObservationTypeImpl.getDirection()
DocumentRootImpl.getDirection()
Methods in net.opengis.gml311.impl with parameters of type DirectionPropertyTypeModifier and TypeMethodDescriptionNotificationChain
MovingObjectStatusTypeImpl.basicSetBearing
(DirectionPropertyType newBearing, NotificationChain msgs) NotificationChain
DirectedObservationTypeImpl.basicSetDirection
(DirectionPropertyType newDirection, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDirection
(DirectionPropertyType newDirection, NotificationChain msgs) void
MovingObjectStatusTypeImpl.setBearing
(DirectionPropertyType newBearing) void
DirectedObservationTypeImpl.setDirection
(DirectionPropertyType newDirection) void
DocumentRootImpl.setDirection
(DirectionPropertyType newDirection) -
Uses of DirectionPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectionPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseDirectionPropertyType
(DirectionPropertyType object) Returns the result of interpreting the object as an instance of 'Direction Property Type'.boolean
Gml311Validator.validateDirectionPropertyType
(DirectionPropertyType directionPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)