Revision 1912

View differences:

org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250/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.250</version>
10

  
11
	<parent>
12
		<groupId>org.gvsig</groupId>
13
		<artifactId>org.gvsig.desktop</artifactId>
14
    <version>2.0.419</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.243</org.gvsig.raster.version>
21
		<org.gvsig.toolbox.version>1.0.105</org.gvsig.toolbox.version>
22
    <gvsig.tools.version>3.0.357</gvsig.tools.version>
23
	</properties>
24
	<scm>
25
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250</connection>
26
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250</developerConnection>
27
		<url>https://devel.gvsig.org/redmine/projects/gvsig-geoprocess/repository/show/org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250</url>
28
	</scm>
29

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

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

  
182

  
183
          <dependency>
184
            <groupId>org.jetbrains.kotlin</groupId>
185
            <artifactId>kotlin-stdlib</artifactId>
186
            <version>1.0.7</version>
187
          </dependency>
188

  
189
          <dependency>
190
            <groupId>org.jetbrains.kotlin</groupId>
191
            <artifactId>kotlin-runtime</artifactId>
192
            <version>1.0.7</version>
193
          </dependency>
194

  
195
          <dependency>
196
            <groupId>org.eclipse.collections</groupId>
197
            <artifactId>eclipse-collections-api</artifactId>
198
            <version>7.1.1</version>
199
          </dependency>
200

  
201
          <dependency>
202
            <groupId>net.jcip</groupId>
203
            <artifactId>jcip-annotations</artifactId>
204
            <version>1.0</version>
205
          </dependency>
206

  
207
          <dependency>
208
            <groupId>org.eclipse.collections</groupId>
209
            <artifactId>eclipse-collections</artifactId>
210
            <version>7.1.1</version>
211
          </dependency>
212

  
213
          <dependency>
214
            <groupId>org.eclipse.collections</groupId>
215
            <artifactId>eclipse-collections-forkjoin</artifactId>
216
            <version>7.1.1</version>
217
          </dependency>
218

  
219
          <dependency>
220
            <groupId>com.google.guava</groupId>
221
            <artifactId>guava</artifactId>
222
            <version>19.0</version>
223
          </dependency>
224

  
225
          <dependency>
226
            <groupId>net.jpountz.lz4</groupId>
227
            <artifactId>lz4</artifactId>
228
            <version>1.3.0</version>
229
          </dependency>
230

  
231
          <dependency>
232
            <groupId>org.mapdb</groupId>
233
            <artifactId>elsa</artifactId>
234
            <version>3.0.0-M5</version>
235
          </dependency>
236

  
237
		</dependencies>
238
	</dependencyManagement>
239

  
240
	<build>
241
		<plugins>
242
			<plugin>
243
				<groupId>org.apache.maven.plugins</groupId>
244
				<artifactId>maven-release-plugin</artifactId>
245
				<configuration>
246
					<tagBase>https://devel.gvsig.org/svn/gvsig-geoprocess/org.gvsig.geoprocess/tags/</tagBase>
247
					<goals>deploy</goals>
248
				</configuration>
249
			</plugin>
250

  
251
			<plugin>
252
				<groupId>org.apache.maven.plugins</groupId>
253
				<artifactId>maven-compiler-plugin</artifactId>
254
				<version>2.0.2</version>
255
				<configuration>
256
					<source>1.8</source>
257
					<target>1.8</target>
258
					<encoding>ISO-8859-1</encoding>
259
				</configuration>
260
			</plugin>
261

  
262
<!-- 			<plugin>
263
				<groupId>org.codehaus.mojo</groupId>
264
				<artifactId>animal-sniffer-maven-plugin</artifactId>
265
				<executions>
266
					<execution>
267
						<id>check-java-api</id>
268
						<phase>test</phase>
269
						<goals>
270
							<goal>check</goal>
271
						</goals>
272
						<configuration>
273
							<signature>
274
								<groupId>org.codehaus.mojo.signature
275
								</groupId>
276
								<artifactId>java16</artifactId>
277
								<version>1.0</version>
278
							</signature>
279
						</configuration>
280
					</execution>
281
				</executions>
282
			</plugin> -->
283

  
284
		</plugins>
285
	</build>
286

  
287
	<modules>
288
		<module>org.gvsig.geoprocess.lib</module>
289
		<module>org.gvsig.geoprocess.app</module>
290
		<module>org.gvsig.geoprocess.algorithm</module>
291
	</modules>
