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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return SphericalCSRefType
 SphericalCSRefType ObjectFactory.createSphericalCSRefType()
          Create an instance of SphericalCSRefType
 SphericalCSRefType GeocentricCRSType.getUsesSphericalCS()
          Gets the value of the usesSphericalCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type SphericalCSRefType
 javax.xml.bind.JAXBElement<SphericalCSRefType> ObjectFactory.createSphericalCSRef(SphericalCSRefType value)
          Create an instance of JAXBElement<SphericalCSRefType>}
 javax.xml.bind.JAXBElement<SphericalCSRefType> ObjectFactory.createUsesSphericalCS(SphericalCSRefType value)
          Create an instance of JAXBElement<SphericalCSRefType>}
 void GeocentricCRSType.setUsesSphericalCS(SphericalCSRefType value)
          Sets the value of the usesSphericalCS property.