Uses of Class
org.citygml4j.model.citygml.core.TransformationMatrix4x4

Packages that use TransformationMatrix4x4
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.model.citygml.core   
 

Uses of TransformationMatrix4x4 in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type TransformationMatrix4x4
 java.util.List<java.lang.Double> Core200Marshaller.marshalTransformationMatrix4x4(TransformationMatrix4x4 src)
           
 java.util.List<java.lang.Double> Core100Marshaller.marshalTransformationMatrix4x4(TransformationMatrix4x4 src)
           
 

Uses of TransformationMatrix4x4 in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return TransformationMatrix4x4
 TransformationMatrix4x4 Core200Unmarshaller.unmarshalTransformationMatrix4x4(java.util.List<java.lang.Double> src)
           
 TransformationMatrix4x4 Core100Unmarshaller.unmarshalTransformationMatrix4x4(java.util.List<java.lang.Double> src)
           
 

Uses of TransformationMatrix4x4 in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return TransformationMatrix4x4
 TransformationMatrix4x4 ImplicitGeometry.getTransformationMatrix()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type TransformationMatrix4x4
 void ImplicitGeometry.setTransformationMatrix(TransformationMatrix4x4 transformationMatrix)