292
</project>
0 293

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250/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.250/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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text.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
Warning=Aviso
26

  
27
You_need_to_restart=Para que los cambios tengan efecto, necesita reiniciar la aplicaci\u00F3n
28

  
29
Cancel=Cancelar
30

  
31
OK=Aceptar
32

  
33
Models=Modelos
34

  
35
Algorithms=Algoritmos
36

  
37
Procedures=Procesos
38

  
39
Wrong_or_missing_parameters_definition=Par\u00E1metros invalidos o insuficientes
40

  
41
Command=Comando
42

  
43
Icon=Icono
44

  
45
Name=Nombre
46

  
47
Not_enough_data_to_run_this_command=Datos insuficientes para ejecutar el comando
48

  
49
Modeler=Modelizador
50

  
51
New_view_name=Nueva vista
52

  
53
GRASS_color_table=Tabla de color de GRASS
54

  
55
Geoprocessing_Toolbox=Caja de herramientas
56

  
57
Geoprocessing_Modeler=Modelizador
58

  
59
Geoprocessing_command_line=L\u00EDnea de comandos
60

  
61
Geoprocessing_History=Historial
62

  
63
Geoprocessing_Data_Explorer=Explorador de datos
64

  
65
Geoprocessing_Results=Resultados
66

  
67
Geoprocessing_Help=Ayuda de geoprocesamiento
68

  
69
Geoprocessing_PointCollector=Capturar coordenadas
70

  
71
remotesensing=Procesado de im\u00E1genes y teledetecci\u00F3n
72

  
73
Mosaic=Mosaico
74

  
75
MultispectralTransformation=Transformaciones multiespectrales
76

  
77
DecisionTree=\u00C1rboles de decisi\u00F3n
78

  
79
Classification=Clasificaci\u00F3n
80

  
81
Geoprocessing=Geoprocesamiento
82

  
83
Point_name=Nombre del punto
84

  
85
New_point=Nuevo punto
86

  
87
tools=Herramientas
88

  
89
Save_as=Guardar como...
90

  
91
file_operations=Fichero...
92

  
93
modeler_grid_activate=Usar grid\:
94

  
95
modeler_add_par_boolean=A\u00F1adir valor booleano
96

  
97
modeler_add_par_numerical=A\u00F1adir valor num\u00E9rico
98

  
99
modeler_add_par_string=A\u00F1adir cadena de texto
100

  
101
modeler_add_par_filepath=A\u00F1adir fichero o carpeta
102

  
103
modeler_add_par_table=A\u00F1adir tabla
104

  
105
modeler_add_par_point=A\u00F1adir punto de coordenadas
106

  
107
modeler_add_par_fixed_table=A\u00F1adir tabla fija
108

  
109
modeler_add_par_selection=A\u00F1adir opci\u00F3n
110

  
111
modeler_add_par_multiple=A\u00F1adir entrada m\u00FAltiple
112

  
113
modeler_add_par_vector=A\u00F1adir capa vectorial
114

  
115
modeler_add_par_raster=A\u00F1adir capa raster
116

  
117
modeler_add_par_raster_3D=A\u00F1adir capa raster 3D
118

  
119
modeler_add_par_band=A\u00F1adir banda raster
120

  
121
modeler_add_par_field=A\u00F1adir campo
122

  
123
modeler_edit_parameter=Editar entrada
124

  
125
modeler_add_algorithm=A\u00F1adir algoritmo
126

  
127
modeler_edit_algorithm=Editar configuraci\u00F3n del algoritmo
128

  
129
node_Inputs=Entradas
130

  
131
node_Layers=Capas
132

  
133
node_Values=Valores
134

  
135
node_Fields_and_Tables=Campos y tablas
136

  
137
node_Others=Otros
138

  
139
Raster_band=Banda raster
140

  
141
Default_value_true=Verdadero por defecto
142

  
143
nothing_to_set=<html><i>Nada que configurar.</i></html>
144

  
145
vector_type=Tipo de geometr\u00EDa\:
146

  
147
filepath_type=Tipo de entrada\:
148

  
149
filepath_file_open=Fichero (abrir)
150

  
151
filepath_file_save=Fichero (salvar)
152

  
153
filepath_folder=Carpeta
154

  
155
filepath_is_voxel_data=La entrada son datos voxel
156

  
157
file_extension=Extensi\u00F3n (ej. \"asc\")\:
158

  
159
Default_value=Valor por defecto\:
160

  
161
Value_type=Tipo de valor\:
162

  
163
Max_value=Valor m\u00E1ximo\:
164

  
165
Min_value=Valor m\u00EDnimo\:
166

  
167
Filepath=Fichero o carpeta
168

  
169
Description=Descripci\u00F3n\:
170

  
171
Default_value=Valor por defecto\:
172

  
173
Number_of_columns=N\u00FAmero de columnas\:
174

  
175
Number_of_rows=N\u00FAmero de filas\:
0 176

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/text_en.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
Warning=Warning
26

  
27
You_need_to_restart=You need to restart the application for changes to take effect.
28

  
29
Cancel=Cancel
30

  
31
OK=OK
32

  
33
Models=Models
34

  
35
Algorithms=Algorithms
36

  
37
Procedures=Procedures
38

  
39
Wrong_or_missing_parameters_definition=Wrong or missing parameters definition
40

  
41
Command=Command
42

  
43
Icon=Icon
44

  
45
Name=Name
46

  
47
Not_enough_data_to_run_this_command=Not enough data to run this command
48

  
49
Modeler=Modeler
50

  
51
New_view_name=New view
52

  
53
GRASS_color_table=GRASS color table
54

  
55
Geoprocessing_Toolbox=Toolbox
56

  
57
Geoprocessing_Modeler=Modeler
58

  
59
Geoprocessing_command_line=Command line
60

  
61
Geoprocessing_History=History
62

  
63
Geoprocessing_Data_Explorer=Data explorer
64

  
65
Geoprocessing_Results=Results
66

  
67
Geoprocessing_Help=Geoprocessing help
68

  
69
Geoprocessing_PointCollector=Catch coordinates
70

  
71
remotesensing=Remote sensing
72

  
73
Mosaic=Mosaic
74

  
75
MultispectralTransformation=Multispectral transformation
76

  
77
DecisionTree=Decision tree
78

  
79
Classification=Classification
80

  
81
Geoprocessing=Geoprocessing
82

  
83
Point_name=Point name
84

  
85
New_point=New point
86

  
87
tools=Tools
88

  
89
Default_value=Default value\:
90

  
91
Value_type=Type of value\:
92

  
93
Max_value=Max. value\:
94

  
95
Min_value=Min. value\:
96

  
97
Filepath=File or folder
98

  
99
Description=Description\:
100

  
101
Number_of_columns=N\u00FAmero de columnas\: 
102

  
103
Number_of_rows=N\u00FAmero de filas\: 
0 104

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250/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.250/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.250/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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.lighting.hillshade/hillshade.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm creates a shaded relief image layer from a DEM. " description="Description" type="0">
4
			<image description="" file="Relieve sombreado.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="DEM" text="Digital Elevation Model." description="DEM" type="3">
16
		</element>
17
		<element name="METHOD" text="the method to use may be selected from the following:&#10;* Standard&#10;* Standard (max 90&#186;)&#10;* Combined" description="Method" type="3">
18
		</element>
19
		<element name="DECLINATION" text="Sun elevation angle above the horizon. In degrees, and ranging from 0 to 90." description="Sun elevation angle [degrees]" type="3">
20
		</element>
21
		<element name="AZIMUTH" text="Azimuth angle of the Sun.&#10;&#10;The azimuth is expressed in positive degrees from 0 to 360, measured clockwise from north." description="Sun azimuthal angle [degrees]" type="3">
22
		</element>
23
		<element name="EXAGGERATION" text="Use this to exaggerate the relief and get a more dramatic effect if flat terrains." description="Exaggeration" type="3">
24
		</element>
25
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
26
		</element>
27
		<element name="SHADED" text="" description="Shaded relief" type="2">
28
		</element>
29
	</help>
30
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 31

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.hydrology.slopeLength/slopelength.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the lenght of the longest flow path uphill of 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="DEM" text="Digital Elevation Model." description="Elevation" type="3">
14
		</element>
15
		<element name="THRESHOLD" text='If the field "Use threshold" is selected, the resulting value is not the length of the longest flow path uphill, but instead the length the longest uphill path without slope changes above this threshold&#10;&#10;Slope changes are calculated as the ratio of the slope in a cell and the slope in the one located inmediatly uphill.' description="Slope change threshold" type="3">
16
		</element>
17
		<element name="USETHRESHOLD" text="Select this to use a threshold to interrupt the measurement of flow paths when a large change in slope occurs" description="Use threshold" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="SLOPELENGTH" text="" description="Slope length" type="2">
22
			<image description="" file="longitud_de_pendiente.jpg">
23
			</image>
24
		</element>
25
	</help>
26
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
0 27

  
org.gvsig.geoprocess/tags/org.gvsig.geoprocess-2.2.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vegetationIndices.ndvi/ndvi.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="The Normalized Difference Vegitation Index or NDVI (Rouse et al., 1974) is an index used to measure the normalized difference between the reflection of red and near- infrared providing a mesurement on the quantity, development  and robustness of the vegetative cover ina given area. This index is the result of the following formula:" description="Description" type="0">
4
			<image description="" file="ndvi_formula.jpg">
5
			</image>
6
		</element>
7
		<element name="ADDITIONAL_INFO" text="* http://en.wikipedia.org/wiki/NDVI &#10;* http://earthobservatory.nasa.gov/Library/MeasuringVegetation/&#10;* http://www-gem.jrc.it/stars/vis.htm&#10;* Rock, B.; Williams, D. &amp; Vogelmann, J. Field and airborne spectral characterization of suspected acid deposition damage in red spruce (Picea rubens) from Vermont Proc., Symp. on Machine Processing of Remotely Sensed Data, Purdue Univ., West Lafayette, Indiana., 1985 &#10;* Lee, N. &amp; Nakane, K. Forest vegetation classification and biomass estimation based on Landsat TM data in a mountainous region of West Japan Forestry Sciences, 1997, 50, 159-171" 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="LAYERRED" text="Layer with values corresponding to the spectral reflectance in the red region" description="Red layer" type="3">
16
		</element>
17
		<element name="BANDRED" text="Band with values corresponding to the spectral reflectance in the red region" description="Red band" type="3">
18
		</element>
19
		<element name="LAYERNIR" text="Layer with values corresponding to the spectral reflectance in the near infrared region" description="Near infrarred layer" type="3">
20
		</element>
21
		<element name="BANDNIR" text="Band with values corresponding to the spectral reflectance in the near infrared region" description="Near infrared band" type="3">
22
		</element>
23
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
24
		</element>
25
		<element name="RESULT" text="NDVI" description="Result" type="2">
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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.vectorSpatialCluster/vectorspatialcluster.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm creates clusters from an input points layer, grouping them according to their spatial location.&#10;&#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 points layer" description="Layer" type="3">
14
		</element>
15
		<element name="NUMCLASS" text="The desired number of clusters" description="Number of classes" type="3">
16
		</element>
17
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
18
		</element>
19
		<element name="RESULT" text="The resulting layer is identical to the input one, but contains an additional field in its attributes table, which indicates the group each point belongs to." description="Result" 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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.graticuleBuilder/graticulebuilder.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="Creates a new vector layer based on a regular grid or graticule. The output may be presented as rectangles, lines or points." description="Description" type="0">
4
			<image description="" file="crear_reticula.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="XMIN" text="define the Minimum X coordinate." description="X Min" type="3">
16
		</element>
17
		<element name="XMAX" text="define the Maximum X coordinate." description="X Max" type="3">
18
		</element>
19
		<element name="YMIN" text="define the Minimum Y coordinate. " description="Y Min" type="3">
20
		</element>
21
		<element name="YMAX" text="define the Maximum Y coordinate." description="Y Max" type="3">
22
		</element>
23
		<element name="INTERVALX" text="interval value for X." description="X interval" type="3">
24
		</element>
25
		<element name="INTERVALY" text="interval value for Y." description="Y interval" type="3">
26
		</element>
27
		<element name="TYPE" text="The following options are available:&#10;* Rectangles&#10;* L&#237;nes&#10;* Points" description="Type" type="3">
28
		</element>
29
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
30
		</element>
31
		<element name="GRATICULE" text="The resulting graticule" description="Graticule" 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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vectorTools.simplifyPolygons/simplifypolygons.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm simplifies points, removing nodes from them. This reduces the amount of data needed to store a polygon, while preserving its original shape as much as possible. The number of nodes removed depends on a tolerance value." 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="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="LAYER" text="The input layer with polygons to simplify" description="Polygons" type="3">
14
		</element>
15
		<element name="TOLERANCE" text="The tolerance to use. Larger values will yield more simplified polygons (a larger number of points will be removed)" description="Tolerance" type="3">
16
		</element>
17
		<element name="PRESERVE" text="If selected, the algorithm will preserve the topology." description="Preserve topology" type="3">
18
		</element>
19
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
20
		</element>
21
		<element name="RESULT" text="The output layer with simplified polygons. The attributes table is left unaltered." description="Simplified polygons" 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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.gridTools.gridBasicStats/gridbasicstats.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates some basic statistical values for a raster layer: mean value, mean quadratic value, minimum value, maximum value, variance, sum total, variation coefficient, cells with valid values, cells without data." 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="input layer to calculate basic statistics." description="Layer" type="3">
14
		</element>
15
		<element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
16
		</element>
17
		<element name="STATS" text="A text showing the computed statistical values" description="Statistics" type="2">
18
			<image description="" file="estadisticas_basicas.jpg">
19
			</image>
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.250/org.gvsig.geoprocess.app/org.gvsig.geoprocess.app.mainplugin/src/main/resources-plugin/help/en/es.unex.sextante.vegetationIndices.pviRichardson/pvirichardson.xml
1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
	<help>
3
		<element name="DESCRIPTION" text="This algorithm calculates the Perpendicular Vegetation Index (PVI) (Richardson and Wiegand, 1977). The PVI uses the perpendicular distance from each pixel from the soil line according to how it is shown in the following figure: " description="Description" type="0">
4
		</element>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff