Revision 287

View differences:

org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/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/maven-v4_0_0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4

  
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>org.gvsig.toolbox</artifactId>
7
	<packaging>pom</packaging>
8
	<name>${artifactId}</name>
9
	<version>1.0.46</version>
10

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

  
17
	<scm>
18
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-toolbox/org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46</connection>
19
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-toolbox/org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46</developerConnection>
20
        <url>https://devel.gvsig.org/redmine/projects/gvsig-toolbox/repository/show/org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46</url>
21
    </scm>
22

  
23
	<repositories>
24
      <repository>
25
        <id>gvsig-public-http-repository</id>
26
        <name>gvSIG maven public HTTP repository</name>
27
        <url>http://devel.gvsig.org/m2repo/j2se</url>
28
        <releases>
29
          <enabled>true</enabled>
30
          <updatePolicy>daily</updatePolicy>
31
          <checksumPolicy>warn</checksumPolicy>
32
        </releases>
33
        <snapshots>
34
          <enabled>true</enabled>
35
          <updatePolicy>daily</updatePolicy>
36
          <checksumPolicy>warn</checksumPolicy>
37
        </snapshots>
38
      </repository>
39
    </repositories>
40

  
41
	<properties>
42
    	<maven.compiler.source>1.6</maven.compiler.source>
43
    	<maven.compiler.target>1.6</maven.compiler.target>
44
	</properties>
45

  
46
	 <build>
47

  
48
	    <pluginManagement>
49
	       <plugins>
50
	          <plugin>
51
                <groupId>org.codehaus.mojo</groupId>
52
                <artifactId>animal-sniffer-maven-plugin</artifactId>
53
                <version>1.7</version>
54
              </plugin>
55
	       </plugins>
56
	    </pluginManagement>
57

  
58
	    <plugins>
59
        	<plugin>
60
            	<groupId>org.apache.maven.plugins</groupId>
61
            	<artifactId>maven-compiler-plugin</artifactId>
62
            	<version>2.0.2</version>
63
            	<configuration>
64
                	<source>1.6</source>
65
                	<target>1.6</target>
66
                	<encoding>ISO-8859-1</encoding>
67
            	</configuration>
68
        	</plugin>
69

  
70
        	<plugin>
71
              <groupId>org.codehaus.mojo</groupId>
72
              <artifactId>animal-sniffer-maven-plugin</artifactId>
73
              <executions>
74
                <execution>
75
                    <id>check-java-api</id>
76
                    <phase>test</phase>
77
                    <goals>
78
                        <goal>check</goal>
79
                    </goals>
80
                    <configuration>
81
                        <signature>
82
                            <groupId>org.codehaus.mojo.signature
83
                            </groupId>
84
                            <artifactId>java16</artifactId>
85
                            <version>1.0</version>
86
                        </signature>
87
                    </configuration>
88
                </execution>
89
              </executions>
90
             </plugin>
91

  
92
             <plugin>
93
                <groupId>org.apache.maven.plugins</groupId>
94
                <artifactId>maven-release-plugin</artifactId>
95
                <configuration>
96
                    <tagBase>https://devel.gvsig.org/svn/gvsig-toolbox/org.gvsig.toolbox/tags/</tagBase>
97
                    <goals>deploy</goals>
98
                </configuration>
99
            </plugin>
100

  
101
    	  </plugins>
102
    </build>
103

  
104
	<dependencyManagement>
105
      <dependencies>
106
		<dependency>
107
			<groupId>gishur</groupId>
108
			<artifactId>gishur_x</artifactId>
109
			<version>unknown</version>
110
		</dependency>
111
		<dependency>
112
			<groupId>gishur</groupId>
113
			<artifactId>gishur_core</artifactId>
114
			<version>unknown</version>
115
		</dependency>
116
		<dependency>
117
			<groupId>com.vividsolutions</groupId>
118
			<artifactId>jts</artifactId>
119
			<version>1.13</version>
120
		</dependency>
121
		<dependency>
122
			<groupId>org.gvsig</groupId>
123
			<artifactId>org.gvsig.toolbox.algorithm</artifactId>
124
			<version>1.0.46</version>
125
		</dependency>
126
		<dependency>
127
			<groupId>org.gvsig</groupId>
128
			<artifactId>org.gvsig.toolbox.core</artifactId>
129
			<version>1.0.46</version>
130
		</dependency>
131
		<dependency>
132
			<groupId>org.gvsig</groupId>
133
			<artifactId>org.gvsig.toolbox.gui</artifactId>
134
			<version>1.0.46</version>
135
		</dependency>
136
		<dependency>
