Class AffineTransformationFunctions
java.lang.Object
org.locationtech.jtstest.function.AffineTransformationFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Coordinate
private static Coordinate
static Geometry
static Geometry
static Geometry
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
static Geometry
transformByBaseline
(Geometry g, Geometry destBaseline) static Geometry
transformByVectors
(Geometry g, Geometry control) static Geometry
static Geometry
static Geometry
private static AffineTransformation
viewportTrans
(Envelope srcEnv, Envelope viewEnv)
-
Constructor Details
-
AffineTransformationFunctions
public AffineTransformationFunctions()
-
-
Method Details
-
transformByVectors
-
transformByBaseline
-
envelopeCentre
-
envelopeLowerLeft
-
viewport
-
viewportTrans
-
scale
-
reflectInX
-
reflectInY
-
rotateByPiMultiple
-
rotateByPiMultipleAroundPoint
-
rotate
-
rotateAroundPoint
-
translateCentreToOrigin
-
translateToOrigin
-