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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GeodeticDatumRefType
 GeodeticDatumRefType ObjectFactory.createGeodeticDatumRefType()
          Create an instance of GeodeticDatumRefType
 GeodeticDatumRefType GeographicCRSType.getUsesGeodeticDatum()
          Gets the value of the usesGeodeticDatum property.
 GeodeticDatumRefType GeocentricCRSType.getUsesGeodeticDatum()
          Gets the value of the usesGeodeticDatum property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GeodeticDatumRefType
 javax.xml.bind.JAXBElement<GeodeticDatumRefType> ObjectFactory.createGeodeticDatumRef(GeodeticDatumRefType value)
          Create an instance of JAXBElement<GeodeticDatumRefType>}
 javax.xml.bind.JAXBElement<GeodeticDatumRefType> ObjectFactory.createUsesGeodeticDatum(GeodeticDatumRefType value)
          Create an instance of JAXBElement<GeodeticDatumRefType>}
 void GeographicCRSType.setUsesGeodeticDatum(GeodeticDatumRefType value)
          Sets the value of the usesGeodeticDatum property.
 void GeocentricCRSType.setUsesGeodeticDatum(GeodeticDatumRefType value)
          Sets the value of the usesGeodeticDatum property.