137
			<groupId>org.gvsig</groupId>
138
			<artifactId>org.gvsig.toolbox.math</artifactId>
139
			<version>1.0.46</version>
140
		</dependency>
141
		<dependency>
142
			<groupId>gnu.trove</groupId>
143
			<artifactId>trove</artifactId>
144
			<version>0.1.8</version>
145
		</dependency>
146
		<dependency>
147
			  <groupId>org.gvsig.legacy</groupId>
148
			  <artifactId>jama</artifactId>
149
			  <version>1.0.2</version>
150
		</dependency>
151
        <dependency>
152
			<groupId>org.nfunk</groupId>
153
			<artifactId>jep</artifactId>
154
			<version>2.4.0</version>
155
		</dependency>
156
		<dependency>
157
			<groupId>commons-codec</groupId>
158
			<artifactId>commons-codec</artifactId>
159
			<version>1.8</version>
160
		</dependency>
161
		<dependency>
162
            <groupId>es.unex</groupId>
163
            <artifactId>sextante_wps</artifactId>
164
            <version>0.6.0</version>
165
        </dependency>
166
        <dependency>
167
			<groupId>es.unex</groupId>
168
			<artifactId>libDocEngines</artifactId>
169
			<version>0.6.0</version>
170
		</dependency>
171
		<dependency>
172
			<groupId>org.beanshell</groupId>
173
			<artifactId>bsh</artifactId>
174
			<version>2.0b4</version>
175
		</dependency>
176
        <dependency>
177
            <groupId>org.japura</groupId>
178
            <artifactId>org.japura</artifactId>
179
            <version>1.14.0</version>
180
        </dependency>
181
<!--		<dependency>
182
			<groupId>commons-codec</groupId>
183
			<artifactId>commons-codec</artifactId>
184
			<version>1.8</version>
185
		</dependency>-->
186
	  </dependencies>
187
	</dependencyManagement>
188

  
189
	 <modules>
190
		<module>org.gvsig.toolbox.math</module>
191
		<module>org.gvsig.toolbox.gui</module>
192
		<module>org.gvsig.toolbox.core</module>
193
		<module>org.gvsig.toolbox.algorithm</module>
194
	</modules>
195
</project>
0 196

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_visualisation_129.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_visualisation
11
module name :	Fit Color Palette to Grid Values
12
author      :	(c) 2005 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 2 -GRID <str> [-COUNT <num>] [-SCALE <str>] [-RANGE_MIN <str>] [-RANGE_MAX <str>]
16
  -GRID:<str>     	Grid
17
	Grid (input)
18
  -COUNT:<num>    	Number of Colors
19
	Integer
20
	Minimum: 2.000000
21
  -SCALE:<str>    	Scale
22
	Choice
23
	Available Choices:
24
	[0] Grid range
25
	[1] User defined range
26
  -RANGE_MIN:<str>	User defined range
27
	Value range
28
  -RANGE_MAX:<str>	User defined range
29
	Value range
0 30

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_tools_124.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_tools
11
module name :	Sort Grid
12
author      :	
13
_____________________________________________
14
go...
15
Usage: 21 -GRID <str> -OUTPUT <str> [-DOWN]
16
  -GRID:<str>  	Input Grid
17
	Grid (input)
18
  -OUTPUT:<str>	Sorted Grid
19
	Grid (output)
20
  -DOWN        	Down sort
21
	Boolean
0 22

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_calculus_76.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_calculus
11
module name :	Polynomial Trend from Grids
12
author      :	O. Conrad (c) 2011
13
_____________________________________________
14
go...
15
Usage: 17 -GRIDS <str> [-Y_GRIDS <str>] [-Y_TABLE <str>] -PARMS <str> [-QUALITY <str>] [-POLYNOM <str>]
16
  -GRIDS:<str>  	Dependent Variables
17
	Grid list (input)
18
  -Y_GRIDS:<str>	Independent Variable (per Grid and Cell)
19
	Grid list (optional input)
20
  -Y_TABLE:<str>	Independent Variable (per Grid)
21
	Static table
22
	1 Fields:
23
	- 1. [8 byte floating point number] Value
24
	
25
  -PARMS:<str>  	Polynomial Coefficients
26
	Grid list (output)
27
  -QUALITY:<str>	Coefficient of Determination
28
	Grid (optional output)
29
  -POLYNOM:<str>	Type of Approximated Function
30
	Choice
31
	Available Choices:
32
	[0] first order polynom (linear regression)
33
	[1] second order polynom
34
	[2] third order polynom
35
	[3] fourth order polynom
36
	[4] fifth order polynom
