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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VerticalDatumType
 VerticalDatumType ObjectFactory.createVerticalDatumType()
          Create an instance of VerticalDatumType
 VerticalDatumType VerticalDatumRefType.getVerticalDatum()
          Gets the value of the verticalDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VerticalDatumType
 javax.xml.bind.JAXBElement<VerticalDatumType> ObjectFactory.createVerticalDatum(VerticalDatumType value)
          Create an instance of JAXBElement<VerticalDatumType>}
 void VerticalDatumRefType.setVerticalDatum(VerticalDatumType value)
          Sets the value of the verticalDatum property.