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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeodeticDatumType
 GeodeticDatumType ObjectFactory.createGeodeticDatumType()
          Create an instance of GeodeticDatumType
 GeodeticDatumType GeodeticDatumRefType.getGeodeticDatum()
          Gets the value of the geodeticDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeodeticDatumType
 javax.xml.bind.JAXBElement<GeodeticDatumType> ObjectFactory.createGeodeticDatum(GeodeticDatumType value)
          Create an instance of JAXBElement<GeodeticDatumType>}
 void GeodeticDatumRefType.setGeodeticDatum(GeodeticDatumType value)
          Sets the value of the geodeticDatum property.