0 37

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_tools_308.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_tools
11
module name :	Copy Selection to New Shapes Layer
12
author      :	Victor Olaya (c) 2004
13
_____________________________________________
14
go...
15
Usage: 6 -INPUT <str> -OUTPUT <str>
16
  -INPUT:<str> 	Input
17
	Shapes (input)
18
  -OUTPUT:<str>	Output
19
	Shapes (output)
0 20

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_hydrology_362.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Catchment Area (Parallel)
12
 1	- Catchment Area (Recursive)
13
 2	- Catchment Area (Flow Tracing)
14
 4	- Upslope Area
15
 6	- Flow Path Length
16
 7	- Slope Length
17
 10	- Cell Balance
18
 13	- Edge Contamination
19
 15	- SAGA Wetness Index
20
 16	- Lake Flood
21
 18	- Flow Accumulation, Mass-Flux Method
22
 19	- Flow Width and Specific Catchment Area
23
 20	- Topographic Wetness Index (TWI)
24
 21	- Stream Power Index
25
 22	- LS Factor
26

  
27
type -h or --help for further information
28

  
29
error: cannot execute interactive module [9]
30

  
31
error: module
0 32

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_analysis_45.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_analysis
11
module name :	Accumulated Cost (Anisotropic)
12
author      :	Copyrights (c) 2004 by Victor Olaya
13
_____________________________________________
14
go...
15
Usage: 1 -COST <str> -DIRECTION <str> -POINTS <str> -ACCCOST <str> [-K <str>] [-THRESHOLD <str>]
16
  -COST:<str>     	Cost Grid
17
	Grid (input)
18
  -DIRECTION:<str>	Direction of max cost
19
	Grid (input)
20
  -POINTS:<str>   	Destination Points
21
	Grid (input)
22
  -ACCCOST:<str>  	Accumulated Cost
23
	Grid (output)
24
  -K:<str>        	k factor
25
	Floating point
26
  -THRESHOLD:<str>	Threshold for different route
27
	Floating point
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_polygons_301.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_polygons
11
module name :	Polygons to Edges and Nodes
12
author      :	O. Conrad (c) 2011
13
_____________________________________________
14
go...
15
Usage: 9 -POLYGONS <str> -EDGES <str> -NODES <str>
16
  -POLYGONS:<str>	Polygons
17
	Shapes (input)
18
  -EDGES:<str>   	Edges
19
	Shapes (output)
20
  -NODES:<str>   	Nodes
21
	Shapes (output)
0 22

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_ta_hydrology_366.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	ta_hydrology
11
module name :	Edge Contamination
12
author      :	V.Olaya (c) 2004
13
_____________________________________________
14
go...
15
Usage: 13 -DEM <str> -CONTAMINATION <str>
16
  -DEM:<str>          	Elevation
17
	Grid (input)
18
  -CONTAMINATION:<str>	Edge Contamination
19
	Grid (output)
0 20

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_filter_82.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_filter
11
module name :	Multi Direction Lee Filter
12
author      :	Copyrights (c) 2003 by Andre Ringeler
13
_____________________________________________
14
go...
15
Usage: 3 -INPUT <str> -RESULT <str> [-STDDEV <str>] [-DIR <str>] [-NOISE_ABS <str>] [-NOISE_REL <str>] [-WEIGHTED] [-METHOD <str>]
16
  -INPUT:<str>    	Grid
17
	Grid (input)
18
  -RESULT:<str>   	Filtered Grid
19
	Grid (output)
20
  -STDDEV:<str>   	Minimum Standard Deviation
21
	Grid (optional output)
22
  -DIR:<str>      	Direction of Minimum Standard Deviation
23
	Grid (optional output)
24
  -NOISE_ABS:<str>	Estimated Noise (absolute)
25
	Floating point
26
  -NOISE_REL:<str>	Estimated Noise (relative)
27
	Floating point
28
  -WEIGHTED       	Weighted
29
	Boolean
30
  -METHOD:<str>   	Method
31
	Choice
32
	Available Choices:
33
	[0] noise variance given as absolute value
34
	[1] noise variance given relative to mean standard deviation
35
	[2] original calculation (Ringeler)
0 36

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_analysis_49.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_analysis
11
module name :	Least Cost Paths
12
author      :	O. Conrad, V. Olaya, V. Wichmann (c) 2004-2010
13
_____________________________________________
14
go...
15
Usage: 5 -SOURCE <str> -DEM <str> [-VALUES <str>] -POINTS <str> -LINE <str>
16
  -SOURCE:<str>	Source Point(s)
17
	Shapes (input)
18
  -DEM:<str>   	Accumulated cost
19
	Grid (input)
