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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TransformationType
 TransformationType ObjectFactory.createTransformationType()
          Create an instance of TransformationType
 TransformationType TransformationRefType.getTransformation()
          Gets the value of the transformation property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TransformationType
 javax.xml.bind.JAXBElement<TransformationType> ObjectFactory.createTransformation(TransformationType value)
          Create an instance of JAXBElement<TransformationType>}
 void TransformationRefType.setTransformation(TransformationType value)
          Sets the value of the transformation property.