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()
          Ruft den Wert der usesCartesianCS-Eigenschaft ab.
 CartesianCSRefType ImageCRSType.getUsesCartesianCS()
          Ruft den Wert der usesCartesianCS-Eigenschaft ab.
 CartesianCSRefType GeocentricCRSType.getUsesCartesianCS()
          Ruft den Wert der usesCartesianCS-Eigenschaft ab.
 

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)
          Legt den Wert der usesCartesianCS-Eigenschaft fest.
 void ImageCRSType.setUsesCartesianCS(CartesianCSRefType value)
          Legt den Wert der usesCartesianCS-Eigenschaft fest.
 void GeocentricCRSType.setUsesCartesianCS(CartesianCSRefType value)
          Legt den Wert der usesCartesianCS-Eigenschaft fest.