20
  -VALUES:<str>	Values
21
	Grid list (optional input)
22
  -POINTS:<str>	Profile (points)
23
	Shapes list (output)
24
  -LINE:<str>  	Profile (lines)
25
	Shapes list (output)
0 26

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_gridding_91.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_gridding
11
module name :	Nearest Neighbour
12
author      :	(c) 2003 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 2 -SHAPES <str> [-FIELD <str>] [-TARGET <str>] [-USER_XMIN <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-USER_SIZE <str>] [-USER_GRID <str>] [-GRID_GRID <str>]
16
  -SHAPES:<str>   	Points
17
	Shapes (input)
18
  -FIELD:<str>    	Attribute
19
	Table field
20
  -TARGET:<str>   	Target Grid
21
	Choice
22
	Available Choices:
23
	[0] user defined
24
	[1] grid
25
  -USER_XMIN:<str>	Left
26
	Floating point
27
  -USER_XMAX:<str>	Right
28
	Floating point
29
  -USER_YMIN:<str>	Bottom
30
	Floating point
31
  -USER_YMAX:<str>	Top
32
	Floating point
33
  -USER_SIZE:<str>	Cellsize
34
	Floating point
35
	Minimum: 0.000000
36
  -USER_GRID:<str>	Grid
37
	Data Object (optional output)
38
  -GRID_GRID:<str>	Grid
39
	Grid (output)
0 40

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_filter_86.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_filter
11
module name :	DTM Filter (slope-based)
12
author      :	Volker Wichmann (c) 2010, LASERDATA GmbH
13
_____________________________________________
14
go...
15
Usage: 7 -INPUT <str> [-RADIUS <num>] [-TERRAINSLOPE <str>] [-STDDEV] -GROUND <str> -NONGROUND <str>
16
  -INPUT:<str>       	Grid to filter
17
	Grid (input)
18
  -RADIUS:<num>      	Search Radius
19
	Integer
20
	Minimum: 1.000000
21
  -TERRAINSLOPE:<str>	Approx. Terrain Slope
22
	Floating point
23
	Minimum: 0.000000
24
  -STDDEV            	Use Confidence Interval
25
	Boolean
26
  -GROUND:<str>      	Bare Earth
27
	Grid (output)
28
  -NONGROUND:<str>   	Removed Objects
29
	Grid (output)
0 30

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_table_calculus_340.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	table_calculus
11
module name :	Cluster Analysis
12
author      :	O. Conrad (c) 2010
13
_____________________________________________
14
go...
15
Usage: 6 -TABLE <str> -STATISTICS <str> [-METHOD <str>] [-NCLUSTER <num>] [-NORMALISE]
16
  -TABLE:<str>     	Table
17
	Table (input)
18
  -STATISTICS:<str>	Statistics
19
	Table (output)
20
  -METHOD:<str>    	Method
21
	Choice
22
	Available Choices:
23
	[0] Iterative Minimum Distance (Forgy 1965)
24
	[1] Hill-Climbing (Rubin 1967)
25
	[2] Combined Minimum Distance / Hillclimbing
26
  -NCLUSTER:<num>  	Clusters
27
	Integer
28
	Minimum: 2.000000
29
  -NORMALISE       	Normalise
30
	Boolean
0 31

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_gridding_95.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_gridding
11
module name :	Kernel Density Estimation
12
author      :	O.Conrad (c) 2010
13
_____________________________________________
14
go...
15
Usage: 6 -POINTS <str> [-POPULATION <str>] [-RADIUS <str>] [-KERNEL <str>] [-TARGET <str>] [-USER_XMIN <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-USER_SIZE <str>] [-USER_GRID <str>] [-GRID_GRID <str>]
16
  -POINTS:<str>    	Points
17
	Shapes (input)
18
  -POPULATION:<str>	Population
19
	Table field
20
  -RADIUS:<str>    	Radius
21
	Floating point
22
	Minimum: 0.000000
23
  -KERNEL:<str>    	Kernel
24
	Choice
25
	Available Choices:
26
	[0] quartic kernel
27
	[1] gaussian kernel
28
  -TARGET:<str>    	Target Grid
29
	Choice
30
	Available Choices:
31
	[0] user defined
32
	[1] grid
33
  -USER_XMIN:<str> 	Left
34
	Floating point
35
  -USER_XMAX:<str> 	Right
36
	Floating point
37
  -USER_YMIN:<str> 	Bottom
38
	Floating point
39
  -USER_YMAX:<str> 	Top
40
	Floating point
41
  -USER_SIZE:<str> 	Cellsize
42
	Floating point
43
	Minimum: 0.000000
