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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VerticalDatumRefType
 VerticalDatumRefType ObjectFactory.createVerticalDatumRefType()
          Create an instance of VerticalDatumRefType
 VerticalDatumRefType VerticalCRSType.getUsesVerticalDatum()
          Gets the value of the usesVerticalDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VerticalDatumRefType
 javax.xml.bind.JAXBElement<VerticalDatumRefType> ObjectFactory.createUsesVerticalDatum(VerticalDatumRefType value)
          Create an instance of JAXBElement<VerticalDatumRefType>}
 javax.xml.bind.JAXBElement<VerticalDatumRefType> ObjectFactory.createVerticalDatumRef(VerticalDatumRefType value)
          Create an instance of JAXBElement<VerticalDatumRefType>}
 void VerticalCRSType.setUsesVerticalDatum(VerticalDatumRefType value)
          Sets the value of the usesVerticalDatum property.