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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PrimeMeridianRefType
 PrimeMeridianRefType ObjectFactory.createPrimeMeridianRefType()
          Create an instance of PrimeMeridianRefType
 PrimeMeridianRefType GeodeticDatumType.getUsesPrimeMeridian()
          Gets the value of the usesPrimeMeridian property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PrimeMeridianRefType
 javax.xml.bind.JAXBElement<PrimeMeridianRefType> ObjectFactory.createPrimeMeridianRef(PrimeMeridianRefType value)
          Create an instance of JAXBElement<PrimeMeridianRefType>}
 javax.xml.bind.JAXBElement<PrimeMeridianRefType> ObjectFactory.createUsesPrimeMeridian(PrimeMeridianRefType value)
          Create an instance of JAXBElement<PrimeMeridianRefType>}
 void GeodeticDatumType.setUsesPrimeMeridian(PrimeMeridianRefType value)
          Sets the value of the usesPrimeMeridian property.