Class AffineTransformer


  • public class AffineTransformer
    extends java.lang.Object
    • Constructor Detail

      • AffineTransformer

        public AffineTransformer​(Config config)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • transformCoordinates

        public void transformCoordinates​(java.util.List<java.lang.Double> points)
      • transformGeoreferencedTextureOrientation

        public org.citygml4j.geometry.Matrix transformGeoreferencedTextureOrientation​(org.citygml4j.geometry.Matrix orientation)
      • transformWorldToTexture

        public org.citygml4j.geometry.Matrix transformWorldToTexture​(org.citygml4j.geometry.Matrix worldToTexture)
      • transformImplicitGeometryTransformationMatrix

        public org.citygml4j.geometry.Matrix transformImplicitGeometryTransformationMatrix​(org.citygml4j.geometry.Matrix transformationMatrix)
      • toMatrix4x4

        public org.citygml4j.geometry.Matrix toMatrix4x4​(TransformationMatrix transformationMatrix)