Revision 1221

View differences:

org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.geoprocess</artifactId>
6
	<packaging>pom</packaging>
7
	<name>org.gvsig.geoprocess</name>
8
	<description>Geoprocessing projects</description>
9
	<version>2.2.118</version>
10

  
11
	<parent>
12
		<groupId>org.gvsig</groupId>
13
		<artifactId>org.gvsig.desktop</artifactId>
14
                <version>2.0.264</version>
15
	</parent>
16

  
17
	<properties>
18
		<!-- El plugin versions:use-latest-versions falla con scope import -->
19
		<!-- asi que toca usar el versions:update-properties que si que funciona -->
20
		<org.gvsig.raster.version>2.2.107</org.gvsig.raster.version>
21
		<org.gvsig.toolbox.version>1.0.72</org.gvsig.toolbox.version>
22
	</properties>
23
	<scm>
24
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118</connection>
25
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118</developerConnection>
26
		<url>https://devel.gvsig.org/redmine/projects/gvsig-geoprocess/repository/show/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118</url>
27
	</scm>
28

  
29
	<repositories>
30
		<repository>
31
			<id>gvsig-public-http-repository</id>
32
			<name>gvSIG maven public HTTP repository</name>
33
			<url>http://devel.gvsig.org/m2repo/j2se</url>
34
			<releases>
35
				<enabled>true</enabled>
36
				<updatePolicy>daily</updatePolicy>
37
				<checksumPolicy>warn</checksumPolicy>
38
			</releases>
39
			<snapshots>
40
				<enabled>true</enabled>
41
				<updatePolicy>daily</updatePolicy>
42
				<checksumPolicy>warn</checksumPolicy>
43
			</snapshots>
44
		</repository>
45
	</repositories>
46

  
47
	<dependencyManagement>
48
		<dependencies>
49
			<dependency>
50
				<groupId>org.gvsig</groupId>
51
				<artifactId>org.gvsig.raster</artifactId>
52
				<version>${org.gvsig.raster.version}</version>
53
				<type>pom</type>
54
				<scope>import</scope>
55
			</dependency>
56
			<dependency>
57
				<groupId>org.gvsig</groupId>
58
				<artifactId>org.gvsig.toolbox</artifactId>
59
				<version>${org.gvsig.toolbox.version}</version>
60
				<type>pom</type>
61
				<scope>import</scope>
62
			</dependency>
63
			<dependency>
64
				<groupId>org.gvsig</groupId>
65
				<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
66
				<version>2.2.118</version>
67
			</dependency>
68
			<dependency>
69
				<groupId>org.gvsig</groupId>
70
				<artifactId>org.gvsig.geoprocess.lib.api</artifactId>
71
				<version>2.2.118</version>
72
			</dependency>
73
			<dependency>
74
				<groupId>org.gvsig</groupId>
75
				<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
76
				<version>2.2.118</version>
77
			</dependency>
78
			<dependency>
79
				<groupId>org.gvsig</groupId>
80
				<artifactId>org.gvsig.geoprocess.algorithm.base</artifactId>
81
				<version>2.2.118</version>
82
			</dependency>
83
			<dependency>
84
				<groupId>org.gvsig</groupId>
85
				<artifactId>org.gvsig.geoprocess.algorithm.buffer</artifactId>
86
				<version>2.2.118</version>
87
			</dependency>
88
			<dependency>
89
				<groupId>org.gvsig</groupId>
90
				<artifactId>org.gvsig.geoprocess.algorithm.clip</artifactId>
91
				<version>2.2.118</version>
92
			</dependency>
93
			<dependency>
94
				<groupId>org.gvsig</groupId>
95
				<artifactId>org.gvsig.geoprocess.algorithm.convexhull</artifactId>
96
				<version>2.2.118</version>
97
			</dependency>
98
			<dependency>
99
				<groupId>org.gvsig</groupId>
100
				<artifactId>org.gvsig.geoprocess.algorithm.difference</artifactId>
101
				<version>2.2.118</version>
102
			</dependency>
103
			<dependency>
104
				<groupId>org.gvsig</groupId>
105
				<artifactId>org.gvsig.geoprocess.algorithm.dissolve</artifactId>
106
				<version>2.2.118</version>
107
			</dependency>
108
			<dependency>
109
				<groupId>org.gvsig</groupId>
