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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CartesianCSRefType
 CartesianCSRefType ObjectFactory.createCartesianCSRefType()
          Create an instance of CartesianCSRefType
 CartesianCSRefType ProjectedCRSType.getUsesCartesianCS()
          Gets the value of the usesCartesianCS property.
 CartesianCSRefType ImageCRSType.getUsesCartesianCS()
          Gets the value of the usesCartesianCS property.
 CartesianCSRefType GeocentricCRSType.getUsesCartesianCS()
          Gets the value of the usesCartesianCS property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CartesianCSRefType
 javax.xml.bind.JAXBElement<CartesianCSRefType> ObjectFactory.createCartesianCSRef(CartesianCSRefType value)
          Create an instance of JAXBElement<CartesianCSRefType>}
 javax.xml.bind.JAXBElement<CartesianCSRefType> ObjectFactory.createUsesCartesianCS(CartesianCSRefType value)
          Create an instance of JAXBElement<CartesianCSRefType>}
 void ProjectedCRSType.setUsesCartesianCS(CartesianCSRefType value)
          Sets the value of the usesCartesianCS property.
 void ImageCRSType.setUsesCartesianCS(CartesianCSRefType value)
          Sets the value of the usesCartesianCS property.
 void GeocentricCRSType.setUsesCartesianCS(CartesianCSRefType value)
          Sets the value of the usesCartesianCS property.