mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
25 lines
1.9 KiB
HTML
25 lines
1.9 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Gradient Vector from Polar to Cartesian Coordinates</h1>
|
|
<div class='author'>Victor Olaya & Volker Wichmann (c) 2004-2010</div>
|
|
<div class='description'>Converts gradient vector from polar coordinates (direction or aspect angle and length or tangens of slope) to directional components (Cartesian).<br/>
|
|
The module supports three conventions on how the angle of direction can be supplied:<br/>
|
|
(a) mathematical: direction angle is zero in East direction and the angle increases counterclockwise<br/>
|
|
(b) geographical: direction angle is zero in North direction and the angle increases clockwise<br/>
|
|
(c) zero direction and orientation are user defined<br/>
|
|
</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Grid system <div class='type'>Grid system</div></dt><dd>Grid system <div class='constraints'></div></dd>
|
|
<dt>Direction <div class='type'>Input Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Length <div class='type'>Input Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>X Component <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Y Component <div class='type'>Output Grid</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Polar Angle Units <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: radians, degree</div></dd>
|
|
<dt>Polar Coordinate System <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: mathematical, geographical, user defined</div></dd>
|
|
<dt>User defined Zero Direction <div class='type'>Floating point</div></dt><dd>given in degree clockwise from North direction <div class='constraints'>Maximum: 360.0</div></dd>
|
|
<dt>User defined Orientation <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: clockwise, counterclockwise</div></dd>
|
|
</dl>
|
|
</body></html>
|