110
				<artifactId>org.gvsig.geoprocess.algorithm.fusespatially</artifactId>
111
				<version>2.2.118</version>
112
			</dependency>
113
			<dependency>
114
				<groupId>org.gvsig</groupId>
115
				<artifactId>org.gvsig.geoprocess.algorithm.intersection</artifactId>
116
				<version>2.2.118</version>
117
			</dependency>
118
			<dependency>
119
				<groupId>org.gvsig</groupId>
120
				<artifactId>org.gvsig.geoprocess.algorithm.merge</artifactId>
121
				<version>2.2.118</version>
122
			</dependency>
123
			<dependency>
124
				<groupId>org.gvsig</groupId>
125
				<artifactId>org.gvsig.geoprocess.algorithm.reproject</artifactId>
126
				<version>2.2.118</version>
127
			</dependency>
128
			<dependency>
129
				<groupId>org.gvsig</groupId>
130
				<artifactId>org.gvsig.geoprocess.algorithm.spatialjoin</artifactId>
131
				<version>2.2.118</version>
132
			</dependency>
133
			<dependency>
134
				<groupId>org.gvsig</groupId>
135
				<artifactId>org.gvsig.geoprocess.algorithm.union</artifactId>
136
				<version>2.2.118</version>
137
			</dependency>
138
			<dependency>
139
				<groupId>org.gvsig</groupId>
140
				<artifactId>org.gvsig.geoprocess.algorithm.xyshift</artifactId>
141
				<version>2.2.118</version>
142
			</dependency>
143
			<dependency>
144
				<groupId>org.gvsig</groupId>
145
				<artifactId>org.gvsig.geoprocess.algorithm.groupby</artifactId>
146
				<version>2.2.118</version>
147
			</dependency>
148
			<dependency>
149
				<groupId>org.gvsig</groupId>
150
				<artifactId>org.gvsig.geoprocess.algorithm.lateralbuffer</artifactId>
151
				<version>2.2.118</version>
152
			</dependency>
153
			<dependency>
154
				<groupId>org.gvsig</groupId>
155
				<artifactId>org.gvsig.geoprocess.algorithm.splitlines</artifactId>
156
				<version>2.2.118</version>
157
			</dependency>
158
      <dependency>
159
        <groupId>org.gvsig</groupId>
160
        <artifactId>org.gvsig.geoprocess.algorithm.dispersepoints</artifactId>
161
        <version>2.2.118</version>
162
      </dependency>
163
			<dependency>
164
				<groupId>org.japura</groupId>
165
				<artifactId>org.japura</artifactId>
166
				<version>1.14.0</version>
167
			</dependency>
168
  <dependency>
169
    <groupId>org.mapdb</groupId>
170
    <artifactId>mapdb</artifactId>
171
    <version>3.0.5</version>
172
  </dependency>
173

  
174

  
175
          <dependency>
176
            <groupId>org.jetbrains.kotlin</groupId>
177
            <artifactId>kotlin-stdlib</artifactId>
178
            <version>1.0.7</version>
179
          </dependency>
180

  
181
          <dependency>
182
            <groupId>org.jetbrains.kotlin</groupId>
183
            <artifactId>kotlin-runtime</artifactId>
184
            <version>1.0.7</version>
185
          </dependency>
186

  
187
          <dependency>
188
            <groupId>org.eclipse.collections</groupId>
189
            <artifactId>eclipse-collections-api</artifactId>
190
            <version>7.1.1</version>
191
          </dependency>
192

  
193
          <dependency>
194
            <groupId>net.jcip</groupId>
195
            <artifactId>jcip-annotations</artifactId>
196
            <version>1.0</version>
197
          </dependency>
198

  
199
          <dependency>
200
            <groupId>org.eclipse.collections</groupId>
201
            <artifactId>eclipse-collections</artifactId>
202
            <version>7.1.1</version>
203
          </dependency>
204

  
205
          <dependency>
206
            <groupId>org.eclipse.collections</groupId>
207
            <artifactId>eclipse-collections-forkjoin</artifactId>
208
            <version>7.1.1</version>
209
          </dependency>
210

  
211
          <dependency>
212
            <groupId>com.google.guava</groupId>
213
            <artifactId>guava</artifactId>
214
            <version>19.0</version>
215
          </dependency>
216

  
217
          <dependency>
