Statistics
| Revision:

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

History | View | Annotate | Download (1 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>Linear Generalization</TITLE>
6
</HEAD>
7
<BODY LANG="es-ES" DIR="LTR">
8
<P>
9
<FONT COLOR="#800000">
10
<B>Linear Generalization</B>
11
</FONT>
12
</P>
13
<P>Linear Generalization is a kind of data compression algorithm. Consist in reduce the number of vertices needed to represent a linear geometry
14
without modify its spatial identity.
15

    
16
</P>
17
<P>
18
<IMG SRC="generalization_desc.png" NAME="Imagen1" ALIGN=LEFT BORDER=0>
19
</P>
20
<P>
21
gvSIG supports two types of linear generalization: topologic and non-topologic. In topologic generalization geometry topology is preserved
22
(closed polylines will remain closed, polygon's holes will be contained in polygon's shell, etc.)
23
Non-topologic generalization is implemented with Douglas-Peucker algorithm.
24
Distance tolerance is a parameter to specify the compression level of the resulting geometries.
25

    
26
</P>
27
</BODY>
28
</HTML>