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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CylindricalCSType
 CylindricalCSType ObjectFactory.createCylindricalCSType()
          Create an instance of CylindricalCSType
 CylindricalCSType CylindricalCSRefType.getCylindricalCS()
          Gets the value of the cylindricalCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CylindricalCSType
 javax.xml.bind.JAXBElement<CylindricalCSType> ObjectFactory.createCylindricalCS(CylindricalCSType value)
          Create an instance of JAXBElement<CylindricalCSType>}
 void CylindricalCSRefType.setCylindricalCS(CylindricalCSType value)
          Sets the value of the cylindricalCS property.