- Update to recent version

- Correct license
- Improvements of the startup shell script
  (diagnostic 'echo comments' are intentional)
- Enable displaying memory management in 'About:Information'
- Move readme.txt to enable showing in the programs 'About:About' dialog

PR:		193430
Submitted by:	Rainer Hurling<rhurlin@gwdg.de>(maintainer)
This commit is contained in:
Wen Heping 2014-10-01 10:58:43 +00:00
parent 0bda2cf7ad
commit dd07b7d9ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369712
4 changed files with 593 additions and 313 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= OpenJUMP
PORTVERSION= 1.6.3
PORTVERSION= 1.7.1
CATEGORIES= graphics java geography
MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION}
DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS
@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS
MAINTAINER= rhurlin@gwdg.de
COMMENT= Open source GIS software written in Java
LICENSE= BSD CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3
LICENSE= BSD3CLAUSE CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3
LICENSE_COMB= multi
LICENSE_NAME_CLEARTHOUGHT= Clearthought Software License
@ -37,6 +37,8 @@ LICENSE_NAME_JYTHON= The Jython License
LICENSE_FILE_JYTHON= ${WRKSRC}/licenses/jython_license.txt
LICENSE_PERMS_JYTHON= auto-accept
### Desktop Entries ???
TARGET_DIR= ${STAGEDIR}${PREFIX}/${PORTNAME}
USE_JAVA= yes
JAVA_VERSION= 1.6+
@ -44,7 +46,7 @@ USES= zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS
PLUS_REV= 3576
PLUS_REV= 4004
do-install:
@${ECHO_CMD} "---> Installing JAR files"
@ -52,12 +54,17 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${TARGET_DIR}/lib
${MKDIR} ${TARGET_DIR}/lib/ext
@cd ${WRKSRC}/lib/ext && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/ext
${MKDIR} ${TARGET_DIR}/lib/native
${INSTALL_DATA} ${WRKSRC}/lib/native/jecw-0.0.7.jar ${TARGET_DIR}/lib/native
${MKDIR} ${TARGET_DIR}/lib/icons
@cd ${WRKSRC}/lib/icons && ${COPYTREE_SHARE} . ${TARGET_DIR}/lib/icons
@${ECHO_MSG} "---> Installing startup script"
${MKDIR} ${TARGET_DIR}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bin/oj_linux.sh ${TARGET_DIR}/bin/openjump
${LN} -sf ../${PORTNAME}/bin/openjump ${STAGEDIR}${PREFIX}/bin/openjump
${LN} -sf ${PREFIX}/${PORTNAME}/bin/openjump ${STAGEDIR}${PREFIX}/bin/openjump
${INSTALL_DATA} ${WRKSRC}/bin/default-plugins.xml ${TARGET_DIR}/bin/
${INSTALL_DATA} ${WRKSRC}/bin/log4j.xml ${TARGET_DIR}/bin/
${INSTALL_DATA} ${WRKSRC}/readme.txt ${TARGET_DIR}/bin/
OPTIONS_DEFINE= DOCS
@ -68,7 +75,6 @@ post-install:
@${ECHO_MSG} "---> Installing documentation"
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Changes.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.else
@${ECHO_MSG} "---> Skipping documentation"
.endif

View file