44
  -USER_GRID:<str> 	Grid
45
	Data Object (optional output)
46
  -GRID_GRID:<str> 	Grid
47
	Grid (output)
0 48

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_spline_100.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_spline
11
module name :	Multilevel B-Spline Interpolation
12
author      :	(c) 2006 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 4 -SHAPES <str> [-FIELD <str>] [-TARGET <str>] [-METHOD <str>] [-EPSILON <str>] [-LEVEL_MAX <num>] [-UPDATE] [-USER_XMIN <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-USER_SIZE <str>] [-USER_GRID <str>] [-GRID_GRID <str>]
16
  -SHAPES:<str>   	Points
17
	Shapes (input)
18
  -FIELD:<str>    	Attribute
19
	Table field
20
  -TARGET:<str>   	Target Grid
21
	Choice
22
	Available Choices:
23
	[0] user defined
24
	[1] grid
25
  -METHOD:<str>   	Method
26
	Choice
27
	Available Choices:
28
	[0] without B-spline refinement
29
	[1] with B-spline refinement
30
  -EPSILON:<str>  	Threshold Error
31
	Floating point
32
	Minimum: 0.000000
33
  -LEVEL_MAX:<num>	Maximum Level
34
	Integer
35
	Value Range: 1.000000 - 14.000000
36
  -UPDATE         	Update View
37
	Boolean
38
  -USER_XMIN:<str>	Left
39
	Floating point
40
  -USER_XMAX:<str>	Right
41
	Floating point
42
  -USER_YMIN:<str>	Bottom
43
	Floating point
44
  -USER_YMAX:<str>	Top
45
	Floating point
46
  -USER_SIZE:<str>	Cellsize
47
	Floating point
48
	Minimum: 0.000000
49
  -USER_GRID:<str>	Grid
50
	Data Object (optional output)
51
  -GRID_GRID:<str>	Grid
52
	Grid (output)
0 53

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_spline_98.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_spline
11
module name :	Thin Plate Spline (TIN)
12
author      :	(c) 2006 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 2 -SHAPES <str> [-FIELD <str>] [-TARGET <str>] [-REGUL <str>] [-LEVEL <str>] [-FRAME] [-USER_XMIN <str>] [-USER_XMAX <str>] [-USER_YMIN <str>] [-USER_YMAX <str>] [-USER_SIZE <str>] [-USER_GRID <str>] [-GRID_GRID <str>]
16
  -SHAPES:<str>   	Points
17
	Shapes (input)
18
  -FIELD:<str>    	Attribute
19
	Table field
20
  -TARGET:<str>   	Target Grid
21
	Choice
22
	Available Choices:
23
	[0] user defined
24
	[1] grid
25
  -REGUL:<str>    	Regularisation
26
	Floating point
27
  -LEVEL:<str>    	Neighbourhood
28
	Choice
29
	Available Choices:
30
	[0] immediate
31
	[1] level 1
32
	[2] level 2
33
  -FRAME          	Add Frame
34
	Boolean
35
  -USER_XMIN:<str>	Left
36
	Floating point
37
  -USER_XMAX:<str>	Right
38
	Floating point
39
  -USER_YMIN:<str>	Bottom
40
	Floating point
41
  -USER_YMAX:<str>	Top
42
	Floating point
43
  -USER_SIZE:<str>	Cellsize
44
	Floating point
45
	Minimum: 0.000000
46
  -USER_GRID:<str>	Grid
47
	Data Object (optional output)
48
  -GRID_GRID:<str>	Grid
49
	Grid (output)
0 50

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_grid_261.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_grid
11
module name :	Grid Statistics for Polygons
12
author      :	(c) 2003 by Olaf Conrad, Quantile Calculation (c) 2007 by Johan Van de Wauw
13
_____________________________________________
14
go...
15
Usage: 2 -GRIDS <str> -POLYGONS <str> [-RESULT <str>] [-COUNT] [-MIN] [-MAX] [-RANGE] [-MEAN] [-VAR] [-STDDEV] [-QUANTILE <num>]
16
  -GRIDS:<str>   	Grids
17
	Grid list (input)
18
  -POLYGONS:<str>	Polygons
19
	Shapes (input)
20
  -RESULT:<str>  	Statistics
21
	Shapes (optional output)
22
  -COUNT         	Number of Cells
23
	Boolean
24
  -MIN           	Minimum
25
	Boolean
26
  -MAX           	Maximum
27
	Boolean
28
  -RANGE         	Range
29
	Boolean
30
  -MEAN          	Mean
31
	Boolean
32
  -VAR           	Variance
33
	Boolean
