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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TemporalCRSType
 TemporalCRSType ObjectFactory.createTemporalCRSType()
          Create an instance of TemporalCRSType
 TemporalCRSType TemporalCRSRefType.getTemporalCRS()
          Gets the value of the temporalCRS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TemporalCRSType
 javax.xml.bind.JAXBElement<TemporalCRSType> ObjectFactory.createTemporalCRS(TemporalCRSType value)
          Create an instance of JAXBElement<TemporalCRSType>}
 void TemporalCRSRefType.setTemporalCRS(TemporalCRSType value)
          Sets the value of the temporalCRS property.