@ -1,2 +1,2 @@
SHA256 (OpenJUMP-Portable-1.6.3-r3576-PLUS.zip) = 4ffc7dbe4dc5bea550aa86a0cd7290b4219a3e08410dd6cab237e74adbe75b7b
SIZE (OpenJUMP-Portable-1.6.3-r3576-PLUS.zip) = 35747909
SHA256 (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 89234e66144d26d815dd3e20d44a8c67d4e8787c4ff8ccb98975021f3a514f5d
SIZE (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 42555043

View file

@ -1,20 +1,231 @@
--- bin/oj_linux.sh.orig 2012-12-31 17:00:38.000000000 +0100
+++ bin/oj_linux.sh 2013-04-13 22:28:29.000000000 +0200
@@ -3,7 +3,7 @@
## uncomment and put in the path where oj log, settings should end up
--- bin/oj_linux.sh.orig 2014-03-16 17:15:30.000000000 +0100
+++ bin/oj_linux.sh 2014-09-07 13:27:15.000000000 +0200
@@ -4,9 +4,10 @@
## if unset defaults to
## JUMP_HOME (oj app folder) if writable or $HOME/.openjump (user home)
-#JUMP_SETTINGS="/tmp/foobar"
+JAVA_HOME="/usr/local"
#JUMP_SETTINGS="/tmp/foobar"
+JUMP_SETTINGS="$HOME/.openjump"
## uncomment and put the path to your jre here
#JAVA_HOME="/home/ed/jre1.6.0_21"
@@ -126,7 +126,7 @@
-#JAVA_HOME="/home/ed/jre1.6.0_21"
+JAVA_HOME=${JAVA_HOME}
## uncomment and change your memory configuration here
## Xms is initial size, Xmx is maximum size
@@ -43,6 +44,7 @@
# extract zipped files in native dir (our way to ship symlinks to desktops)
for filepath in $(find "$1/" -name '*.tgz' -o -name '*.tar.gz')
do
+ echo "##### filepath = '$filepath'"
file=$(basename "$filepath")
folder=$(dirname "$filepath")
done=".$file.unzipped"
@@ -66,6 +68,7 @@
macinstall(){
# create app package
+ echo "##### MACINSTALL"
cp -R -a "$1"/bin/OpenJUMP.app/Contents "$1" &&\
awk '{sub(/..\/oj_/,"bin/oj_",$0)}1' "$1"/bin/OpenJUMP.app/Contents/Resources/script > "$1"/Contents/Resources/script &&\
echo patched oj.app
@@ -74,12 +77,14 @@
}
## detect home folder
+echo "##### \$0 = '$0'"
if(test -L "$0") then
auxlink=`ls -l "$0" | sed 's/^[^>]*-> //g'`
JUMP_HOME=`dirname "$auxlink"`/..
else
JUMP_HOME=`dirname "$0"`/..
fi
+echo "##### JUMP_HOME = '$JUMP_HOME'"
## run postinstalls only, if requested
case "$1" in
@@ -95,13 +100,20 @@
## cd into jump home
OLD_DIR=`pwd`
+echo "##### pwd = '$OLD_DIR'"
cd "$JUMP_HOME"
+PWD_DIR=`pwd`
+echo "##### cd '$JUMP_HOME', pwd = '$PWD_DIR'"
+
## determine where to place settings, if no path given
+echo "##### ===== JUMP_SETTINGS = '$JUMP_SETTINGS'"
[ -z "$JUMP_SETTINGS" ] && \
JUMP_SETTINGS="$JUMP_HOME"; \
if [ -d "$JUMP_SETTINGS" ]; then
+ echo "##### within -d \$JUMP_SETTINGS"
if [ ! -w "$JUMP_SETTINGS" ]; then
+ echo "##### within ! -w \$JUMP_SETTINGS"
# try users home dir
JUMP_SETTINGS="$HOME/.openjump"
# create if missing
@@ -118,14 +130,19 @@
# 1. first in oj_home/jre
# 2. in configured java_home
# 3. in path
+echo "##### -----------------------------------------------------------"
+echo "##### SEARCH JAVA:"
if [ -f "$JUMP_HOME/jre/bin/java" ]; then
JAVA="$JUMP_HOME/jre/bin/java"
+ echo "##### JAVA = '$JAVA'"
# is there a jre defined by env var?
elif [ -n "$JAVA_HOME" ]; then
JAVA=$JAVA_HOME/bin/java
+ echo "##### JAVA = '$JAVA'"
# well, let's look what we've got in the path
else
JAVA=`which java`
+ echo "##### JAVA = '$JAVA'"
fi
# java available
@@ -134,20 +151,26 @@
add the location of java to your PATH environment variable." && ERROR=1 && end
# resolve recursive links to java binary
+echo "##### ===== Resolve recursive links to java binary: \$1 = '$1'"
relPath(){ echo $1 | awk '/^\//{exit 1}'; }
+echo "##### awk script survived after \$1 test"
relPath "$JAVA" && JAVA="$(pwd)/$JAVA"
-while [ -L "${JAVA}" ]; do
- JDIR=$(dirname "$JAVA")
- JAVA=$(readlink -n "${JAVA}")
- relPath "$JAVA" && JAVA="${JDIR}/${JAVA}"
-done
+#while [ -L "${JAVA}" ]; do
+# JDIR=$(dirname "$JAVA")
+# echo "##### JDIR = '$JDIR'"
+# JAVA=$(readlink -n "${JAVA}")
+# echo "##### JAVA = '$JAVA'"
+# relPath "$JAVA" && JAVA="${JDIR}/${JAVA}"
+#done
# java executable file?
[ ! -x "$JAVA" ] && \
echo "The found java binary '$JAVA' is no executable file." && ERROR=1 && end
# java version check
-JAVA_VERSION=$("$JAVA" -version 2>&1 | awk -F'"' '/^java version/{print $2}' | awk -F'.' '{print $1"."$2}')
+JAVA_VERSION=$("$JAVA" -version 2>&1 | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}')
JAVA_VERSIONSTRING="$("$JAVA" -version 2>&1)"
-JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/{print $2}' | awk -F'.' '{print $1"."$2}')
+echo "##### JAVA_VERSIONSTRING = '$JAVA_VERSIONSTRING'"
+JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}')
+echo "##### JAVA_VERSION = '$JAVA_VERSION'"
JAVA_ARCH=$(echo $JAVA_VERSIONSTRING | grep -q -i 64-bit && echo x64 || echo x86)
JAVA_NEEDED="1.5"
if ! awk "BEGIN{if($JAVA_VERSION < $JAVA_NEEDED)exit 1}"; then
echo "Your java version '$JAVA_VERSION' is insufficient to run openjump.
@@ -157,7 +180,11 @@
fi
# use previously set or detect RAM size in bytes
-RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)}
+#RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)}
+RAM_SIZE=${RAM_SIZE-$(expr "$(sysctl hw.realmem | awk '/hw.realmem:/{print $2}')" / 1024)}
+echo "##### -----------------------------------------------------------"
+echo "##### RAM_SIZE = '$RAM_SIZE'"
+
if [ -n "$JAVA_MAXMEM" ]; then
echo "max. memory limit defined via JAVA_MAXMEM=$JAVA_MAXMEM"
elif ! is_number "$RAM_SIZE"; then
@@ -175,14 +202,18 @@
else
MEM_MAX="$MEM_MINUS1GB"
fi
+ echo "##### MEM_MAX = '$MEM_MAX'"
# limit 32bit jre to 3GiB = 3221225472 bytes
+ echo "##### JAVA_ARCH = '$JAVA_ARCH'"
if [ "$JAVA_ARCH" != "x64" ] && [ "$MEM_MAX" -gt "3221225472" ]; then
MEM_MAX=3221225472
fi
- MEM_MAX_MB=`expr $MEM_MAX / 1024 / 1024`
+ MEM_MAX_MB=`expr $MEM_MAX / 1024`
JAVA_MAXMEM="-Xmx${MEM_MAX_MB}M"
+ echo "##### JAVA_MAXMEM = '$JAVA_MAXMEM'"
+
# output info
echo limit max. memory to $MEM_MAX_MB MiB
fi
@@ -190,7 +221,7 @@
# always print java infos
echo "Running -> '${JAVA}'; " $("$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}')
-JUMP_PROFILE=~/.jump/openjump.profile
+JUMP_PROFILE="$HOME/.openjump/openjump.profile"
if [ -f "$JUMP_PROFILE" ]; then
source $JUMP_PROFILE
fi
@@ -199,8 +230,13 @@
if [ -z "$JUMP_LIB" ]; then
JUMP_LIB="./lib"
fi
+echo "##### JUMP_LIB = '$JUMP_LIB'"
+
JUMP_NATIVE_DIR="$JUMP_LIB/native"
JUMP_PLUGIN_DIR="${JUMP_PLUGIN_DIR:=$JUMP_LIB/ext}"
+echo "##### -----------------------------------------------------------"
+echo "##### JUMP_NATIVE_DIR = '$JUMP_NATIVE_DIR'"
+echo "##### JUMP_PLUGIN_DIR = '$JUMP_PLUGIN_DIR'"
JUMP_PLUGINS=./bin/default-plugins.xml
if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; then
@@ -209,6 +245,7 @@
JUMP_PLUGINS="./scripts/default-plugins.xml"
fi
fi
+echo "##### JUMP_PLUGINS = '$JUMP_PLUGINS'"
# include every jar/zip in lib and native dir
for libfile in "$JUMP_LIB/"*.zip "$JUMP_LIB/"*.jar "$JUMP_NATIVE_DIR/"*.jar
@@ -217,29 +254,39 @@
done
CLASSPATH=.:./bin:./conf:$CLASSPATH
export CLASSPATH;
+echo "##### CLASSPATH = '$CLASSPATH'"
## compile jump opts
#
JUMP_OPTS="-plug-in-directory $JUMP_PLUGIN_DIR"
+echo "##### JUMP_OPTS = '$JUMP_OPTS'"
if [ -f "$JUMP_PLUGINS" ]; then
JUMP_OPTS="$JUMP_OPTS -default-plugins $JUMP_PLUGINS"
+ echo "##### JUMP_OPTS = '$JUMP_OPTS'"
fi
+
# workbench-properties.xml is used to manually load plugins (ISA uses this)
JUMP_PROPERTIES=./bin/workbench-properties.xml
if [ -n "$JUMP_PROPERTIES" ] && [ -f "$JUMP_PROPERTIES" ]; then
JUMP_OPTS="$JUMP_OPTS -properties $JUMP_PROPERTIES"
+ echo "##### JUMP_OPTS = '$JUMP_OPTS'"
fi
# compile jre opts, respect already set ones from e.g. mac
JAVA_OPTS=""
+echo "##### JAVA_OPTS = '$JAVA_OPTS'"
JAVA_OPTS="$JAVA_OPTS $JAVA_MAXMEM $JAVA_LANG"
+echo "##### JAVA_OPTS = '$JAVA_OPTS'"
JAVA_OPTS="$JAVA_OPTS -Djump.home=."
+echo "##### JAVA_OPTS = '$JAVA_OPTS'"
[ -n "JAVA_SAXDRIVER" ] && JAVA_OPTS="$JAVA_OPTS -Dorg.xml.sax.driver=$JAVA_SAXDRIVER"
[ -n "$JAVA_LOOKANDFEEL" ] && JAVA_OPTS="$JAVA_OPTS -Dswing.defaultlaf=$JAVA_LOOKANDFEEL"
JAVA_OPTS="$JAVA_OPTS $JAVA_OPTS_OVERRIDE"
+echo "##### JAVA_OPTS = '$JAVA_OPTS'"
# in case some additional archives were placed in native dir inbetween
-extract_libs "$JUMP_NATIVE_DIR"
+echo "##### -----------------------------------------------------------"
+#extract_libs "$JUMP_NATIVE_DIR"
# allow jre to find native libraries in native dir, lib/ext (backwards compatibility)
# NOTE: mac osx DYLD_LIBRARY_PATH is set in oj_macosx.command only
@@ -265,4 +312,4 @@
cd "$OLD_DIR"
## run end function
-end
\ No newline at end of file
+end

View file

@ -1,7 +1,8 @@
OpenJUMP/bin/default-plugins.xml
OpenJUMP/bin/log4j.xml
OpenJUMP/bin/openjump
OpenJUMP/lib/OpenJUMP-1.6.3-r3576-nosrc.jar
OpenJUMP/bin/readme.txt
OpenJUMP/lib/OpenJUMP-1.7.1-r4004-nosrc.jar
OpenJUMP/lib/batik-awt-util-1.6.jar
OpenJUMP/lib/batik-bridge-1.6.jar
OpenJUMP/lib/batik-css-1.6.jar
@ -20,6 +21,12 @@ OpenJUMP/lib/batik-util-1.6.jar
OpenJUMP/lib/batik-xml-1.6.jar
OpenJUMP/lib/bsh-2.0b4.jar
OpenJUMP/lib/buoy-1.8.jar
OpenJUMP/lib/commons-codec-1.2.jar
OpenJUMP/lib/commons-compress-1.6-20130810.172126-39.jar
OpenJUMP/lib/commons-imaging-1.0-20130811.122228-3.jar
OpenJUMP/lib/commons-io-1.4.jar
OpenJUMP/lib/commons-lang-2.4.jar
OpenJUMP/lib/commons-logging-1.0.4.jar
OpenJUMP/lib/ext/BeanTools/0-Help.bsh
OpenJUMP/lib/ext/BeanTools/1-HelloWorld.bsh
OpenJUMP/lib/ext/BeanTools/10-Flatten3DGeometries.bsh
@ -191,6 +198,7 @@ OpenJUMP/lib/ext/JumpChart.jar
OpenJUMP/lib/ext/JumpFillPattern.jar
OpenJUMP/lib/ext/JumpPrinter.jar
OpenJUMP/lib/ext/PirolCsv.jar
OpenJUMP/lib/ext/SkyPrinterPlugIn-1.0.0.jar
OpenJUMP/lib/ext/TableLayout-bin-jdk1.5-2007-04-21.jar
OpenJUMP/lib/ext/VertexImages/bore_01.wkt
OpenJUMP/lib/ext/VertexImages/bore_02.wkt
@ -258,14 +266,25 @@ OpenJUMP/lib/ext/VertexImages/vector_18.wkt
OpenJUMP/lib/ext/VertexImages/vector_19.wkt
OpenJUMP/lib/ext/VertexImages/vector_20.wkt
OpenJUMP/lib/ext/VertexSymbols.jar
OpenJUMP/lib/ext/aggregation-0.2.7.jar
OpenJUMP/lib/ext/aggregation-0.2.8.jar
OpenJUMP/lib/ext/bsheditor4jump-0.2.4.jar
OpenJUMP/lib/ext/csv-driver-0.6.6.jar
OpenJUMP/lib/ext/driver-dxf-0.7.8.jar
OpenJUMP/lib/ext/csv-driver-0.9.0.jar
OpenJUMP/lib/ext/dbquery.properties
OpenJUMP/lib/ext/driver-dxf-0.8.0.jar
OpenJUMP/lib/ext/graph-toolbox-0.1.4.jar
OpenJUMP/lib/ext/iText-2.1.5.jar
OpenJUMP/lib/ext/itext-2.1.7.jar
OpenJUMP/lib/ext/jgrapht-jdk1.5.jar
OpenJUMP/lib/ext/jump-jgrapht-0.5.jar
OpenJUMP/lib/ext/jumpdbquery-1.0.0/CONTRIBUTORS.txt
OpenJUMP/lib/ext/jumpdbquery-1.0.0/COPYING
OpenJUMP/lib/ext/jumpdbquery-1.0.0/NOTICE.txt
OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_jumpdbquery.txt
OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_releases.txt
OpenJUMP/lib/ext/jumpdbquery-1.0.0/gt2-oracle-spatial-2.3.2.jar
OpenJUMP/lib/ext/jumpdbquery-1.0.0/jsyntaxpane-1.0.0.jar
OpenJUMP/lib/ext/jumpdbquery-1.0.0/mysql-connector-java-5.1.27.jar
OpenJUMP/lib/ext/jumpdbquery-1.0.0/sqlite-jdbc-3.7.2.jar
OpenJUMP/lib/ext/jumpdbquery.jar
OpenJUMP/lib/ext/jython/AlignSelected.py
OpenJUMP/lib/ext/jython/ArcTool.py
OpenJUMP/lib/ext/jython/CircleTool.py
@ -297,8 +316,11 @@ OpenJUMP/lib/ext/jython/images/shape_distribute_vertical.png
OpenJUMP/lib/ext/jython/startup.py
OpenJUMP/lib/ext/kml-driver-0.1.jar
OpenJUMP/lib/ext/kml/ProjectStringsList.pjl
OpenJUMP/lib/ext/oj_osm_reader_v1-0-4.jar
OpenJUMP/lib/ext/ojsextante_binding_apr2013.jar
OpenJUMP/lib/ext/pbaseClasses.jar
OpenJUMP/lib/ext/postgis-jdbc-1.3.3.jar
OpenJUMP/lib/ext/postgis-stubs-1.3.3.jar
OpenJUMP/lib/ext/readme.txt
OpenJUMP/lib/ext/sextante/gishur_core.jar
OpenJUMP/lib/ext/sextante/gishur_x.jar
@ -857,306 +879,347 @@ OpenJUMP/lib/ext/sextante_help/slope.model
OpenJUMP/lib/ext/sextante_help/slopemean.bsh
OpenJUMP/lib/ext/sextante_help/watershed.model
OpenJUMP/lib/ext/sextante_help/watershed.model.xml
OpenJUMP/lib/ext/topology-0.7.0.jar
OpenJUMP/lib/ext/topology-0.8.1.jar
OpenJUMP/lib/ext/xbean-2.2.0.jar
OpenJUMP/lib/jai_codec-1.1.2_01.jar
OpenJUMP/lib/jai_core-1.1.2_01.jar
OpenJUMP/lib/icons/oj.ico
OpenJUMP/lib/icons/oj.png
OpenJUMP/lib/imageio-ext-arcgrid-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdal-bindings-1.9.2.jar
OpenJUMP/lib/imageio-ext-gdalarcbinarygrid-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalarcgrid-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalbsb-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdaldoq1-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdaldoq2-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdaldted-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalecw-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalecwjp2-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalehdr-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalenvihdr-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalenvisat-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalerdasimg-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalframework-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalgeotiff-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalidrisi-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdaljpeg-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalkakadujp2-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalmrsid-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalmrsidjp2-1.1.7.jar
OpenJUMP/lib/imageio-ext-gdalnitf-1.1.7.jar
OpenJUMP/lib/imageio-ext-geocore-1.1.7.jar
OpenJUMP/lib/imageio-ext-imagereadmt-1.1.7.jar
OpenJUMP/lib/imageio-ext-kakadu-1.1.7.jar
OpenJUMP/lib/imageio-ext-kakadujni-5.2.6.jar
OpenJUMP/lib/imageio-ext-nitf-1.1.7.jar
OpenJUMP/lib/imageio-ext-streams-1.1.7.jar
OpenJUMP/lib/imageio-ext-tiff-1.1.7.jar
OpenJUMP/lib/imageio-ext-turbojpeg-1.1.7.jar
OpenJUMP/lib/imageio-ext-utilities-1.1.7.jar
OpenJUMP/lib/jai_codec-1.1.3.jar
OpenJUMP/lib/jai_core-1.1.3.jar
OpenJUMP/lib/jai_imageio-1.1.jar
OpenJUMP/lib/jama-1.0.2.jar
OpenJUMP/lib/jdom-1.1.3.jar
OpenJUMP/lib/jmatharray-20070905.jar
OpenJUMP/lib/jmathplot-20070905.jar
OpenJUMP/lib/js-1.5R4.1.jar
OpenJUMP/lib/jts-1.13.jar
OpenJUMP/lib/jts-1.14-20140423.jar
OpenJUMP/lib/jython-2.2.jar
OpenJUMP/lib/log4j-1.2.16.jar
OpenJUMP/lib/postgresql-9.2-1002.jdbc4.jar
OpenJUMP/lib/native/jecw-0.0.7.jar
OpenJUMP/lib/nitf-bindings-2.7-dev-r1130.jar
OpenJUMP/lib/postgresql-9.3-1101-jdbc4.jar
OpenJUMP/lib/turbojpeg-wrapper-1.2.1.1.jar
OpenJUMP/lib/xercesImpl-2.8.1.jar
OpenJUMP/lib/xml-apis-1.3.03.jar
OpenJUMP/lib/xmlParserAPIs-2.0.2.jar
OpenJUMP/lib/xz-1.3.jar
bin/openjump
%%PORTDOCS%%%%DOCSDIR%%/Changes.txt
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField
@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField
@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField
@dirrm OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize
@dirrm OpenJUMP/lib/ext/sextante_help/en/general
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic
@dirrm OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost
@dirrm OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels
@dirrm OpenJUMP/lib/ext/sextante_help/en
@dirrm OpenJUMP/lib/ext/sextante_help
@dirrm OpenJUMP/lib/ext/sextante
@dirrm OpenJUMP/lib/ext/kml
@dirrm OpenJUMP/lib/ext/jython/images
@dirrm OpenJUMP/lib/ext/jython
@dirrm OpenJUMP/lib/ext/VertexImages
@dirrm OpenJUMP/lib/ext/FillPatterns
@dirrm OpenJUMP/lib/ext/BeanTools
@dirrm OpenJUMP/lib/ext
@dirrm OpenJUMP/lib
@dirrm OpenJUMP/bin
@dirrm OpenJUMP
@dir OpenJUMP/bin
@dir OpenJUMP/lib/ext/BeanTools
@dir OpenJUMP/lib/ext/FillPatterns
@dir OpenJUMP/lib/ext/VertexImages
@dir OpenJUMP/lib/ext/jumpdbquery-1.0.0
@dir OpenJUMP/lib/ext/jython/images
@dir OpenJUMP/lib/ext/jython
@dir OpenJUMP/lib/ext/kml
@dir OpenJUMP/lib/ext/sextante
@dir OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.createHyetogram
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi
@dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi
@dir OpenJUMP/lib/ext/sextante_help/en/general
@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize
@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField
@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField
@dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField
@dir OpenJUMP/lib/ext/sextante_help/en
@dir OpenJUMP/lib/ext/sextante_help
@dir OpenJUMP/lib/ext
@dir OpenJUMP/lib/icons
@dir OpenJUMP/lib/native
@dir OpenJUMP/lib
@dir OpenJUMP
%%PORTDOCS%%@dir %%DOCSDIR%%