Package micycle.pgs.commons
Class ShapeInterpolation
java.lang.Object
micycle.pgs.commons.ShapeInterpolation
Best-guess interpolation between any two linear rings.
- Author:
- Michael Carleton
-
Constructor Summary
ConstructorsConstructorDescriptionShapeInterpolation
(org.locationtech.jts.geom.Geometry from, org.locationtech.jts.geom.Geometry to) ShapeInterpolation
(org.locationtech.jts.geom.LinearRing from, org.locationtech.jts.geom.LinearRing to) -
Method Summary
-
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)
-