Uses of Interface
org.citygml4j.model.citygml.core.TransformationMatrix2x2

Packages that use TransformationMatrix2x2
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 TransformationMatrix2x2 in org.citygml4j.builder.jaxb.marshal.citygml.core
 

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return TransformationMatrix2x2
 TransformationMatrix2x2 Core100Unmarshaller.unmarshalTransformationMatrix2x2(java.util.List<java.lang.Double> src)
           
 TransformationMatrix2x2 Core040Unmarshaller.unmarshalTransformationMatrix2x2(java.util.List<java.lang.Double> src)
           
 

Uses of TransformationMatrix2x2 in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TransformationMatrix2x2
 TransformationMatrix2x2 CityGMLFactory.createTransformationMatrix2x2()
           
 TransformationMatrix2x2 CityGMLFactory.createTransformationMatrix2x2(Matrix matrix)
           
 

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

Methods in org.citygml4j.impl.citygml.appearance that return TransformationMatrix2x2
 TransformationMatrix2x2 GeoreferencedTextureImpl.getOrientation()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type TransformationMatrix2x2
 void GeoreferencedTextureImpl.setOrientation(TransformationMatrix2x2 orientation)
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement TransformationMatrix2x2
 class TransformationMatrix2x2Impl
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return TransformationMatrix2x2
 TransformationMatrix2x2 GeoreferencedTexture.getOrientation()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type TransformationMatrix2x2
 void GeoreferencedTexture.setOrientation(TransformationMatrix2x2 orientation)