Class AffineTransformPlugIn

java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
com.vividsolutions.jump.workbench.ui.warp.AffineTransformPlugIn
All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled

public class AffineTransformPlugIn extends AbstractPlugIn
Applies an affine transform to the selected layers. The affine transform is specified using three vectors drawn by the user.

2015_06_18 Giuseppe Aruta (giuseppe_aruta[AT]yahoo.it) Modified plugin. It allowas now to perform a 3-vector affine transformation either to a vector or to an image loaded via Sextante Raster Framework.

2017_11_10 Giuseppe Aruta (giuseppe_aruta[AT]yahoo.it) Added some method to call it from WarpPanel

  • Field Details

    • path

      public static String path
  • Constructor Details

    • AffineTransformPlugIn

      public AffineTransformPlugIn()
  • Method Details