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

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

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

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

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

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

Uses of TransformationMatrix3x4 in org.citygml4j.model.citygml.appearance
 

Subclasses of TransformationMatrix3x4 in org.citygml4j.model.citygml.appearance
 class WorldToTexture