Tool Warping Shapes
Georeferencing of shapes layers. Either choose the attribute fields (x/y) with the projected coordinates for the reference points (origin) or supply a additional points layer with correspondend points in the target projection. 
- Author: O.Conrad (c) 2006
 
- Menu: Projection|Georeferencing
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Reference Points (Origin) | shapes, input | REF_SOURCE | - | - | 
 | Reference Points (Projection) (*) | shapes, input, optional | REF_TARGET | - | - | 
 | Input | shapes, input | INPUT | - | - | 
| Output | Output | shapes, output | OUTPUT | - | - | 
| Options | x Position | table field | XFIELD | - | - | 
 | y Position | table field | YFIELD | - | - | 
 | Method | choice | METHOD | - | Available Choices: [0] Automatic [1] Triangulation [2] Spline [3] Affine [4] 1st Order Polynomial [5] 2nd Order Polynomial [6] 3rd Order Polynomial [7] Polynomial, Order Default: 0 | 
 | Polynomial Order | integer number | ORDER | - | Minimum: 1 Default: 3 | 
| (*) optional | 
Command-line
Usage: saga_cmd pj_georeference 2 [-REF_SOURCE <str>] [-REF_TARGET <str>] [-XFIELD <str>] [-YFIELD <str>] [-METHOD <str>] [-ORDER <num>] [-INPUT <str>] [-OUTPUT <str>]
  -REF_SOURCE:<str>	Reference Points (Origin)
	shapes, input
  -REF_TARGET:<str>	Reference Points (Projection)
	shapes, input, optional
  -XFIELD:<str>    	x Position
	table field
  -YFIELD:<str>    	y Position
	table field
  -METHOD:<str>    	Method
	choice
	Available Choices:
	[0] Automatic
	[1] Triangulation
	[2] Spline
	[3] Affine
	[4] 1st Order Polynomial
	[5] 2nd Order Polynomial
	[6] 3rd Order Polynomial
	[7] Polynomial, Order
	Default: 0
  -ORDER:<num>     	Polynomial Order
	integer number
	Minimum: 1
	Default: 3
  -INPUT:<str>     	Input
	shapes, input
  -OUTPUT:<str>    	Output
	shapes, output