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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return DMSAngleType
 DMSAngleType ObjectFactory.createDMSAngleType()
          Create an instance of DMSAngleType
 DMSAngleType AngleChoiceType.getDmsAngle()
          Gets the value of the dmsAngle property.
 DMSAngleType ParameterValueType.getDmsAngleValue()
          Gets the value of the dmsAngleValue property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type DMSAngleType
 javax.xml.bind.JAXBElement<DMSAngleType> ObjectFactory.createDmsAngle(DMSAngleType value)
          Create an instance of JAXBElement<DMSAngleType>}
 javax.xml.bind.JAXBElement<DMSAngleType> ObjectFactory.createDmsAngleValue(DMSAngleType value)
          Create an instance of JAXBElement<DMSAngleType>}
 void AngleChoiceType.setDmsAngle(DMSAngleType value)
          Sets the value of the dmsAngle property.
 void ParameterValueType.setDmsAngleValue(DMSAngleType value)
          Sets the value of the dmsAngleValue property.