218
            <groupId>net.jpountz.lz4</groupId>
219
            <artifactId>lz4</artifactId>
220
            <version>1.3.0</version>
221
          </dependency>
222

  
223
          <dependency>
224
            <groupId>org.mapdb</groupId>
225
            <artifactId>elsa</artifactId>
226
            <version>3.0.0-M5</version>
227
          </dependency>
228

  
229
		</dependencies>
230
	</dependencyManagement>
231

  
232
	<build>
233
		<plugins>
234
			<plugin>
235
				<groupId>org.apache.maven.plugins</groupId>
236
				<artifactId>maven-release-plugin</artifactId>
237
				<configuration>
238
					<tagBase>https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/</tagBase>
239
					<goals>deploy</goals>
240
				</configuration>
241
			</plugin>
242

  
243
			<plugin>
244
				<groupId>org.apache.maven.plugins</groupId>
245
				<artifactId>maven-compiler-plugin</artifactId>
246
				<version>2.0.2</version>
247
				<configuration>
248
					<source>1.6</source>
249
					<target>1.6</target>
250
					<encoding>ISO-8859-1</encoding>
251
				</configuration>
252
			</plugin>
253

  
254
<!-- 			<plugin>
255
				<groupId>org.codehaus.mojo</groupId>
256
				<artifactId>animal-sniffer-maven-plugin</artifactId>
257
				<executions>
258
					<execution>
259
						<id>check-java-api</id>
260
						<phase>test</phase>
261
						<goals>
262
							<goal>check</goal>
263
						</goals>
264
						<configuration>
265
							<signature>
266
								<groupId>org.codehaus.mojo.signature
267
								</groupId>
268
								<artifactId>java16</artifactId>
269
								<version>1.0</version>
270
							</signature>
271
						</configuration>
272
					</execution>
273
				</executions>
274
			</plugin> -->
275

  
276
		</plugins>
277
	</build>
278

  
279
	<modules>
280
		<module>org.gvsig.geoprocess.lib</module>
281
		<module>org.gvsig.geoprocess.app</module>
282
		<module>org.gvsig.geoprocess.algorithm</module>
283
	</modules>
284
</project>
0 285

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/README.txt
1
====
2
    gvSIG. Desktop Geographic Information System.
3

  
4
    Copyright (C) 2007-2012 gvSIG Association.
5

  
6
    This program is free software; you can redistribute it and/or
7
    modify it under the terms of the GNU General Public License
8
    as published by the Free Software Foundation; either version 2
9
    of the License, or (at your option) any later version.
10

  
11
    This program is distributed in the hope that it will be useful,
12
    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
    GNU General Public License for more details.
15

  
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
    MA  02110-1301, USA.
20

  
21
    For any additional information, do not hesitate to contact us
22
    at info AT gvsig.com, or visit our website www.gvsig.com.
23
====
24

  
25
The first time you checkout the current project to a new workspace, 
26
you have to prepare it to be able to work easily with maven from
27
eclipse itself.
28

  
0 29

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/test/java/org/gvsig/sextante/app/extension/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
    <modelVersion>4.0.0</modelVersion>
4
    <artifactId>org.gvsig.sextante.app.extension</artifactId>
5
    <packaging>jar</packaging>
6
    <name>org.gvsig.sextante.app.extension</name>
7
    <version>2.0.0-SNAPSHOT</version>
8
    <description>Sextante bindings</description>
9

  
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.sextante.app</artifactId>
13
        <version>2.0.0-SNAPSHOT</version>
14
    </parent>
15
    
16
    <dependencies>
17
        <dependency>
18
            <groupId>org.gvsig</groupId>
19
            <artifactId>org.gvsig.about.api</artifactId>
20
            <scope>compile</scope>
21
        </dependency>
22
    </dependencies>
23

  
24
    <profiles>
25
        <profile>
26
            <id>gvsig-install</id>
27
            <activation>
28
                <activeByDefault>true</activeByDefault>
29
            </activation>
30
            <properties>
31
                <!--  gvSIG installation folder -->
32
                <gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
33
            </properties>
34
        </profile>
35
    </profiles>
36
</project>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!--
3

  
4
    gvSIG. Desktop Geographic Information System.
5

  
6
    Copyright (C) 2007-2012 gvSIG Association.
7

  
8
    This program is free software; you can redistribute it and/or
