Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extTopology / config / com.iver.cit.gvsig.geoprocess.impl.smooth.SmoothGeoprocessPlugin / description_en.html @ 22909

History | View | Annotate | Download (807 Bytes)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<HTML>
3
<HEAD>
4
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
5
        <TITLE>Line smooth</TITLE>
6
</HEAD>
7
<BODY LANG="en-EN" DIR="LTR">
8
<P>
9
<FONT COLOR="#800000">
10
<B>Smooth polylines</B>
11
</FONT>
12
</P>
13
<P>
14
Smoothes a line to improve its aesthetic or cartographic quality. To do that the geoprocess computes the curve that best fit the coordinate sequence
15
of the original geometry.
16
</P>
17
<P>
18
<IMG SRC="smooth_desc.png" NAME="Imagen1" ALIGN=LEFT BORDER=0>
19
</P>
20
The kind of curves implemented are:
21
<ol>
22
<li>BEZIER</li>
23
<li>B-SPLINE</li>
24
<li>CARDINAL SPLINE</li>
25
<li>CATMULLROM SPLINE</li>
26
<li>CUBIC B-SPLINE </li>
27
<li>LAGRANGE</li>
28
 <li>NATURAL CUBIC SPLINE</li>
29
 <li>NURBS</li
30
</ol>
31
</BODY>
32
</HTML>