QGIS/python/plugins/sextante/saga/help/PolygonShapeIndices.html

22 lines
881 B
HTML

<html>
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
<body>
<h1 class='module'>Polygon Shape Indices</h1>
<div class='author'>(c) 2008 by O.Conrad</div>
<div class='description'>Various indices describing the shape of polygons. Based on area, perimeter, maximum distance between the vertices of a polygon.<br/>
<br/>
- Interior Edge Ratio (Perimeter / Area)<br/>
- Shape Index (Perimeter / (2 * SquareRoot(PI * Area))<br/>
<br/>
References:<br/>
Lang, S., Blaschke, T. (2007): Landschaftsanalyse mit GIS.<br/>
<br/>
Forman, R.T.T., Godron, M. (1986): Landscape Ecology. Cambridge.<br/>
</div>
<h2>Parameters</h2>
<dl class='parameters'>
<dt>Shapes <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
<dt>Shape Index <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
</dl>
</body></html>