9
    modify it under the terms of the GNU General Public License
10
    as published by the Free Software Foundation; either version 2
11
    of the License, or (at your option) any later version.
12

  
13
    This program is distributed in the hope that it will be useful,
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
    GNU General Public License for more details.
17

  
18
    You should have received a copy of the GNU General Public License
19
    along with this program; if not, write to the Free Software
20
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
    MA  02110-1301, USA.
22

  
23
    For any additional information, do not hesitate to contact us
24
    at info AT gvsig.com, or visit our website www.gvsig.com.
25

  
26
-->
27
<plugin-config>
28
	<depends plugin-name="org.gvsig.app.mainplugin" />
29
	<!-- Necesario para el soporte de capas r?ster -->
30
	<depends plugin-name="org.gvsig.raster.mainplugin" />
31
	<!--<depends plugin-name="org.gvsig.raster.reproject.app.reprojectclient" />-->
32
	<depends plugin-name="org.gvsig.geoprocess.app.mainplugin.i18n" optional="true" />
33
	<libraries library-dir="lib" />
34
	<resourceBundle name="text" />
35
	<extensions>
36
		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessExtension"
37
			description="Geoprocessing Toolbox" active="true">
38

  
39
 			<action
40
       			name="tools-geoprocessing-toolbox"
41
        		label="Geoprocessing_Toolbox"
42
        		tooltip="Geoprocessing_Toolbox"
43
        		action-command="GEOPROCESS_SELECTOR"
44
        		icon="images/menu-process-icon.gif"
45
        		position="1"
46
        		accelerator=""/>
47

  
48
        	<action
49
       			name="tools-geoprocessing-modeler"
50
        		label="Geoprocessing_Modeler"
51
        		tooltip="Geoprocessing_Modeler"
52
        		action-command="GEOPROCESS_MODELER"
53
        		icon="images/model.png"
54
        		position="2"
55
        		accelerator=""/>
56

  
57
        	<action
58
       			name="tools-geoprocessing-history"
59
        		label="Geoprocessing_History"
60
        		tooltip="Geoprocessing_History"
61
        		action-command="GEOPROCESS_HISTORY"
62
        		icon="images/history.gif"
63
        		position="3"
64
        		accelerator=""/>
65

  
66
        	<action
67
       			name="tools-geoprocessing-command-line"
68
        		label="Geoprocessing_command_line"
69
        		tooltip="Geoprocessing_command_line"
70
        		action-command="GEOPROCESS_COMMAND_LINE"
71
        		icon="images/terminal.png"
72
        		position="4"
73
        		accelerator=""/>
74

  
75
        	<action
76
       			name="tools-geoprocessing-results"
77
        		label="Geoprocessing_Results"
78
        		tooltip="Geoprocessing_Results"
79
        		action-command="GEOPROCESS_RESULTS"
80
        		icon="images/chart.gif"
81
        		position="5"
82
        		accelerator=""/>
83

  
84
        	<action
85
       			name="tools-geoprocessing-data-explorer"
86
        		label="Geoprocessing_Data_Explorer"
87
        		tooltip="Geoprocessing_Data_Explorer"
88
        		action-command="GEOPROCESS_DATAEXPLORER"
89
        		icon="images/documenter.png"
90
        		position="6"
91
        		accelerator=""/>
92

  
93
        	<action
94
       			name="tools-geoprocessing-help"
95
        		label="Geoprocessing_Help"
96
        		tooltip="Geoprocessing_Help"
97
        		action-command="GEOPROCESS_HELP"
98
        		icon="images/help.png"
99
        		position="7"
100
        		accelerator=""/>
101

  
102
			<menu text="tools/Geoprocessing/Geoprocessing_Toolbox"
103
				  name="tools-geoprocessing-toolbox"/>
104

  
105
			<menu text="tools/Geoprocessing/Geoprocessing_Modeler"
106
				  name="tools-geoprocessing-modeler" />
107

  
108
			<menu text="tools/Geoprocessing/Geoprocessing_History"
109
				  name="tools-geoprocessing-history" />
110

  
111
			<menu text="tools/Geoprocessing/Geoprocessing_command_line"
112
				  name="tools-geoprocessing-command-line" />
113

  
114
			<menu text="tools/Geoprocessing/Geoprocessing_Results"
115
			      name="tools-geoprocessing-results" />
