Package org.citydb.citygml.importer.util
Class AffineTransformer
- java.lang.Object
-
- org.citydb.citygml.importer.util.AffineTransformer
-
public class AffineTransformer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AffineTransformer(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.geometry.Matrix
toMatrix4x4(TransformationMatrix transformationMatrix)
void
transformCoordinates(java.util.List<java.lang.Double> points)
org.citygml4j.geometry.Matrix
transformGeoreferencedTextureOrientation(org.citygml4j.geometry.Matrix orientation)
org.citygml4j.geometry.Matrix
transformImplicitGeometryTransformationMatrix(org.citygml4j.geometry.Matrix transformationMatrix)
org.citygml4j.geometry.Matrix
transformWorldToTexture(org.citygml4j.geometry.Matrix worldToTexture)
-
-
-
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)
-
-