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 AngleTypeGml311Factory. createAngleType()Returns a new object of class 'Angle Type'.AngleTypeArcByCenterPointType. getEndAngle()Returns the value of the 'End Angle' containment reference.AngleTypeDirectionVectorType. getHorizontalAngle()Returns the value of the 'Horizontal Angle' containment reference.AngleTypeArcByCenterPointType. getStartAngle()Returns the value of the 'Start Angle' containment reference.AngleTypeDirectionVectorType. 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 voidArcByCenterPointType. setEndAngle(AngleType value)Sets the value of the 'End Angle' containment reference.voidDirectionVectorType. setHorizontalAngle(AngleType value)Sets the value of the 'Horizontal Angle' containment reference.voidArcByCenterPointType. setStartAngle(AngleType value)Sets the value of the 'Start Angle' containment reference.voidDirectionVectorType. 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 classAngleTypeImplAn implementation of the model object 'Angle Type'.Fields in net.opengis.gml311.impl declared as AngleType Modifier and Type Field Description protected AngleTypeArcByCenterPointTypeImpl. endAngleThe cached value of the 'End Angle' containment reference.protected AngleTypeDirectionVectorTypeImpl. horizontalAngleThe cached value of the 'Horizontal Angle' containment reference.protected AngleTypeArcByCenterPointTypeImpl. startAngleThe cached value of the 'Start Angle' containment reference.protected AngleTypeDirectionVectorTypeImpl. verticalAngleThe cached value of the 'Vertical Angle' containment reference.Methods in net.opengis.gml311.impl that return AngleType Modifier and Type Method Description AngleTypeGml311FactoryImpl. createAngleType()AngleTypeArcByCenterPointTypeImpl. getEndAngle()AngleTypeDirectionVectorTypeImpl. getHorizontalAngle()AngleTypeArcByCenterPointTypeImpl. getStartAngle()AngleTypeDirectionVectorTypeImpl. getVerticalAngle()Methods in net.opengis.gml311.impl with parameters of type AngleType Modifier and Type Method Description NotificationChainArcByCenterPointTypeImpl. basicSetEndAngle(AngleType newEndAngle, NotificationChain msgs)NotificationChainDirectionVectorTypeImpl. basicSetHorizontalAngle(AngleType newHorizontalAngle, NotificationChain msgs)NotificationChainArcByCenterPointTypeImpl. basicSetStartAngle(AngleType newStartAngle, NotificationChain msgs)NotificationChainDirectionVectorTypeImpl. basicSetVerticalAngle(AngleType newVerticalAngle, NotificationChain msgs)voidArcByCenterPointTypeImpl. setEndAngle(AngleType newEndAngle)voidDirectionVectorTypeImpl. setHorizontalAngle(AngleType newHorizontalAngle)voidArcByCenterPointTypeImpl. setStartAngle(AngleType newStartAngle)voidDirectionVectorTypeImpl. 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 TGml311Switch. caseAngleType(AngleType object)Returns the result of interpreting the object as an instance of 'Angle Type'.booleanGml311Validator. validateAngleType(AngleType angleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-