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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TemporalDatumRefType
 TemporalDatumRefType ObjectFactory.createTemporalDatumRefType()
          Create an instance of TemporalDatumRefType
 TemporalDatumRefType TemporalCRSType.getUsesTemporalDatum()
          Gets the value of the usesTemporalDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TemporalDatumRefType
 javax.xml.bind.JAXBElement<TemporalDatumRefType> ObjectFactory.createTemporalDatumRef(TemporalDatumRefType value)
          Create an instance of JAXBElement<TemporalDatumRefType>}
 javax.xml.bind.JAXBElement<TemporalDatumRefType> ObjectFactory.createUsesTemporalDatum(TemporalDatumRefType value)
          Create an instance of JAXBElement<TemporalDatumRefType>}
 void TemporalCRSType.setUsesTemporalDatum(TemporalDatumRefType value)
          Sets the value of the usesTemporalDatum property.