Uses of Interface
net.opengis.gml311.AngleType
Packages that use AngleType
-
Uses of AngleType in net.opengis.gml311
Methods in net.opengis.gml311 that return AngleTypeModifier and TypeMethodDescriptionGml311Factory.createAngleType()
Returns a new object of class 'Angle Type'.ArcByCenterPointType.getEndAngle()
Returns the value of the 'End Angle' containment reference.DirectionVectorType.getHorizontalAngle()
Returns the value of the 'Horizontal Angle' containment reference.ArcByCenterPointType.getStartAngle()
Returns the value of the 'Start Angle' containment reference.DirectionVectorType.getVerticalAngle()
Returns the value of the 'Vertical Angle' containment reference.Methods in net.opengis.gml311 with parameters of type AngleTypeModifier and TypeMethodDescriptionvoid
ArcByCenterPointType.setEndAngle
(AngleType value) Sets the value of the 'End Angle
' containment reference.void
DirectionVectorType.setHorizontalAngle
(AngleType value) Sets the value of the 'Horizontal Angle
' containment reference.void
ArcByCenterPointType.setStartAngle
(AngleType value) Sets the value of the 'Start Angle
' containment reference.void
DirectionVectorType.setVerticalAngle
(AngleType value) Sets the value of the 'Vertical Angle
' containment reference. -
Uses of AngleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AngleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Angle Type'.Fields in net.opengis.gml311.impl declared as AngleTypeModifier and TypeFieldDescriptionprotected AngleType
ArcByCenterPointTypeImpl.endAngle
The cached value of the 'End Angle
' containment reference.protected AngleType
DirectionVectorTypeImpl.horizontalAngle
The cached value of the 'Horizontal Angle
' containment reference.protected AngleType
ArcByCenterPointTypeImpl.startAngle
The cached value of the 'Start Angle
' containment reference.protected AngleType
DirectionVectorTypeImpl.verticalAngle
The cached value of the 'Vertical Angle
' containment reference.Methods in net.opengis.gml311.impl that return AngleTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAngleType()
ArcByCenterPointTypeImpl.getEndAngle()
DirectionVectorTypeImpl.getHorizontalAngle()
ArcByCenterPointTypeImpl.getStartAngle()
DirectionVectorTypeImpl.getVerticalAngle()
Methods in net.opengis.gml311.impl with parameters of type AngleTypeModifier and TypeMethodDescriptionNotificationChain
ArcByCenterPointTypeImpl.basicSetEndAngle
(AngleType newEndAngle, NotificationChain msgs) NotificationChain
DirectionVectorTypeImpl.basicSetHorizontalAngle
(AngleType newHorizontalAngle, NotificationChain msgs) NotificationChain
ArcByCenterPointTypeImpl.basicSetStartAngle
(AngleType newStartAngle, NotificationChain msgs) NotificationChain
DirectionVectorTypeImpl.basicSetVerticalAngle
(AngleType newVerticalAngle, NotificationChain msgs) void
ArcByCenterPointTypeImpl.setEndAngle
(AngleType newEndAngle) void
DirectionVectorTypeImpl.setHorizontalAngle
(AngleType newHorizontalAngle) void
ArcByCenterPointTypeImpl.setStartAngle
(AngleType newStartAngle) void
DirectionVectorTypeImpl.setVerticalAngle
(AngleType newVerticalAngle) -
Uses of AngleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AngleTypeModifier and TypeMethodDescriptionGml311Switch.caseAngleType
(AngleType object) Returns the result of interpreting the object as an instance of 'Angle Type'.boolean
Gml311Validator.validateAngleType
(AngleType angleType, DiagnosticChain diagnostics, Map<Object, Object> context)