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 TypeMethodDescriptionvoidMovingObjectStatusType.setBearing(DirectionPropertyType value) Sets the value of the 'Bearing' containment reference.voidDirectedObservationType.setDirection(DirectionPropertyType value) Sets the value of the 'Direction' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Direction Property Type'.Fields in net.opengis.gml311.impl declared as DirectionPropertyTypeModifier and TypeFieldDescriptionprotected DirectionPropertyTypeMovingObjectStatusTypeImpl.bearingThe cached value of the 'Bearing' containment reference.protected DirectionPropertyTypeDirectedObservationTypeImpl.directionThe 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 TypeMethodDescriptionNotificationChainMovingObjectStatusTypeImpl.basicSetBearing(DirectionPropertyType newBearing, NotificationChain msgs) NotificationChainDirectedObservationTypeImpl.basicSetDirection(DirectionPropertyType newDirection, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetDirection(DirectionPropertyType newDirection, NotificationChain msgs) voidMovingObjectStatusTypeImpl.setBearing(DirectionPropertyType newBearing) voidDirectedObservationTypeImpl.setDirection(DirectionPropertyType newDirection) voidDocumentRootImpl.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'.booleanGml311Validator.validateDirectionPropertyType(DirectionPropertyType directionPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)