Class AffineTransformationFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.AffineTransformationFunctions
-
public class AffineTransformationFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description AffineTransformationFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryreflectInX(Geometry g)static GeometryreflectInY(Geometry g)static Geometryrotate(Geometry g, double angle)static GeometryrotateAroundPoint(Geometry g, Geometry pt, double angle)static GeometryrotateByPiMultiple(Geometry g, double multipleOfPi)static GeometryrotateByPiMultipleAroundPoint(Geometry g, Geometry pt, double multipleOfPi)static Geometryscale(Geometry g, double scale)static GeometrystretchToViewport(Geometry g, Geometry gViewport)static GeometrytransformByBaseline(Geometry g, Geometry destBaseline)static GeometrytransformByVectors(Geometry g, Geometry control)static GeometrytransformToViewport(Geometry g, Geometry gViewport)static Geometrytranslate(Geometry g, double dx, double dy)static GeometrytranslateCentreToOrigin(Geometry g)static GeometrytranslateToOrigin(Geometry g)
-