116

  
117
			<menu text="tools/Geoprocessing/Geoprocessing_Data_Explorer"
118
				  name="tools-geoprocessing-data-explorer" />
119

  
120
			<menu text="tools/Geoprocessing/Geoprocessing_Help"
121
			      name="tools-geoprocessing-help" />
122

  
123
			<tool-bar name="Geoprocessing" position="9000">
124
				<action-tool name="tools-geoprocessing-toolbox" />
125
			</tool-bar>
126

  
127
		</extension>
128

  
129
<!--		<extension class-name="org.gvsig.geoprocess.extension.GeoprocessPointSelectionExtension"
130
			description="Catch coordinates" active="true">
131
			<action
132
       			name="tools-geoprocessing-pointCollector"
133
        		label="Geoprocessing_PointCollector"
134
        		tooltip="Geoprocessing_PointCollector"
135
        		action-command=""
136
        		icon="images/bullseye.gif"
137
        		position="8"
138
        		accelerator=""/>
139

  
140
			<menu text="tools/Geoprocessing/Geoprocessing_PointCollector"
141
				name="tools-geoprocessing-pointCollector" />
142

  
143
      <tool-bar name="Geoprocessing" position="9000">
144
        <action-tool name="tools-geoprocessing-pointCollector" />
145
      </tool-bar>
146

  
147
		</extension>-->
148
	</extensions>
149
</plugin-config>
0 150

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text_fr.properties
1
#
2
# gvSIG. Desktop Geographic Information System.
3
#
4
# Copyright (C) 2007-2012 gvSIG Association.
5
#
6
# This program is free software; you can redistribute it and/or
7
# modify it under the terms of the GNU General Public License
8
# as published by the Free Software Foundation; either version 2
9
# of the License, or (at your option) any later version.
10
#
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
# GNU General Public License for more details.
15
#
16
# You should have received a copy of the GNU General Public License
17
# along with this program; if not, write to the Free Software
18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19
# MA  02110-1301, USA.
20
#
21
# For any additional information, do not hesitate to contact us
22
# at info AT gvsig.com, or visit our website www.gvsig.com.
23
#
24

  
25
#Modified by DOKSoft PropEditor. http://www.doksoft.com
26
#Thu Apr 29 17:17:25 EDT 2010
27
Command=Commande
28
Icon=Ic\u00F4ne
29
Modeler=Modeler
30
OK=Accepter
31
Models=Mod\u00E8les
32
Name=Nom
33
Warning=Avertissement
34
Procedures=Proc\u00E9dures
35
Algorithms=Algorithmes
36
Not_enough_data_to_run_this_command=Pas assez de donn\u00E9es pour ex\u00E9cuter cette commande
37
Wrong_or_missing_parameters_definition=Param\u00E8tres incorrects ou manquants 
38
You_need_to_restart=Vous devez red\u00E9marrer l'application pour les modifications prennent effet.
39
Cancel=Annuler
0 40

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/hipsometry.model.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the hipsography of a watershed, given its outlet point and a DEM. The watershed is calculated and then used as a mask, to mask out values outside of the watershed. The resulting hypsometry is, thus, calculated using only values from cells belonging to the watershed." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="This model has been created as an example to show users how to create complex models using the SEXTANTE modeler. Please, open it in the modeler to study its structure and learn more about how to use this powerful and versatile element of SEXTANTE. Feel free to edit the model to adapt it to your particular needs." description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="V&#237;ctor Olaya" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="V&#237;ctor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT0" text="A Digital Elevation Model" description="DEM" type="3">
14
		</element>
15
		<element name="INPUT1" text="The coordinates of the outlet point to be used to delineate the watershed" description="Coordinate" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
	</help>
20
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 21

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.cleanPointsLayer/cleanpointslayer.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm eliminates duplicated points. If several points with the same coordinates appear in a layer, the algorithm will leave just the first one of them, removing the remaining ones." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="The input points layer" description="Points layers" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
16
		</element>
17
		<element name="RESULT" text="The cleaned layer" description="Resultado" type="2">
18
		</element>
19
	</help>
20
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 21

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB/supervisedclassificationb.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm performs supervised classification (see Supervised classification for more information) but does not require a polygon layer with training areas. Instead, spectral signatures have to be defined entering statistical values in a table.&#10;" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User notes" type="0">
12
		</element>