34
  -STDDEV        	Standard Deviation
35
	Boolean
36
  -QUANTILE:<num>	Quantiles
37
	Integer
38
	Value Range: 0.000000 - 50.000000
0 39

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_contrib_a_perego_1.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	contrib_a_perego
11
module name :	Average With Thereshold 2
12
author      :	Alessandro Perego
13
_____________________________________________
14
go...
15
Usage: 1 -INPUT <str> -RESULT <str> [-RX <num>] [-RY <num>] [-THRESH <str>]
16
  -INPUT:<str> 	Input
17
	Grid (input)
18
  -RESULT:<str>	AWT Grid
19
	Grid (output)
20
  -RX:<num>    	Radius X
21
	Integer
22
	Minimum: 1.000000
23
  -RY:<num>    	Radius Y
24
	Integer
25
	Minimum: 1.000000
26
  -THRESH:<str>	Threshold
27
	Floating point
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_visualisation_130.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_visualisation
11
module name :	RGB Composite
12
author      :	(c) 2002 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 3 -GRID_R <str> [-R_METHOD <str>] [-R_RANGE_MIN <str>] [-R_RANGE_MAX <str>] [-R_PERCTL_MIN <str>] [-R_PERCTL_MAX <str>] [-R_PERCENT <str>] -GRID_G <str> [-G_METHOD <str>] [-G_RANGE_MIN <str>] [-G_RANGE_MAX <str>] [-G_PERCTL_MIN <str>] [-G_PERCTL_MAX <str>] [-G_PERCENT <str>] -GRID_B <str> [-B_METHOD <str>] [-B_RANGE_MIN <str>] [-B_RANGE_MAX <str>] [-B_PERCTL_MIN <str>] [-B_PERCTL_MAX <str>] [-B_PERCENT <str>] [-GRID_A <str>] [-A_METHOD <str>] [-A_RANGE_MIN <str>] [-A_RANGE_MAX <str>] [-A_PERCTL_MIN <str>] [-A_PERCTL_MAX <str>] [-A_PERCENT <str>] -GRID_RGB <str>
16
  -GRID_R:<str>      	Red
17
	Grid (input)
18
  -R_METHOD:<str>    	Value Preparation
19
	Choice
20
	Available Choices:
21
	[0] 0 - 255
22
	[1] Rescale to 0 - 255
23
	[2] User defined rescale
24
	[3] Percentiles
25
	[4] Percentage of standard deviation
26
  -R_RANGE_MIN:<str> 	Rescale Range
27
	Value range
28
  -R_RANGE_MAX:<str> 	Rescale Range
29
	Value range
30
  -R_PERCTL_MIN:<str>	Percentiles
31
	Value range
32
  -R_PERCTL_MAX:<str>	Percentiles
33
	Value range
34
  -R_PERCENT:<str>   	Percentage of standard deviation
35
	Floating point
36
	Minimum: 0.000000
37
  -GRID_G:<str>      	Green
38
	Grid (input)
39
  -G_METHOD:<str>    	Value Preparation
40
	Choice
41
	Available Choices:
42
	[0] 0 - 255
43
	[1] Rescale to 0 - 255
44
	[2] User defined rescale
45
	[3] Percentiles
46
	[4] Percentage of standard deviation
47
  -G_RANGE_MIN:<str> 	Rescale Range
48
	Value range
49
  -G_RANGE_MAX:<str> 	Rescale Range
50
	Value range
51
  -G_PERCTL_MIN:<str>	Percentiles
52
	Value range
53
  -G_PERCTL_MAX:<str>	Percentiles
54
	Value range
55
  -G_PERCENT:<str>   	Percentage of standard deviation
56
	Floating point
57
	Minimum: 0.000000
58
  -GRID_B:<str>      	Blue
59
	Grid (input)
60
  -B_METHOD:<str>    	Value Preparation
61
	Choice
62
	Available Choices:
63
	[0] 0 - 255
64
	[1] Rescale to 0 - 255
65
	[2] User defined rescale
66
	[3] Percentiles
67
	[4] Percentage of standard deviation
68
  -B_RANGE_MIN:<str> 	Rescale Range
69
	Value range
70
  -B_RANGE_MAX:<str> 	Rescale Range
71
	Value range
72
  -B_PERCTL_MIN:<str>	Percentiles
73
	Value range
74
  -B_PERCTL_MAX:<str>	Percentiles
75
	Value range
76
  -B_PERCENT:<str>   	Percentage of standard deviation
77
	Floating point
78
	Minimum: 0.000000
79
  -GRID_A:<str>      	Transparency
80
	Grid (optional input)
