Uses of Interface
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.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.impl.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> Core100Marshaller.marshalTransformationMatrix3x4(TransformationMatrix3x4 src)
           
 java.util.List<java.lang.Double> Core040Marshaller.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 Core100Unmarshaller.unmarshalTransformationMatrix3x4(java.util.List<java.lang.Double> src)
           
 TransformationMatrix3x4 Core040Unmarshaller.unmarshalTransformationMatrix3x4(java.util.List<java.lang.Double> src)
           
 

Uses of TransformationMatrix3x4 in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TransformationMatrix3x4
 TransformationMatrix3x4 CityGMLFactory.createTransformationMatrix3x4()
           
 TransformationMatrix3x4 CityGMLFactory.createTransformationMatrix3x4(Matrix matrix)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement TransformationMatrix3x4
 class WorldToTextureImpl
           
 

Uses of TransformationMatrix3x4 in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement TransformationMatrix3x4
 class TransformationMatrix3x4Impl
           
 

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

Subinterfaces of TransformationMatrix3x4 in org.citygml4j.model.citygml.appearance
 interface WorldToTexture