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 Geometry
reflectInX(Geometry g)
static Geometry
reflectInY(Geometry g)
static Geometry
rotate(Geometry g, double angle)
static Geometry
rotateAroundPoint(Geometry g, Geometry pt, double angle)
static Geometry
rotateByPiMultiple(Geometry g, double multipleOfPi)
static Geometry
rotateByPiMultipleAroundPoint(Geometry g, Geometry pt, double multipleOfPi)
static Geometry
scale(Geometry g, double scale)
static Geometry
transformByBaseline(Geometry g, Geometry destBaseline)
static Geometry
transformByVectors(Geometry g, Geometry control)
static Geometry
transformToViewport(Geometry g, Geometry gViewport)
static Geometry
translate(Geometry g, double dx, double dy)
static Geometry
translateCentreToOrigin(Geometry g)
static Geometry
translateToOrigin(Geometry g)
-