Uses of Class
nl.b3p.csw.jaxb.gml.AngleType
-
Packages that use AngleType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of AngleType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as AngleType Modifier and Type Field Description protected AngleTypeArcByCenterPointType. endAngleprotected AngleTypeArcByCenterPointType. startAngleMethods in nl.b3p.csw.jaxb.gml that return AngleType Modifier and Type Method Description AngleTypeObjectFactory. createAngleType()Create an instance ofAngleTypeAngleTypeArcByCenterPointType. getEndAngle()Gets the value of the endAngle property.AngleTypeArcByCenterPointType. getStartAngle()Gets the value of the startAngle property.Methods in nl.b3p.csw.jaxb.gml with parameters of type AngleType Modifier and Type Method Description voidArcByCenterPointType. setEndAngle(AngleType value)Sets the value of the endAngle property.voidArcByCenterPointType. setStartAngle(AngleType value)Sets the value of the startAngle property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type AngleType Constructor Description ArcByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructorCircleByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructor
-