Class GeometryComponentTransformer
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.GeometryComponentTransformer
-
public class GeometryComponentTransformer extends Object
Transforms a component in a geometry.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description GeometryComponentTransformer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
transform(Geometry geom, Geometry component, AffineTransformation trans)
static Geometry
transform(Geometry geom, AffineTransformation trans)
-
-
-
Method Detail
-
transform
public static Geometry transform(Geometry geom, AffineTransformation trans)
-
transform
public static Geometry transform(Geometry geom, Geometry component, AffineTransformation trans)
-
-