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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return LinearCSType
 LinearCSType ObjectFactory.createLinearCSType()
          Create an instance of LinearCSType
 LinearCSType LinearCSRefType.getLinearCS()
          Gets the value of the linearCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type LinearCSType
 javax.xml.bind.JAXBElement<LinearCSType> ObjectFactory.createLinearCS(LinearCSType value)
          Create an instance of JAXBElement<LinearCSType>}
 void LinearCSRefType.setLinearCS(LinearCSType value)
          Sets the value of the linearCS property.