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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return VerticalCSRefType
 VerticalCSRefType ObjectFactory.createVerticalCSRefType()
          Create an instance of VerticalCSRefType
 VerticalCSRefType VerticalCRSType.getUsesVerticalCS()
          Gets the value of the usesVerticalCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type VerticalCSRefType
 javax.xml.bind.JAXBElement<VerticalCSRefType> ObjectFactory.createUsesVerticalCS(VerticalCSRefType value)
          Create an instance of JAXBElement<VerticalCSRefType>}
 javax.xml.bind.JAXBElement<VerticalCSRefType> ObjectFactory.createVerticalCSRef(VerticalCSRefType value)
          Create an instance of JAXBElement<VerticalCSRefType>}
 void VerticalCRSType.setUsesVerticalCS(VerticalCSRefType value)
          Sets the value of the usesVerticalCS property.