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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CartesianCSType
 CartesianCSType ObjectFactory.createCartesianCSType()
          Create an instance of CartesianCSType
 CartesianCSType CartesianCSRefType.getCartesianCS()
          Ruft den Wert der cartesianCS-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CartesianCSType
 javax.xml.bind.JAXBElement<CartesianCSType> ObjectFactory.createCartesianCS(CartesianCSType value)
          Create an instance of JAXBElement<CartesianCSType>}
 void CartesianCSRefType.setCartesianCS(CartesianCSType value)
          Legt den Wert der cartesianCS-Eigenschaft fest.