Statistics
| Revision:

root / trunk / extensions / extTopology / config / com.iver.cit.gvsig.geoprocess.impl.referencing.ReferencingGeoprocessPlugin / description_en.html @ 22909

History | View | Annotate | Download (1.26 KB)

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>Voronoi</TITLE>
6
</HEAD>
7
<BODY LANG="es-ES" DIR="LTR">
8
<P>
9
<FONT COLOR="#800000">
10
<B>Spatial adjust</B>
11
</FONT>
12
</P>
13
<P>
14
Spatial adjust geoprocess applies a spatial transform on features of a vectorial layer.<br>
15
Transforms actually supported by gvSIG are:
16
<ul>
17
<li>Projective.</li>
18
<li>Affine.</li>
19
<li>Similarity.</li>
20
<li>Bursa Wolf.</li>
21
<li>Differential Rubber sheeting.</li>
22
<li>Affine with constrainst.</li>
23
</ul>
24
The number of supported transformations could be extended by using gvSIG API.
25
</P>
26
<P>
27
<IMG SRC="spatial_adjust_desc.gif" NAME="Imagen1" ALIGN=LEFT BORDER=0>
28
</P>
29
<P>
30
This geoprocess needs a set of control points, with the coordinates of a point before and after the transformation.
31
<br>Each transformation will require a minimum number of control points. Usually we are going to use more points than the minimum,
32
improving the quality of the transformation by a root mean square adjust.
33
To give an idea of the quality of the transformation the geoprocess will provide a root mean square error for each control point,
34
and a global root mean square error.
35

    
36
</P>
37
</BODY>
38
</HTML>