81
  -A_METHOD:<str>    	Value Preparation
82
	Choice
83
	Available Choices:
84
	[0] 0 - 255
85
	[1] Rescale to 0 - 255
86
	[2] User defined rescale
87
	[3] Percentiles
88
	[4] Percentage of standard deviation
89
  -A_RANGE_MIN:<str> 	Rescale Range
90
	Value range
91
  -A_RANGE_MAX:<str> 	Rescale Range
92
	Value range
93
  -A_PERCTL_MIN:<str>	Percentiles
94
	Value range
95
  -A_PERCTL_MAX:<str>	Percentiles
96
	Value range
97
  -A_PERCENT:<str>   	Percentage of standard deviation
98
	Floating point
99
	Minimum: 0.000000
100
  -GRID_RGB:<str>    	Composite
101
	Grid (output)
0 102

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_grid_265.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_grid
11
module name :	Vectorising Grid Classes
12
author      :	(c) 2008 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 6 -GRID <str> -POLYGONS <str> [-CLASS_ALL <str>] [-CLASS_ID <str>] [-SPLIT <str>]
16
  -GRID:<str>     	Grid
17
	Grid (input)
18
  -POLYGONS:<str> 	Polygons
19
	Shapes (output)
20
  -CLASS_ALL:<str>	Class Selection
21
	Choice
22
	Available Choices:
23
	[0] one single class specified by class identifier
24
	[1] all classes
25
  -CLASS_ID:<str> 	Class Identifier
26
	Floating point
27
  -SPLIT:<str>    	Vectorised class as...
28
	Choice
29
	Available Choices:
30
	[0] one single (multi-)polygon object
31
	[1] each island as separated polygon
0 32

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_contrib_a_perego_5.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	contrib_a_perego
11
module name :	Destriping 1
12
author      :	Alessandro Perego
13
_____________________________________________
14
go...
15
Usage: 5 -INPUT <str> -RESULT3 <str> -RESULT1 <str> -RESULT2 <str> [-ANG <str>] [-R <str>] [-D <str>]
16
  -INPUT:<str>  	Input
17
	Grid (input)
18
  -RESULT3:<str>	Destriped Grid
19
	Grid (output)
20
  -RESULT1:<str>	Low-pass 1
21
	Grid (output)
22
  -RESULT2:<str>	Low-pass 2
23
	Grid (output)
24
  -ANG:<str>    	Angle (in degrees)
25
	Floating point
26
  -R:<str>      	Radius
27
	Floating point
28
  -D:<str>      	Stripes distance
29
	Floating point
0 30

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_grid_269.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_grid
11
module name :	Grid System Extent
12
author      :	O. Conrad (c) 2011
13
_____________________________________________
14
go...
15
Usage: 10 [-PARAMETERS_GRID_SYSTEM_NX <num>] [-PARAMETERS_GRID_SYSTEM_NY <num>] [-PARAMETERS_GRID_SYSTEM_X <str>] [-PARAMETERS_GRID_SYSTEM_Y <str>] [-PARAMETERS_GRID_SYSTEM_D <str>] -SHAPES <str> [-CELLS <str>]
16
  -PARAMETERS_GRID_SYSTEM_NX:<num>	Grid system
17
	Grid system
18
  -PARAMETERS_GRID_SYSTEM_NY:<num>	Grid system
19
	Grid system
20
  -PARAMETERS_GRID_SYSTEM_X:<str> 	Grid system
21
	Grid system
22
  -PARAMETERS_GRID_SYSTEM_Y:<str> 	Grid system
23
	Grid system
24
  -PARAMETERS_GRID_SYSTEM_D:<str> 	Grid system
25
	Grid system
26
  -SHAPES:<str>                   	Extent
27
	Shapes (output)
28
  -CELLS:<str>                    	Border
29
	Choice
30
	Available Choices:
31
	[0] grid cells
32
	[1] grid nodes
0 33

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_tools_313.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_tools
11
module name :	Create Chart Layer (bars/sectors)
12
author      :	
13
_____________________________________________
14
go...
15
Usage: 11 -INPUT <str> [-SIZE <str>] [-MAXSIZE <str>] [-MINSIZE <str>] [-TYPE <str>]
16
  -INPUT:<str>  	Shapes
17
	Shapes (input)
18
  -SIZE:<str>   	Size field
19
	Table field
20
  -MAXSIZE:<str>	Maximum size
21
	Floating point
22
	Minimum: 0.000000
23
  -MINSIZE:<str>	Minimum size
24
	Floating point
25
	Minimum: 0.000000
26
  -TYPE:<str>   	Type
27
	Choice
28
	Available Choices:
