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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return EngineeringDatumType
 EngineeringDatumType ObjectFactory.createEngineeringDatumType()
          Create an instance of EngineeringDatumType
 EngineeringDatumType EngineeringDatumRefType.getEngineeringDatum()
          Gets the value of the engineeringDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type EngineeringDatumType
 javax.xml.bind.JAXBElement<EngineeringDatumType> ObjectFactory.createEngineeringDatum(EngineeringDatumType value)
          Create an instance of JAXBElement<EngineeringDatumType>}
 void EngineeringDatumRefType.setEngineeringDatum(EngineeringDatumType value)
          Sets the value of the engineeringDatum property.