Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AngleType

Packages that use AngleType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AngleType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return AngleType
 AngleType ObjectFactory.createAngleType()
          Create an instance of AngleType
 AngleType ArcByCenterPointType.getEndAngle()
          Gets the value of the endAngle property.
 AngleType DirectionVectorType.getHorizontalAngle()
          Gets the value of the horizontalAngle property.
 AngleType ArcByCenterPointType.getStartAngle()
          Gets the value of the startAngle property.
 AngleType DirectionVectorType.getVerticalAngle()
          Gets the value of the verticalAngle property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AngleType
 void ArcByCenterPointType.setEndAngle(AngleType value)
          Sets the value of the endAngle property.
 void DirectionVectorType.setHorizontalAngle(AngleType value)
          Sets the value of the horizontalAngle property.
 void ArcByCenterPointType.setStartAngle(AngleType value)
          Sets the value of the startAngle property.
 void DirectionVectorType.setVerticalAngle(AngleType value)
          Sets the value of the verticalAngle property.