Uses of Interface
net.opengis.gml311.DirectionVectorType
Packages that use DirectionVectorType
-
Uses of DirectionVectorType in net.opengis.gml311
Methods in net.opengis.gml311 that return DirectionVectorTypeModifier and TypeMethodDescriptionGml311Factory.createDirectionVectorType()
Returns a new object of class 'Direction Vector Type'.DirectionPropertyType.getDirectionVector()
Returns the value of the 'Direction Vector' containment reference.DocumentRoot.getDirectionVector()
Returns the value of the 'Direction Vector' containment reference.Methods in net.opengis.gml311 with parameters of type DirectionVectorTypeModifier and TypeMethodDescriptionvoid
DirectionPropertyType.setDirectionVector
(DirectionVectorType value) Sets the value of the 'Direction Vector
' containment reference.void
DocumentRoot.setDirectionVector
(DirectionVectorType value) Sets the value of the 'Direction Vector
' containment reference. -
Uses of DirectionVectorType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DirectionVectorTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Direction Vector Type'.Fields in net.opengis.gml311.impl declared as DirectionVectorTypeModifier and TypeFieldDescriptionprotected DirectionVectorType
DirectionPropertyTypeImpl.directionVector
The cached value of the 'Direction Vector
' containment reference.Methods in net.opengis.gml311.impl that return DirectionVectorTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDirectionVectorType()
DirectionPropertyTypeImpl.getDirectionVector()
DocumentRootImpl.getDirectionVector()
Methods in net.opengis.gml311.impl with parameters of type DirectionVectorTypeModifier and TypeMethodDescriptionNotificationChain
DirectionPropertyTypeImpl.basicSetDirectionVector
(DirectionVectorType newDirectionVector, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDirectionVector
(DirectionVectorType newDirectionVector, NotificationChain msgs) void
DirectionPropertyTypeImpl.setDirectionVector
(DirectionVectorType newDirectionVector) void
DocumentRootImpl.setDirectionVector
(DirectionVectorType newDirectionVector) -
Uses of DirectionVectorType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectionVectorTypeModifier and TypeMethodDescriptionGml311Switch.caseDirectionVectorType
(DirectionVectorType object) Returns the result of interpreting the object as an instance of 'Direction Vector Type'.boolean
Gml311Validator.validateDirectionVectorType
(DirectionVectorType directionVectorType, DiagnosticChain diagnostics, Map<Object, Object> context)