13
		<element name="INPUT" text="The bands to use for classification" description="Bands" type="3">
14
		</element>
15
		<element name="TABLE" text="The table with the definition of the spectral signatures" description="Classes" type="3">
16
		</element>
17
		<element name="METHOD" text="The assignment of values in the cells outside of the training areas also depend on the criteria used. This algorithms incorporates three of them:  &#10;*Paralelepiped &#10;*Minimum distance &#10;*Maximum likelihood  &#10;The user should check which of the algorithms produces the best classification of the image (this depends on the training areas as well as the characteristics of the images itself).  In the paralelepiped algorithm, some cells might not be classified (they will be asigned the no data value) if their signature is not similar to any of those defined by the training areas. The other algorithms will always classify a pixel into a given class." description="Method" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="CLASSIFICATION" text="The resultign layer with values representing the class to which each pixel has been assigned." description="Classification" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.medialAxis/medialaxis.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text='This algorithm calculates the medial axis of the polygons in a polygons layer.&#10;&#10;The medial axis represents a polygon by a set of lines which contains all the points set  having more than one closest point on the polygon&apos;s boundary. This is frequently called the "skeleton" of the polygon.&#10;&#10;The following figure shows two polygons and their medial axis.' description="Description" type="0">
4
			<image description="" file="medialaxis.png">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User notes" type="0">
14
		</element>
15
		<element name="LAYER" text="The input polygons layer" description="Polygons" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The calculated medial axis." description="Medial axis" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.imageAnalysis.thinning/thinning.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm performs thinning on the objects of an input image. Thinning reduces the width of objects to a single pixel.&#10;&#10;" description="Description" type="0">
4
			<image description="" file="adelgazamiento.jpg">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User_notes" type="0">
14
		</element>
15
		<element name="LAYER" text="input image. Cells with valid values represent objects (foreground). No-data cells represent background cells." description="Image" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="" description="Thinned image" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridTools.invertNoData/invertnodata.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm inverts a mask for a raster layer. Cells with no data values will have a value of 1, while all the remaining cells will have a no-data value" description="Description" type="0">
4
			<image description="Input layer. No data values show black colour" file="invertir_mascara1.jpg">
5
			</image>
6
			<image description="New layer inverted mask (No data value show in black colour)" file="invertir_mascara2.jpg">
7
			</image>
8
		</element>
9
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
10
		</element>
11
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
12
		</element>
13
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
14
		</element>
15
		<element name="USER_NOTES" text="" description="User_notes" type="0">
16
		</element>
17
		<element name="INPUT" text="the layer which contains the mask to be inverted" description="Layer" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="the inverted mask" description="Inverted mask" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridCalculus.kernelFilter/kernelfilter.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm applies a convolution using a 3 x 3 kernel defined by the user.&#10;" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="input raster layer." description="Layer" type="3">
14
		</element>
15
		<element name="KERNEL" text="the kernel to use, defined as a fixed table (3 rows x 3 columns)." description="Filter kernel" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The filtered raster layer.&#10;&#10;The following example shows the effect of a high pass filter" description="User-defined 3 X 3 filter" type="2">
20
			<image description="" file="filtro3x3_usuario_tabla.jpg">
21
			</image>
22
			<image description="Input layer" file="filtro3x3_definido_por_el_usuario1.jpg">
23
			</image>
24
			<image description="output layer" file="filtro3x3_definido_por_el_usuario2.jpg">
25
			</image>
26
		</element>
27
	</help>
28
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 29

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue/neighborhoodminvalue.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the minimum value in a given analysis window around each cell&#10;" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="The input layer" description="Layer" type="3">
14
		</element>
15
		<element name="RADIUS" text="the radius of the analysis window (in cells)." description="Radius" type="3">
16
		</element>
17
		<element name="NODATA" text="if this option is selected, the presence of a cell with no data value will cancel the calculation and assign the no-data value to the resulting cell . If this is not selected, cells with no data value will be ignored and the resulting value will be based only on valid data cells." description="Force no-data value" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="" description="Minimum (neighbourhood)" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridAnalysis.accCostCombined/acccostcombined.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="ISOCOST" text="" description="Isotropic cost" type="3">
14
		</element>
15
		<element name="ANISOCOST" text="" description="Anisotropic cost" type="3">
16
		</element>
