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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return EllipsoidalCSType
 EllipsoidalCSType ObjectFactory.createEllipsoidalCSType()
          Create an instance of EllipsoidalCSType
 EllipsoidalCSType EllipsoidalCSRefType.getEllipsoidalCS()
          Gets the value of the ellipsoidalCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type EllipsoidalCSType
 javax.xml.bind.JAXBElement<EllipsoidalCSType> ObjectFactory.createEllipsoidalCS(EllipsoidalCSType value)
          Create an instance of JAXBElement<EllipsoidalCSType>}
 void EllipsoidalCSRefType.setEllipsoidalCS(EllipsoidalCSType value)
          Sets the value of the ellipsoidalCS property.