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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return EngineeringDatumRefType
 EngineeringDatumRefType ObjectFactory.createEngineeringDatumRefType()
          Create an instance of EngineeringDatumRefType
 EngineeringDatumRefType EngineeringCRSType.getUsesEngineeringDatum()
          Gets the value of the usesEngineeringDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type EngineeringDatumRefType
 javax.xml.bind.JAXBElement<EngineeringDatumRefType> ObjectFactory.createEngineeringDatumRef(EngineeringDatumRefType value)
          Create an instance of JAXBElement<EngineeringDatumRefType>}
 javax.xml.bind.JAXBElement<EngineeringDatumRefType> ObjectFactory.createUsesEngineeringDatum(EngineeringDatumRefType value)
          Create an instance of JAXBElement<EngineeringDatumRefType>}
 void EngineeringCRSType.setUsesEngineeringDatum(EngineeringDatumRefType value)
          Sets the value of the usesEngineeringDatum property.