17
		<element name="COSTDIR" text="" description="Direction of maximum cost[degrees]" type="3">
18
		</element>
19
		<element name="FEATURES" text="" description="Origin/destination points" type="3">
20
		</element>
21
		<element name="THRESHOLD" text="" description="Threshold for route separation" type="3">
22
		</element>
23
		<element name="KFACTOR" text="" description="K" type="3">
24
		</element>
25
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
26
		</element>
27
		<element name="ACCCOST" text="" description="Accumulated cost" type="2">
28
		</element>
29
		<element name="CLOSESTPOINT" text="" description="Closest points" type="2">
30
		</element>
31
	</help>
32
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 33

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridStatistics.multiGridRange/multigridrange.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the range (maximum - minimum) for each cell in a set of raster layers." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="INPUT" text="The set of input layers" description="Layers" type="3">
14
		</element>
15
		<element name="NODATA" text="if this option is selected, the presence of a cell with no data value will cancel the calculation and assign the same no data value to the result cell. If this is not selected, cells with no data value will be ignored and the rest with valid data will be computed." description="Force no-data value" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="" description="Range" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.tables.tableBasicStats/tablebasicstats.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates basic statistics for a given field of a table." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Algorithm created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User notes" type="0">
12
		</element>
13
		<element name="TABLE" text="The table to analyze" description="Table" type="3">
14
		</element>
15
		<element name="FIELD" text="The field with the values to analyze. It can be a numerical field or a string field with number strings." description="Field" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="STATS" text="The statistics calculated for the selected table and field." description="Statistics" type="2">
20
		</element>
21
		<element name="MEAN" text="" description="Mean value" type="2">
22
		</element>
23
		<element name="MEAN_SQUARED" text="" description="Mean squared value" type="2">
24
		</element>
25
		<element name="MIN" text="" description="Minimum value" type="2">
26
		</element>
27
		<element name="MAX" text="" description="Maximum value" type="2">
28
		</element>
29
		<element name="VARIANCE" text="" description="Variance" type="2">
30
		</element>
31
		<element name="SUM" text="" description="Total sum" type="2">
32
		</element>
33
		<element name="COEF_OF_VARIATION" text="" description="Coefficient of variation" type="2">
34
		</element>
35
	</help>
36
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses/neighborhoodnumberofclasses.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm creates a new layer with the number of different classes existing in a given analysis window around each cell" description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="LAYER" text="The input layer" description="Layer" type="3">
14
		</element>
15
		<element name="RADIUS" text="The radius of the analysis widow (in cells)." description="Radius" type="3">
16
		</element>
17
		<element name="NODATA" text="if this option is selected, the presence of a cell with no data value will cancel the calculation and assign the no-data value to the resulting cell . If this is not selected, cells with no data value will be ignored and the resulting value will be based only on valid data cells." description="Force no-data value" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="" description="Number of different classes" type="2">
22
		</element>
23
	</help>
24
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 25

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.vectorMean/vectormean.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm computes the directional mean of a set of lines in a vector layer. Each segment of the input lines is treated as a vector. Summing up all those vector, a new one showing the directional mean is obtained. This vector is represented as a single-segment line in the resulting vector layer&#10;&#10;The modulus of the resulting vector provides information about the directional variance. Uniform directions will yield longer vectors. &#10;" description="Description" type="0">
4
			<image description="Directional mean (red line) of the channel network (blue lines)" file="media_direccional.jpg">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User_notes" type="0">
14
		</element>
15
		<element name="LINES" text="input line layer." description="Lines" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The vector layer with the directional mean vector. Its attributes table contains the following fields:&#10;* mean distance&#10;* angle (azimuth)&#10;* circular variance." description="Directional mean" type="2">
20
		</element>
21
	</help>
22
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 23

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.clipByRectangle/clipbyrectangle.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithms clips a vector layer using a rectangular area defined by its max and min coordinates. Instead of using a second layer to define the clipping region, this is defined numerically by the user. Useful in scripting and batch mode." description="Description" type="0">
4
			<image description="Figure: Clip by rectangle example" file="clipByRectangle.jpg">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Juan Ignacio Varela (Nacho Uve)" description="Algorithm created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya and Nacho Varela" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="Based on Clip Algorithm" description="User_notes" type="0">
14
		</element>