29
	[0] Sectors
30
	[1] Bars
0 31

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_recreations_fractals_257.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Bifurcation
12
 1	- Pythagoras' Tree
13
 3	- Fractal Dimension of Grid Surface
14
 5	- Gaussian Landscapes
15

  
16
type -h or --help for further information
17

  
18
error: cannot execute interactive module [2]
19

  
20
error: module
0 21

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_odbc_175.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_odbc
11
module name :	ODBC Commit/Rollback Transaction
12
author      :	O.Conrad (c) 2008
13
_____________________________________________
14
go...
15
Usage: 2 [-ODBC_DSN <str>] [-ODBC_USR <str>] [-ODBC_PWD <str>] [-SERVERS <str>] [-TRANSACT <str>]
16
  -ODBC_DSN:<str>	DSN
17
	Text
18
  -ODBC_USR:<str>	User
19
	Text
20
  -ODBC_PWD:<str>	Password
21
	Text
22
  -SERVERS:<str> 	Server
23
	Choice
24
	Available Choices:
25
	[0] [not set]
26
  -TRANSACT:<str>	Transactions
27
	Choice
28
	Available Choices:
29
	[0] rollback
30
	[1] commit
0 31

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_pointcloud_tools_246.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	pointcloud_tools
11
module name :	Point Cloud from Shapes
12
author      :	O.Conrad (c) 2009
13
_____________________________________________
14
go...
15
Usage: 3 -SHAPES <str> [-ZFIELD <str>] -POINTS <str> [-OUTPUT <str>]
16
  -SHAPES:<str>	Shapes
17
	Shapes (input)
18
  -ZFIELD:<str>	Z Value
19
	Table field
20
  -POINTS:<str>	Points
21
	Point Cloud (output)
22
  -OUTPUT:<str>	Output
23
	Choice
24
	Available Choices:
25
	[0] only z
26
	[1] all attributes
0 27

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/lib_grid_analysis.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9

  
10
executable modules:
11
 0	- Accumulated Cost (Isotropic)
12
 1	- Accumulated Cost (Anisotropic)
13
 5	- Least Cost Paths
14
 6	- Change Vector Analysis
15
 7	- Covered Distance
16
 8	- Pattern Analysis
17
 9	- Layer of extreme value
18
 10	- Analytical Hierarchy Process
19
 11	- Ordered Weighted Averaging (OWA)
20
 12	- Aggregation Index
21
 13	- Cross-Classification and Tabulation
22
 14	- Soil Texture Classification
23
 15	- Fragmentation (Standard)
24
 16	- Fragmentation (Alternative)
25
 17	- Fragmentation Classes from Density and Connectivity
26

  
27
type -h or --help for further information
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_grid_analysis_50.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	grid_analysis
11
module name :	Change Vector Analysis
12
author      :	Copyrights (c) 2004 by Victor Olaya
13
_____________________________________________
14
go...
15
Usage: 6 -A1 <str> -A2 <str> -B1 <str> -B2 <str> -DIST <str> -ANGLE <str>
16
  -A1:<str>   	Grid A. Init
17
	Grid (input)
18
  -A2:<str>   	Grid A. Final
19
	Grid (input)
20
  -B1:<str>   	Grid B. Init
21
	Grid (input)
22
  -B2:<str>   	Grid B. Final
23
	Grid (input)
24
  -DIST:<str> 	Distance
25
	Grid (output)
26
  -ANGLE:<str>	Angle
27
	Grid (output)
0 28

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_shapes_tools_317.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	shapes_tools
11
module name :	Split Shapes Layer
12
author      :	(c) 2006 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 15 -SHAPES <str> [-CUTS <str>] [-EXTENT <str>] [-NX <num>] [-NY <num>] [-METHOD <str>]
16
  -SHAPES:<str>	Shapes
17
	Shapes (input)
18
  -CUTS:<str>  	Tiles
19
	Shapes list (optional output)
20
  -EXTENT:<str>	Extent
21
	Shapes (optional output)
22
  -NX:<num>    	Number of horizontal tiles
23
	Integer
24
	Minimum: 1.000000
25
  -NY:<num>    	Number of vertical tiles
26
	Integer
27
	Minimum: 1.000000
28
  -METHOD:<str>	Method
29
	Choice
30
	Available Choices:
31
	[0] completely contained
32
	[1] intersects
33
	[2] center
0 34

  
org.gvsig.toolbox/tags/org.gvsig.toolbox-1.0.46/org.gvsig.toolbox.gui/alg_descriptions/saga/description/alg_io_odbc_179.txt
1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

  
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	io_odbc
11
module name :	Table Export
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff