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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DegreesType
 DegreesType ObjectFactory.createDegreesType()
          Create an instance of DegreesType
 DegreesType DMSAngleType.getDegrees()
          Gets the value of the degrees property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type DegreesType
 javax.xml.bind.JAXBElement<DegreesType> ObjectFactory.createDegrees(DegreesType value)
          Create an instance of JAXBElement<DegreesType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DegreesType
 javax.xml.bind.JAXBElement<DegreesType> ObjectFactory.createDegrees(DegreesType value)
          Create an instance of JAXBElement<DegreesType>}
 void DMSAngleType.setDegrees(DegreesType value)
          Sets the value of the degrees property.