Class DefaultCoordinateSequenceTransformer

Object
DefaultCoordinateSequenceTransformer
All Implemented Interfaces:
CoordinateSequenceTransformer

public class DefaultCoordinateSequenceTransformer extends Object implements CoordinateSequenceTransformer
A default implementation of coordinate sequence transformer. This transformer applies the coordinate transformations immediately (which means that caller are immediately notified if a transformation fails).

This transformer support math transform with up to 3 source or target dimensions. This transformer is not thread-safe.

Since:
2.1
Author:
Andrea Aime, Martin Desruisseaux