Class ShapeInterpolation

java.lang.Object
micycle.pgs.commons.ShapeInterpolation

public class ShapeInterpolation extends Object
Best-guess interpolation between any two linear rings.
Author:
Michael Carleton
  • Constructor Details

    • ShapeInterpolation

      public ShapeInterpolation(org.locationtech.jts.geom.Geometry from, org.locationtech.jts.geom.Geometry to)
    • ShapeInterpolation

      public ShapeInterpolation(org.locationtech.jts.geom.LinearRing from, org.locationtech.jts.geom.LinearRing to)
  • Method Details

    • tween

      public org.locationtech.jts.geom.Coordinate[] tween(double t)