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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VerticalDatumTypeType
 VerticalDatumTypeType ObjectFactory.createVerticalDatumTypeType()
          Create an instance of VerticalDatumTypeType
 VerticalDatumTypeType VerticalDatumType.getVerticalDatumType()
          Gets the value of the verticalDatumType property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VerticalDatumTypeType
 javax.xml.bind.JAXBElement<VerticalDatumTypeType> ObjectFactory.createVerticalDatumType(VerticalDatumTypeType value)
          Create an instance of JAXBElement<VerticalDatumTypeType>}
 void VerticalDatumType.setVerticalDatumType(VerticalDatumTypeType value)
          Sets the value of the verticalDatumType property.