Class PreciseCoordinateSequenceTransformer

  • All Implemented Interfaces:
    CoordinateSequenceTransformer

    public class PreciseCoordinateSequenceTransformer
    extends Object
    implements CoordinateSequenceTransformer
    This coordinate sequence transformer will take a Geometry and transform in a set of curved lines that will be "flattened" in order to get back a set of straight segments. The error in the transform is linked to the "flattening", the higher the flattening, the bigger the error, but also, the lesser the number of points that will be used to represent the resulting coordinate sequence.
    • Constructor Detail

      • PreciseCoordinateSequenceTransformer

        public PreciseCoordinateSequenceTransformer()