Uses of Class
com.vividsolutions.jump.warp.CoordinateTransform
-
Packages that use CoordinateTransform Package Description com.vividsolutions.jump.warp -
-
Uses of CoordinateTransform in com.vividsolutions.jump.warp
Subclasses of CoordinateTransform in com.vividsolutions.jump.warp Modifier and Type Class Description class
AffineTransform
An AffineTransform implementation that is initialized by specifying three points and the three points they map to.class
BilinearInterpolatedTransform
Bilinear interpolated triangulation transform, also known as "rubber sheeting".class
DummyTransform
class
ProjectiveTransform
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).
-