15
		<element name="LAYER" text="The vector layer to clip" description="Layer to clip" type="3">
16
		</element>
17
		<element name="XMIN" text="Minimum X coordinate of the clipping region" description="X Min" type="3">
18
		</element>
19
		<element name="XMAX" text="Maximum X coordinate of the clipping region" description="X Max" type="3">
20
		</element>
21
		<element name="YMIN" text="Minimum Y coordinate of the clipping region" description="Y Min" type="3">
22
		</element>
23
		<element name="YMAX" text="Maximum Y coordinate of the clipping region" description="Y Max" type="3">
24
		</element>
25
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
26
		</element>
27
		<element name="RESULT" text="The clipped layer, which will contain geometries only within the defined boundary rectangle" description="Clipped_Layer" type="2">
28
		</element>
29
	</help>
30
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.buffer/buffer.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm creates a new polygons layer with buffers around features in the input layer&#10;" description="Description" type="0">
4
			<image description="" file="zona_de_influencia.png">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
		</element>
9
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
		</element>
11
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
		</element>
13
		<element name="USER_NOTES" text="" description="User_notes" type="0">
14
		</element>
15
		<element name="LAYER" text="The layer with features to buffer" description="Input layer" type="3">
16
		</element>
17
		<element name="FIELD" text="If the buffer distance is taken from the attributes table of the layer, the field with the distance must be selected in this parameter" description="Distance field" type="3">
18
		</element>
19
		<element name="DISTANCE" text="If a fixed distance is used to buffer all features, it must be introduced in this field" description="Distance" type="3">
20
		</element>
21
		<element name="METHOD" text="the following methods are available&#10;* Fixed distance: the same buffer distance for all features.&#10;* Distance from table field: buffer distance is taken from the attributes associated with each feature." description="Type of distance" type="3">
22
		</element>
23
		<element name="TYPE" text="The following methods are available&#10;* Inside the polygon: &#10;* Inside and outside the polygon: &#10;* Outside the polygon: " description="Buffer type" type="3">
24
		</element>
25
		<element name="RINGS" text="The number of concentric rings" description="Number of concentric rings" type="3">
26
		</element>
27
		<element name="NOTROUNDED" text="If selected, resulting polygons will not be rounded" description="Do not round resulting polygons" type="3">
28
		</element>
29
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
30
		</element>
31
		<element name="RESULT" text="The resulting buffer layer" description="Buffer" type="2">
32
		</element>
33
	</help>
34
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 35

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.118/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.hydrology.channelNetwork/channelnetwork.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm generates two new layers (raster and vector) with a channel network extracted from a DEM and a layer with addittional information." description="Description" type="0">
4
		</element>
5
		<element name="ADDITIONAL_INFO" text="* D. P. Tarboton, D.G.; Ames. Advances in the mapping of flow networks from digital elevation data. In World Water and Environmental Resources Congress,2001. &#10;* D. Mark. Automated detection of drainage networks from digital elevation models. Cartographica, 21:168-178, 1984." description="Additional information" type="0">
6
		</element>
7
		<element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
8
		</element>
9
		<element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
10
		</element>
11
		<element name="USER_NOTES" text="" description="User_notes" type="0">
12
		</element>
13
		<element name="DEM" text="Digital Elevation Model." description="Elevation" type="3">
14
		</element>
15
		<element name="THRESHOLDLAYER" text="A layer to locate stream headers. Flow accumulation is usually used as the threshold layer" description="Threshold layer" type="3">
16
		</element>
17
		<element name="METHOD" text="a condition that the cells of the threshold layer should meet to be part of a stream&#10;* More than&#10;* Less than" description="Threshold" type="3">
18
		</element>
19
		<element name="THRESHOLD" text="A threshold value to apply the above mentioned condition. Should be in the same units as the threshold layer" description="Threshold" type="3">
20
		</element>
21
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
22
		</element>
23
		<element name="NETWORK" text="the values of the cells indicate the hierarchical order (Strahler) of the streams that flow through each one of them. In those cells where no stream is defined, no data values will appear." description="Channel network" type="2">
24
			<image description="" file="red de drenaje_raster.jpg">
25
			</image>
26
		</element>
27
		<element name="NETWORKVECT" text="The channel network in vector format" description="Channel network" type="2">
28
			<image description="" file="red de drenaje_vectorial.jpg">
29
			</image>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff