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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TemporalCSType
 TemporalCSType ObjectFactory.createTemporalCSType()
          Create an instance of TemporalCSType
 TemporalCSType TemporalCSRefType.getTemporalCS()
          Gets the value of the temporalCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TemporalCSType
 javax.xml.bind.JAXBElement<TemporalCSType> ObjectFactory.createTemporalCS(TemporalCSType value)
          Create an instance of JAXBElement<TemporalCSType>}
 void TemporalCSRefType.setTemporalCS(TemporalCSType value)
          Sets the value of the temporalCS property.