Uses of Interface
net.opengis.gml311.AngleType
-
Packages that use AngleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AngleType in net.opengis.gml311
Methods in net.opengis.gml311 that return AngleType Modifier and Type Method Description AngleType
Gml311Factory. createAngleType()
Returns a new object of class 'Angle Type'.AngleType
ArcByCenterPointType. getEndAngle()
Returns the value of the 'End Angle' containment reference.AngleType
DirectionVectorType. getHorizontalAngle()
Returns the value of the 'Horizontal Angle' containment reference.AngleType
ArcByCenterPointType. getStartAngle()
Returns the value of the 'Start Angle' containment reference.AngleType
DirectionVectorType. getVerticalAngle()
Returns the value of the 'Vertical Angle' containment reference.Methods in net.opengis.gml311 with parameters of type AngleType Modifier and Type Method Description void
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 AngleType Modifier and Type Class Description class
AngleTypeImpl
An implementation of the model object 'Angle Type'.Fields in net.opengis.gml311.impl declared as AngleType Modifier and Type Field Description protected 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 AngleType Modifier and Type Method Description AngleType
Gml311FactoryImpl. createAngleType()
AngleType
ArcByCenterPointTypeImpl. getEndAngle()
AngleType
DirectionVectorTypeImpl. getHorizontalAngle()
AngleType
ArcByCenterPointTypeImpl. getStartAngle()
AngleType
DirectionVectorTypeImpl. getVerticalAngle()
Methods in net.opengis.gml311.impl with parameters of type AngleType Modifier and Type Method Description NotificationChain
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 AngleType Modifier and Type Method Description T
Gml311Switch. 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)
-