Class GeometryCoordinateSequenceTransformer

Object
GeometryCoordinateSequenceTransformer

public class GeometryCoordinateSequenceTransformer extends Object
Service object that takes a geometry and applies a MathTransform to the coordinates it contains, creating a new geometry as the transformed output.

The standard usage pattern is to supply a MathTransform and @link CoordinateReferenceSystem} explicitly. The transform(Geometry) method can then be used to construct transformed geometries using the GeometryFactory and CoordinateSequenceFactory of the input geometry.

Author:
Andrea Aime, Martin Davis