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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VerticalCSType
 VerticalCSType ObjectFactory.createVerticalCSType()
          Create an instance of VerticalCSType
 VerticalCSType VerticalCSRefType.getVerticalCS()
          Gets the value of the verticalCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VerticalCSType
 javax.xml.bind.JAXBElement<VerticalCSType> ObjectFactory.createVerticalCS(VerticalCSType value)
          Create an instance of JAXBElement<VerticalCSType>}
 void VerticalCSRefType.setVerticalCS(VerticalCSType value)
          Sets the value of the verticalCS property.