Uses of Class
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.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> Core200Marshaller.marshalTransformationMatrix2x2(TransformationMatrix2x2 src)
           
 java.util.List<java.lang.Double> Core100Marshaller.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 Core200Unmarshaller.unmarshalTransformationMatrix2x2(java.util.List<java.lang.Double> src)
           
 TransformationMatrix2x2 Core100Unmarshaller.unmarshalTransformationMatrix2x2(java.util.List<java.lang.Double> src)
           
 

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)