Package com.vividsolutions.jump.warp


package com.vividsolutions.jump.warp
  • Classes
    Class
    Description
    An AffineTransform implementation that is initialized by specifying three points and the three points they map to.
    Bilinear interpolated triangulation transform, also known as "rubber sheeting".
    A function that maps one Coordinate to another.
     
    Giuseppe Aruta (2013) This class derives from OpenJUMP original AffineTransformation class and it implements a ProjectiveTransform that is initialized by specifying four couples of points (source to target).
    A simple four-sided polygon.
    A Coordinate associated with another Coordinate.
    A triangle, with special methods for use with BilinearInterpolatedTransform.
    A better name for this class would have been TriangleMapFactory.