Uses of Interface
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.factory   
org.citygml4j.impl.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> Core100Marshaller.marshalTransformationMatrix4x4(TransformationMatrix4x4 src)
           
 java.util.List<java.lang.Double> Core040Marshaller.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 Core100Unmarshaller.unmarshalTransformationMatrix4x4(java.util.List<java.lang.Double> src)
           
 TransformationMatrix4x4 Core040Unmarshaller.unmarshalTransformationMatrix4x4(java.util.List<java.lang.Double> src)
           
 

Uses of TransformationMatrix4x4 in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TransformationMatrix4x4
 TransformationMatrix4x4 CityGMLFactory.createTransformationMatrix4x4()
           
 TransformationMatrix4x4 CityGMLFactory.createTransformationMatrix4x4(Matrix matrix)
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement TransformationMatrix4x4
 class TransformationMatrix4x4Impl
           
 

Methods in org.citygml4j.impl.citygml.core that return TransformationMatrix4x4
 TransformationMatrix4x4 ImplicitGeometryImpl.getTransformationMatrix()
           
 

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

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)