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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VerticalCRSType
 VerticalCRSType ObjectFactory.createVerticalCRSType()
          Create an instance of VerticalCRSType
 VerticalCRSType VerticalCRSRefType.getVerticalCRS()
          Gets the value of the verticalCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VerticalCRSType
 javax.xml.bind.JAXBElement<VerticalCRSType> ObjectFactory.createVerticalCRS(VerticalCRSType value)
          Create an instance of JAXBElement<VerticalCRSType>}
 void VerticalCRSRefType.setVerticalCRS(VerticalCRSType value)
          Sets the value of the verticalCRS property.