Index: head/graphics/openjump/Makefile =================================================================== --- head/graphics/openjump/Makefile (revision 565113) +++ head/graphics/openjump/Makefile (revision 565114) @@ -1,67 +1,69 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= OpenJUMP -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= graphics java geography MASTER_SITES= SF/jump-pilot/OpenJUMP/${PORTVERSION} DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS MAINTAINER= rhurlin@FreeBSD.org COMMENT= Open source GIS software written in Java LICENSE= BSD3CLAUSE CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 LICENSE_COMB= multi LICENSE_NAME_CLEARTHOUGHT= Clearthought Software License LICENSE_NAME_CPL= Common Public License v1.0 LICENSE_NAME_ECW= EARTH RESOURCE MAPPING LICENSE_NAME_JAIDL= Java Advanced Imaging Distribution License LICENSE_NAME_JDOM= JDOM Project License LICENSE_NAME_JYTHON= The Jython License LICENSE_FILE_CLEARTHOUGHT= ${WRKSRC}/licenses/clearthought-2.0.txt LICENSE_FILE_CPL= ${WRKSRC}/licenses/cpl-1.0.txt LICENSE_FILE_ECW= ${WRKSRC}/licenses/ecw\ license.txt LICENSE_FILE_JAIDL= ${WRKSRC}/licenses/jdl-jai.pdf LICENSE_FILE_JDOM= ${WRKSRC}/licenses/jdom_license.txt LICENSE_FILE_JYTHON= ${WRKSRC}/licenses/jython_license.txt LICENSE_PERMS_CLEARTHOUGHT= auto-accept LICENSE_PERMS_CPL= auto-accept LICENSE_PERMS_ECW= auto-accept LICENSE_PERMS_JAIDL= auto-accept LICENSE_PERMS_JDOM= auto-accept LICENSE_PERMS_JYTHON= auto-accept USES= zip USE_JAVA= yes JAVA_VERSION= 1.8+ -NO_BUILD= yes + NO_ARCH= yes -TARGET_DIR= ${STAGEDIR}${PREFIX}/${PORTNAME} +NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS -PLUS_REV= 6241 OPTIONS_DEFINE= DOCS + +PLUS_REV= 6669 +TARGET_DIR= ${STAGEDIR}${PREFIX}/${PORTNAME} do-install: @${ECHO_CMD} "---> Installing JAR files" ${MKDIR} ${TARGET_DIR}/lib ${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 ${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/ @${ECHO_MSG} "---> Installing documentation" ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Changes.txt ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/openjump/distinfo =================================================================== --- head/graphics/openjump/distinfo (revision 565113) +++ head/graphics/openjump/distinfo (revision 565114) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589832307 -SHA256 (OpenJUMP-Portable-1.15-r6241-PLUS.zip) = e6926890078790dd24428ee4360699c8ab53a211879ac0c3bfab5d2bec1ac20a -SIZE (OpenJUMP-Portable-1.15-r6241-PLUS.zip) = 58988379 +TIMESTAMP = 1613155608 +SHA256 (OpenJUMP-Portable-1.16-r6669-PLUS.zip) = 068c7ba537dc2f9d9a4c63f5fd28d7c29e2e691961e2274b0f1c95b3fbfd3122 +SIZE (OpenJUMP-Portable-1.16-r6669-PLUS.zip) = 59046717 Index: head/graphics/openjump/files/patch-bin_oj__linux.sh =================================================================== --- head/graphics/openjump/files/patch-bin_oj__linux.sh (revision 565113) +++ head/graphics/openjump/files/patch-bin_oj__linux.sh (revision 565114) @@ -1,222 +1,220 @@ ---- bin/oj_linux.sh.orig 2018-08-27 15:30:38 UTC +--- bin/oj_linux.sh.orig 2020-12-23 15:00:38 UTC +++ bin/oj_linux.sh @@ -4,9 +4,11 @@ ## if unset defaults to ## JUMP_HOME (oj app folder) if writable or $HOME/.openjump (user home) #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" +JAVA_HOME=${JAVA_HOME} ## uncomment and change your memory configuration here ## Xms is initial size, Xmx is maximum size -@@ -51,6 +53,7 @@ extract_libs(){ +@@ -55,6 +57,7 @@ extract_libs(){ # 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" -@@ -74,6 +77,7 @@ postinstall(){ +@@ -78,6 +81,7 @@ postinstall(){ 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 -@@ -109,14 +113,20 @@ case "$1" in +@@ -113,14 +117,20 @@ case "$1" in esac ## cd into jump home +echo "##### pwd = '$OLD_DIR'" OLD_DIR=`pwd` 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 -@@ -134,14 +144,19 @@ fi +@@ -138,14 +148,19 @@ fi # 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 -@@ -150,24 +165,28 @@ fi +@@ -154,24 +169,28 @@ fi 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 "$JAVA" && JAVA="$(pwd)/$JAVA" -while [ -L "${JAVA}" ]; do - JDIR=$(dirname "$JAVA") - JAVA_CANDIDATE=$(readlink -n "${JAVA}") - # protect against Gentoo's run-java-tool.bash wrapper - if [ $(basename "$JAVA") != $(basename "$JAVA_CANDIDATE") ]; then - break - fi - JAVA="$JAVA_CANDIDATE" - relPath "$JAVA" && JAVA="${JDIR}/${JAVA}" -done -++echo "##### awk script survived after \$1 test" ++echo "##### awk script survived after \$1 test" +#while [ -L "${JAVA}" ]; do +# JDIR=$(dirname "$JAVA") +# JAVA_CANDIDATE=$(readlink -n "${JAVA}") +# # protect against Gentoo's run-java-tool.bash wrapper +# if [ $(basename "$JAVA") != $(basename "$JAVA_CANDIDATE") ]; then +# break +# fi +# JAVA="$JAVA_CANDIDATE" +# 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_VERSIONSTRING="$("$JAVA" -version 2>&1)" -JAVA_VERSION=$( echo $JAVA_VERSIONSTRING | awk 'BEGIN{done=0}{gsub(/["\047]+/,"")}/[a-zA-Z]+ version [0-9]+/{split($3,a,"[^0-9]"); if(match(a[2],/^[0-9]+$/)){print a[1]"."a[2]}else{print a[1]".0"}; done=1}END{if(!done)exit 1}' ) +#JAVA_VERSION=$( echo $JAVA_VERSIONSTRING | awk 'BEGIN{done=0}{gsub(/["\047]+/,"")}/[a-zA-Z]+ version [0-9]+/{split($3,a,"[^0-9]"); if(match(a[2],/^[0-9]+$/)){print a[1]"."a[2]}else{print a[1]".0"}; done=1}END{if(!done)exit 1}' ) +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.6" if ! is_decimal "$JAVA_VERSION"; then -@@ -189,7 +208,7 @@ echo ---JAVA--- +@@ -193,7 +212,7 @@ echo ---JAVA--- echo "Using '$(basename "${JAVA}")' found in '$(dirname "${JAVA}")'" "$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}END{print "\n"}' -JUMP_PROFILE=~/.jump/openjump.profile +JUMP_PROFILE="$HOME/.openjump/openjump.profile" if [ -f "$JUMP_PROFILE" ]; then source $JUMP_PROFILE fi -@@ -198,8 +217,13 @@ fi +@@ -202,8 +221,13 @@ fi 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 -@@ -208,6 +232,7 @@ if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; +@@ -212,6 +236,7 @@ if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; 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/$JAVA_ARCH/"*.jar "$JUMP_NATIVE_DIR/"*.jar -@@ -216,26 +241,35 @@ do +@@ -220,26 +245,34 @@ do done - CLASSPATH=.:./bin:./conf:$CLASSPATH + CLASSPATH=.:./bin:$CLASSPATH export CLASSPATH; +echo "##### CLASSPATH = '$CLASSPATH'" - ## compile jump opts + ## prepend jump opts # - JUMP_OPTS="-plug-in-directory $JUMP_PLUGIN_DIR" + JUMP_OPTS="-plug-in-directory $JUMP_PLUGIN_DIR $JUMP_OPTS" +echo "##### JUMP_OPTS = '$JUMP_OPTS'" if [ -f "$JUMP_PLUGINS" ]; then - JUMP_OPTS="$JUMP_OPTS -default-plugins $JUMP_PLUGINS" + JUMP_OPTS="-default-plugins $JUMP_PLUGINS $JUMP_OPTS" + 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" + JUMP_OPTS="-properties $JUMP_PROPERTIES $JUMP_OPTS" + echo "##### JUMP_OPTS = '$JUMP_OPTS'" fi - # compile jre opts, respect already set ones from e.g. mac - JAVA_OPTS="" + # compile jre opts, respect already set ones by environment + JAVA_OPTS="$JAVA_MAXMEM $JAVA_LANG $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" + # apply mac overrides JAVA_OPTS="$JAVA_OPTS $JAVA_OPTS_OVERRIDE" +echo "##### JAVA_OPTS = '$JAVA_OPTS'" - # java9 needs some packages explicitly added/exported + # java9+ needs some packages explicitly added/exported if awk "BEGIN{if($JAVA_VERSION >= 9)exit 0;else exit 1}"; then -@@ -251,7 +285,8 @@ if awk "BEGIN{if( $JAVA_VERSION >= 9 && $JAVA_VERSION - fi +@@ -259,7 +292,8 @@ fi + JAVA_OPTS="-Dcom.sun.media.jai.disableMediaLib=true $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) NATIVE_PATH="$JUMP_NATIVE_DIR/$JAVA_ARCH:$JUMP_NATIVE_DIR:$JUMP_PLUGIN_DIR" -@@ -287,7 +322,11 @@ echo "$JUMP_SETTINGS/" +@@ -323,7 +357,11 @@ echo "$JUMP_SETTINGS/" echo ---Detect maximum memory limit--- # 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 -@@ -305,14 +344,18 @@ else +@@ -341,14 +379,19 @@ else else MEM_MAX="$MEM_MINUS1GB" fi -- + echo "##### MEM_MAX = '$MEM_MAX'" -+ + # limit 32bit jre to 2GiB = 2147483648 bytes + echo "##### JAVA_ARCH = '$JAVA_ARCH'" if [ "$JAVA_ARCH" != "x64" ] && [ "$MEM_MAX" -gt "2147483648" ]; then MEM_MAX=2147483648 fi -- MEM_MAX_MB=`expr $MEM_MAX / 1024 / 1024` + 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 set max. memory limit to $MEM_MAX_MB MiB fi Index: head/graphics/openjump/pkg-plist =================================================================== --- head/graphics/openjump/pkg-plist (revision 565113) +++ head/graphics/openjump/pkg-plist (revision 565114) @@ -1,1126 +1,1120 @@ OpenJUMP/bin/default-plugins.xml OpenJUMP/bin/log4j.xml OpenJUMP/bin/openjump OpenJUMP/bin/readme.txt -OpenJUMP/lib/OpenJUMP-1.15-r6241-nosrc.jar +OpenJUMP/lib/OpenJUMP-1.16-r6669-nosrc.jar OpenJUMP/lib/batik-awt-util-1.6.jar -OpenJUMP/lib/batik-bridge-1.6.jar -OpenJUMP/lib/batik-css-1.6.jar OpenJUMP/lib/batik-dom-1.6.jar -OpenJUMP/lib/batik-ext-1.6.jar -OpenJUMP/lib/batik-gui-util-1.6.jar -OpenJUMP/lib/batik-gvt-1.6.jar -OpenJUMP/lib/batik-parser-1.6.jar -OpenJUMP/lib/batik-script-1.6.jar -OpenJUMP/lib/batik-squiggle-1.6.jar OpenJUMP/lib/batik-svg-dom-1.6.jar OpenJUMP/lib/batik-svggen-1.6.jar -OpenJUMP/lib/batik-swing-1.6.jar OpenJUMP/lib/batik-transcoder-1.6.jar 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.11.jar -OpenJUMP/lib/commons-compress-1.18.jar -OpenJUMP/lib/commons-imaging-1.0-20180908.110935-119.jar +OpenJUMP/lib/bsh-2.0b6.jar +OpenJUMP/lib/buoy-1.9.jar +OpenJUMP/lib/commons-codec-1.14.jar +OpenJUMP/lib/commons-compress-1.20.jar +OpenJUMP/lib/commons-imaging-1.0-alpha2.jar OpenJUMP/lib/commons-io-2.6.jar -OpenJUMP/lib/commons-lang3-3.8.1.jar +OpenJUMP/lib/commons-lang3-3.10.jar OpenJUMP/lib/commons-logging-1.2.jar OpenJUMP/lib/cts-1.5.1.jar OpenJUMP/lib/ext/BeanTools/0-Help.bsh OpenJUMP/lib/ext/BeanTools/1-HelloWorld.bsh OpenJUMP/lib/ext/BeanTools/10-Flatten3DGeometries.bsh OpenJUMP/lib/ext/BeanTools/2-NewLayer.bsh OpenJUMP/lib/ext/BeanTools/3-Populate.bsh OpenJUMP/lib/ext/BeanTools/4-AddAttribute.bsh OpenJUMP/lib/ext/BeanTools/5-ChangeAttributeValue.bsh OpenJUMP/lib/ext/BeanTools/6-PushPinPoints.bsh OpenJUMP/lib/ext/BeanTools/7-AddXYAsAttributes.bsh OpenJUMP/lib/ext/BeanTools/8-GetInvalidShapefileRings.bsh OpenJUMP/lib/ext/BeanTools/9-Display_WMS_URL.bsh OpenJUMP/lib/ext/BeanTools/RefreshScriptsMenu.bsh OpenJUMP/lib/ext/BeanTools/SaveViewAsBeanTool.bsh -OpenJUMP/lib/ext/CadTools-0.7.jar +OpenJUMP/lib/ext/CadTools-1.0b.jar OpenJUMP/lib/ext/ColorChooser-1.3.jar OpenJUMP/lib/ext/ConcaveHull-Readme.txt OpenJUMP/lib/ext/FillPatterns/40S-TWEED_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/40S-TWEED_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ALLOY-TEARS_C3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ASPHALT_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ASPHALT_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BACTERIA_E1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BACTERIA_E1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BARK_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BARK_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BASKET_A2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BASKET_A2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BATHROOM-TILES_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLOWN-CEMENT_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLOWN-CEMENT_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-CORN_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-CORN_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-PYRAMIDS_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-PYRAMIDS_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-RIVET_C3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-RIVET_C3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-WEAVE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BLUE-WEAVE_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BOBBLE-WEAVE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BOBBLE-WEAVE_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BOILERPLATE_C3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BOILERPLATE_C3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BROCADE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BROCADE_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BROWN-CELLS_E1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BUBBLOID_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/BUBBLOID_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CABLE-KNIT_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CABLE-KNIT_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CANTEEN-FLOOR_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CANTEEN-FLOOR_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CEILING-TILE_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CHECK-A-BLOCK_C6_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CHINESE-SILK_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CHINESE-SILK_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/COCONUT-HUSK_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/COCONUT-HUSK_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/COILS_C3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/COLLAGE_C4_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/COLOR-HEXAGONS_A2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/COLOR-HEXAGONS_A2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CRATOID_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CRATOID_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CRIMPLENE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CRIMPLENE_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/CUNEIFORM_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/DECKING_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/DECKING_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/DIRT-ROAD_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/DIRT-ROAD_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/DISH-CLOTH_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/DISH-CLOTH_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ELEPHANT-HIDE_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ELEPHANT-HIDE_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/EMBOSSED-PAPER_C4_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/EMBOSSED-PAPER_C4_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/FIBER-MATTING_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/FIBER-MATTING_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/FOIL-PACK_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GLASS-BEADS_C2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GLASS-BEADS_C2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GLASS-DRIPS_C2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GLASS-DRIPS_C2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GRAY-RENDER_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GRAY-RENDER_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GREEN-RENDER_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GREEN-RENDER_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GREEN-STUCCO_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GREEN-STUCCO_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GREEN-ZIGZAG_A2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/GREEN-ZIGZAG_A2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/HERRINGBONE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/HERRINGBONE_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/JACK-FROST_C2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/JACK-FROST_C2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/JELLY-BEANS_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/JELLY-BEANS_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LAVA-FLOW_C5_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LAVA-FLOW_C5_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LEATHER_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LEATHER_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LED-MATRIX_A2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LINOLEUM_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/LINOLEUM_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/METAL-MESH_C3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/METAL-MESH_C3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/MICA_C5_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/MICA_C5_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/MOLD_E1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/MOLD_E1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/MUSLIN_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/MUSLIN_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/OP-ART_A2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/OP-ART_A2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PAINT-SQUABS_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PEA-PODS_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PEPPERMINTS_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PEPPERMINTS_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PINK-CELLS_E1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PINK-CELLS_E1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PINK-STUCCO_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PINK-STUCCO_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PLASTER-SWIRLS_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PLASTER-SWIRLS_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PORCELAIN_C2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PORCELAIN_C2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PRESSED-ALLOY_C3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PURPLE-HIDE_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PURPLE-HIDE_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PURPLE-RENDER_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/PURPLE-RENDER_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RAFFIA-WEAVE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RED-STUCCO_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RED-STUCCO_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RED-ZIGZAG_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RED-ZIGZAG_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ROCK-STRATA_C5_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ROCK-STRATA_C5_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/ROMAN-ARMOR_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RUBBER-MATTING_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RUBBER-MATTING_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RUBBER-PEAKS_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RUBBER-PEAKS_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RUSH-MATTING_F1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/RUSH-MATTING_F1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/SECURITY-GLASS_C2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/SECURITY-GLASS_C2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/SMOCKING_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/SMOCKING_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/SPECTRAL-CHECK_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/SPECTRAL-CHECK_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/STARLIGHT_D1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/STARLIGHT_D1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/THREAD-BEAR_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/THREAD-BEAR_C1_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/TIMBER-YARD_C6_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/TIMBER-YARD_C6_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/TORTOISE-SHELL_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/TORTOISE-SHELL_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/VELVET-BODICE_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/VINE-LEAF_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/VINE-LEAF_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/WOOD-TILE_C6_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/WOOD-VENEER_F2_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/WOOD-VENEER_F2_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/WORM-CASTS_E3_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/WORM-CASTS_E3_064_B_RGB.JPG OpenJUMP/lib/ext/FillPatterns/warp-&-weft_C1_064_A_RGB.JPG OpenJUMP/lib/ext/FillPatterns/warp-&-weft_C1_064_B_RGB.JPG OpenJUMP/lib/ext/JumpChart-1.00.jar OpenJUMP/lib/ext/JumpFillPattern-0.3.jar -OpenJUMP/lib/ext/JumpPrinter-1.88.jar +OpenJUMP/lib/ext/JumpPrinter-1.90a.jar OpenJUMP/lib/ext/MeasureToolbox_12.jar OpenJUMP/lib/ext/OnlineDoc-0.1.jar OpenJUMP/lib/ext/OpenKLEM-20190224.jar OpenJUMP/lib/ext/OpenKLEMOJ-20190224.jar OpenJUMP/lib/ext/PirolCsv.jar OpenJUMP/lib/ext/SetAttributes-0.8.0.jar OpenJUMP/lib/ext/SkyPrinterPlugIn-1.0.1.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 OpenJUMP/lib/ext/VertexImages/bore_03.wkt OpenJUMP/lib/ext/VertexImages/bore_04.wkt OpenJUMP/lib/ext/VertexImages/bore_05.wkt OpenJUMP/lib/ext/VertexImages/bore_06.wkt OpenJUMP/lib/ext/VertexImages/bore_07.wkt OpenJUMP/lib/ext/VertexImages/bore_08.wkt OpenJUMP/lib/ext/VertexImages/bore_09.wkt OpenJUMP/lib/ext/VertexImages/bore_10.wkt OpenJUMP/lib/ext/VertexImages/bore_11.wkt OpenJUMP/lib/ext/VertexImages/bore_12.wkt OpenJUMP/lib/ext/VertexImages/bore_13.wkt OpenJUMP/lib/ext/VertexImages/bore_14.wkt OpenJUMP/lib/ext/VertexImages/bore_15.wkt OpenJUMP/lib/ext/VertexImages/bore_16.wkt OpenJUMP/lib/ext/VertexImages/cave.wkt OpenJUMP/lib/ext/VertexImages/fossil_01.wkt OpenJUMP/lib/ext/VertexImages/fossil_02.wkt OpenJUMP/lib/ext/VertexImages/fossil_03.wkt OpenJUMP/lib/ext/VertexImages/geology_01.wkt OpenJUMP/lib/ext/VertexImages/geology_02.wkt OpenJUMP/lib/ext/VertexImages/geology_03.wkt OpenJUMP/lib/ext/VertexImages/geology_04.wkt OpenJUMP/lib/ext/VertexImages/geology_05.wkt OpenJUMP/lib/ext/VertexImages/geology_06.wkt OpenJUMP/lib/ext/VertexImages/geology_07.wkt OpenJUMP/lib/ext/VertexImages/geology_08.wkt OpenJUMP/lib/ext/VertexImages/geology_09.wkt OpenJUMP/lib/ext/VertexImages/geology_10.wkt OpenJUMP/lib/ext/VertexImages/geology_11.wkt OpenJUMP/lib/ext/VertexImages/geology_12.wkt OpenJUMP/lib/ext/VertexImages/geology_13.wkt OpenJUMP/lib/ext/VertexImages/geology_14.wkt OpenJUMP/lib/ext/VertexImages/landslide.wkt OpenJUMP/lib/ext/VertexImages/map_01.wkt OpenJUMP/lib/ext/VertexImages/map_02.wkt OpenJUMP/lib/ext/VertexImages/map_03.wkt OpenJUMP/lib/ext/VertexImages/map_04.wkt OpenJUMP/lib/ext/VertexImages/map_05.wkt OpenJUMP/lib/ext/VertexImages/map_06.wkt OpenJUMP/lib/ext/VertexImages/map_07.wkt OpenJUMP/lib/ext/VertexImages/mine_01.wkt OpenJUMP/lib/ext/VertexImages/mine_02.wkt OpenJUMP/lib/ext/VertexImages/mine_03.wkt OpenJUMP/lib/ext/VertexImages/vector_01.wkt OpenJUMP/lib/ext/VertexImages/vector_02.wkt OpenJUMP/lib/ext/VertexImages/vector_03.wkt OpenJUMP/lib/ext/VertexImages/vector_04.wkt OpenJUMP/lib/ext/VertexImages/vector_05.wkt OpenJUMP/lib/ext/VertexImages/vector_06.wkt OpenJUMP/lib/ext/VertexImages/vector_07.wkt OpenJUMP/lib/ext/VertexImages/vector_08.wkt OpenJUMP/lib/ext/VertexImages/vector_09.wkt OpenJUMP/lib/ext/VertexImages/vector_10.wkt OpenJUMP/lib/ext/VertexImages/vector_11.wkt OpenJUMP/lib/ext/VertexImages/vector_12.wkt OpenJUMP/lib/ext/VertexImages/vector_13.wkt OpenJUMP/lib/ext/VertexImages/vector_14.wkt OpenJUMP/lib/ext/VertexImages/vector_15.wkt OpenJUMP/lib/ext/VertexImages/vector_16.wkt OpenJUMP/lib/ext/VertexImages/vector_17.wkt 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-0.19.jar +OpenJUMP/lib/ext/VertexSymbols-020a.jar OpenJUMP/lib/ext/ViewManager-0.3.4.jar OpenJUMP/lib/ext/aggregation-0.2.10.jar -OpenJUMP/lib/ext/bsheditor4jump-0.2.4.jar +OpenJUMP/lib/ext/bsheditor4jump-0.3.1.jar OpenJUMP/lib/ext/concave-hull-0.3.jar -OpenJUMP/lib/ext/csv-driver-1.0.2.jar +OpenJUMP/lib/ext/csv-driver-1.1.1.jar OpenJUMP/lib/ext/dbdatastore/mariadb-java-client-1.3.4.jar OpenJUMP/lib/ext/dbdatastore/mysql-connector-java-5.1.38-bin.jar OpenJUMP/lib/ext/dbdatastore/readme.txt -OpenJUMP/lib/ext/dbdatastore/sqlite-jdbc-3.20.0.jar +OpenJUMP/lib/ext/dbdatastore/sqlite-jdbc-3.32.3.2.jar OpenJUMP/lib/ext/dbquery.properties OpenJUMP/lib/ext/driver-dxf-0.9.0.jar -OpenJUMP/lib/ext/graph-toolbox-0.6.3.jar -OpenJUMP/lib/ext/imageio-ext/commons-lang-2.4.jar -OpenJUMP/lib/ext/imageio-ext/gdal-2.1.0.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-arcgrid-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalarcbinarygrid-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalarcgrid-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalbsb-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaldoq1-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaldoq2-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaldted-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalecw-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalecwjp2-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalehdr-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalenvihdr-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalenvisat-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalerdasimg-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalframework-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalgeotiff-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalidrisi-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaljpeg-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalkakadujp2-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalmrsid-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalmrsidjp2-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalnitf-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-geocore-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-imagereadmt-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-kakadu-1.1.16.jar +OpenJUMP/lib/ext/graph-toolbox-0.8.0.jar +OpenJUMP/lib/ext/imageio-ext/FastInfoset-1.2.15.jar +OpenJUMP/lib/ext/imageio-ext/gdal-2.2.0.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-arcgrid-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalarcbinarygrid-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalarcgrid-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalbsb-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaldoq1-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaldoq2-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaldted-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalecw-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalehdr-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalenvihdr-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalenvisat-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalerdasimg-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalframework-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalgeotiff-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalidrisi-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdaljpeg-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalkakadujp2-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalmrsid-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalmrsidjp2-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalnitf-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-gdalvrt-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-geocore-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-imagereadmt-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-kakadu-1.3.2.jar OpenJUMP/lib/ext/imageio-ext/imageio-ext-kakadujni-5.2.6.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-nitf-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-png-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-streams-1.1.16.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-nitf-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-png-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-streams-1.3.2.jar OpenJUMP/lib/ext/imageio-ext/imageio-ext-tiff-1.1.13.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-turbojpeg-1.1.16.jar -OpenJUMP/lib/ext/imageio-ext/imageio-ext-utilities-1.1.16.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-turbojpeg-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/imageio-ext-utilities-1.3.2.jar +OpenJUMP/lib/ext/imageio-ext/istack-commons-runtime-3.0.7.jar OpenJUMP/lib/ext/imageio-ext/nitf-bindings-2.7-r1269.jar OpenJUMP/lib/ext/imageio-ext/pngj-2.0.1.jar -OpenJUMP/lib/ext/imageio-ext/turbojpeg-wrapper-1.2.1.1.jar +OpenJUMP/lib/ext/imageio-ext/stax-ex-1.8.jar +OpenJUMP/lib/ext/imageio-ext/turbojpeg-wrapper-1.2.1.5.jar +OpenJUMP/lib/ext/imageio-ext/txw2-2.4.0-b180830.0438.jar OpenJUMP/lib/ext/itext-2.1.7.jar OpenJUMP/lib/ext/jaxb/javax.activation-api-1.2.0.jar OpenJUMP/lib/ext/jaxb/jaxb-api-2.2.12.jar OpenJUMP/lib/ext/jaxb/jaxb-core-2.2.11.jar OpenJUMP/lib/ext/jaxb/jaxb-impl-2.2.11.jar OpenJUMP/lib/ext/jumpdbquery-1.1.1/CONTRIBUTORS.txt OpenJUMP/lib/ext/jumpdbquery-1.1.1/COPYING OpenJUMP/lib/ext/jumpdbquery-1.1.1/LICENSE.txt OpenJUMP/lib/ext/jumpdbquery-1.1.1/NOTICE.txt OpenJUMP/lib/ext/jumpdbquery-1.1.1/README_jumpdbquery.txt OpenJUMP/lib/ext/jumpdbquery-1.1.1/README_releases.txt OpenJUMP/lib/ext/jumpdbquery-1.1.1/gt2-oracle-spatial-2.3.2.jar OpenJUMP/lib/ext/jumpdbquery-1.1.1/jsyntaxpane-1.0.0.jar OpenJUMP/lib/ext/jumpdbquery-1.1.1/postgis-jdbc-1.3.3.jar OpenJUMP/lib/ext/jumpdbquery.jar OpenJUMP/lib/ext/jython/AlignSelected.py OpenJUMP/lib/ext/jython/ArcTool.py +OpenJUMP/lib/ext/jython/CADstartup.py OpenJUMP/lib/ext/jython/CircleTool.py OpenJUMP/lib/ext/jython/DistributeSelected.py OpenJUMP/lib/ext/jython/OvalTool.py OpenJUMP/lib/ext/jython/RightAngleTool.py OpenJUMP/lib/ext/jython/RoadTool.py OpenJUMP/lib/ext/jython/RotatedRectangleTool.py OpenJUMP/lib/ext/jython/SetASHSLabel.py OpenJUMP/lib/ext/jython/UnionSelected.py OpenJUMP/lib/ext/jython/images/DrawArc.gif OpenJUMP/lib/ext/jython/images/DrawCircle.gif OpenJUMP/lib/ext/jython/images/DrawCorner.gif OpenJUMP/lib/ext/jython/images/DrawOval.gif OpenJUMP/lib/ext/jython/images/DrawPoint.gif OpenJUMP/lib/ext/jython/images/DrawRoad.gif OpenJUMP/lib/ext/jython/images/DrawRotRect.gif OpenJUMP/lib/ext/jython/images/console_hide.png OpenJUMP/lib/ext/jython/images/console_show.png OpenJUMP/lib/ext/jython/images/features_merge.png OpenJUMP/lib/ext/jython/images/shape_align_bottom.png OpenJUMP/lib/ext/jython/images/shape_align_left.png OpenJUMP/lib/ext/jython/images/shape_align_right.png OpenJUMP/lib/ext/jython/images/shape_align_top.png OpenJUMP/lib/ext/jython/images/shape_center_horizontal.png OpenJUMP/lib/ext/jython/images/shape_center_vertical.png OpenJUMP/lib/ext/jython/images/shape_distribute_horizontal.png OpenJUMP/lib/ext/jython/images/shape_distribute_vertical.png OpenJUMP/lib/ext/jython/startup.py OpenJUMP/lib/ext/kml-driver-0.2.5.jar OpenJUMP/lib/ext/kml/ProjectStringsList.pjl OpenJUMP/lib/ext/lib/jgrapht-core-0.9.2.jar OpenJUMP/lib/ext/lib/jump-jgrapht-0.7.1.jar OpenJUMP/lib/ext/matching-0.8.2.jar OpenJUMP/lib/ext/oj_osm_reader_v1-0-4.jar -OpenJUMP/lib/ext/ojmapcoloring-0.5.jar -OpenJUMP/lib/ext/ojsextante_binding_apr2018c.jar +OpenJUMP/lib/ext/ojmapcoloring-0.5.2.jar +OpenJUMP/lib/ext/ojsextante_binding_jul2020.jar OpenJUMP/lib/ext/pbaseClasses.jar OpenJUMP/lib/ext/readme.txt OpenJUMP/lib/ext/set_attributes/DocumentedSample.xml OpenJUMP/lib/ext/set_attributes/img/331.png OpenJUMP/lib/ext/set_attributes/img/361[100].png OpenJUMP/lib/ext/set_attributes/img/361[10].png OpenJUMP/lib/ext/set_attributes/img/361[120].png OpenJUMP/lib/ext/set_attributes/img/361[15].png OpenJUMP/lib/ext/set_attributes/img/361[20].png OpenJUMP/lib/ext/set_attributes/img/361[25].png OpenJUMP/lib/ext/set_attributes/img/361[30].png OpenJUMP/lib/ext/set_attributes/img/361[40].png OpenJUMP/lib/ext/set_attributes/img/361[50].png OpenJUMP/lib/ext/set_attributes/img/361[5].png OpenJUMP/lib/ext/set_attributes/img/361[60].png OpenJUMP/lib/ext/set_attributes/img/361[70].png OpenJUMP/lib/ext/set_attributes/img/361[80].png OpenJUMP/lib/ext/set_attributes/img/361[90].png OpenJUMP/lib/ext/set_attributes/img/412.png OpenJUMP/lib/ext/set_attributes/img/551[right].png OpenJUMP/lib/ext/set_attributes/img/airfield-24.png OpenJUMP/lib/ext/set_attributes/img/airport-24.png OpenJUMP/lib/ext/set_attributes/img/alcohol-shop-24.png OpenJUMP/lib/ext/set_attributes/img/america-football-24.png OpenJUMP/lib/ext/set_attributes/img/art-gallery-24.png OpenJUMP/lib/ext/set_attributes/img/bakery-24.png OpenJUMP/lib/ext/set_attributes/img/bank-24.png OpenJUMP/lib/ext/set_attributes/img/bar-24.png OpenJUMP/lib/ext/set_attributes/img/baseball-24.png OpenJUMP/lib/ext/set_attributes/img/basketball-24.png OpenJUMP/lib/ext/set_attributes/img/beer-24.png OpenJUMP/lib/ext/set_attributes/img/bicycle-24.png OpenJUMP/lib/ext/set_attributes/img/building-24.png OpenJUMP/lib/ext/set_attributes/img/bus-24.png OpenJUMP/lib/ext/set_attributes/img/cafe-24.png OpenJUMP/lib/ext/set_attributes/img/camera-24.png OpenJUMP/lib/ext/set_attributes/img/campsite-24.png OpenJUMP/lib/ext/set_attributes/img/car-24.png OpenJUMP/lib/ext/set_attributes/img/cemetery-24.png OpenJUMP/lib/ext/set_attributes/img/chemist-24.png OpenJUMP/lib/ext/set_attributes/img/cinema-24.png OpenJUMP/lib/ext/set_attributes/img/circle-24.png OpenJUMP/lib/ext/set_attributes/img/circle-stroked-24.png OpenJUMP/lib/ext/set_attributes/img/city-24.png OpenJUMP/lib/ext/set_attributes/img/clothing-store-24.png OpenJUMP/lib/ext/set_attributes/img/college-24.png OpenJUMP/lib/ext/set_attributes/img/commercial-24.png OpenJUMP/lib/ext/set_attributes/img/cricket-24.png OpenJUMP/lib/ext/set_attributes/img/cross-24.png OpenJUMP/lib/ext/set_attributes/img/dam-24.png OpenJUMP/lib/ext/set_attributes/img/danger-24.png OpenJUMP/lib/ext/set_attributes/img/dentist-24.png OpenJUMP/lib/ext/set_attributes/img/disability-24.png OpenJUMP/lib/ext/set_attributes/img/dog-park-24.png OpenJUMP/lib/ext/set_attributes/img/embassy-24.png OpenJUMP/lib/ext/set_attributes/img/emergency-telephone-24.png OpenJUMP/lib/ext/set_attributes/img/entrance-24.png OpenJUMP/lib/ext/set_attributes/img/farm-24.png OpenJUMP/lib/ext/set_attributes/img/fast-food-24.png OpenJUMP/lib/ext/set_attributes/img/ferry-24.png OpenJUMP/lib/ext/set_attributes/img/fire-station-24.png OpenJUMP/lib/ext/set_attributes/img/fuel-24.png OpenJUMP/lib/ext/set_attributes/img/garden-24.png OpenJUMP/lib/ext/set_attributes/img/gift-24.png OpenJUMP/lib/ext/set_attributes/img/golf-24.png OpenJUMP/lib/ext/set_attributes/img/grocery-24.png OpenJUMP/lib/ext/set_attributes/img/hairdresser-24.png OpenJUMP/lib/ext/set_attributes/img/harbor-24.png OpenJUMP/lib/ext/set_attributes/img/heart-24.png OpenJUMP/lib/ext/set_attributes/img/heliport-24.png OpenJUMP/lib/ext/set_attributes/img/hospital-24.png OpenJUMP/lib/ext/set_attributes/img/ice-cream-24.png OpenJUMP/lib/ext/set_attributes/img/industrial-24.png OpenJUMP/lib/ext/set_attributes/img/land-use-24.png OpenJUMP/lib/ext/set_attributes/img/laundry-24.png OpenJUMP/lib/ext/set_attributes/img/library-24.png OpenJUMP/lib/ext/set_attributes/img/lighthouse-24.png OpenJUMP/lib/ext/set_attributes/img/lodging-24.png OpenJUMP/lib/ext/set_attributes/img/logging-24.png OpenJUMP/lib/ext/set_attributes/img/london-underground-24.png OpenJUMP/lib/ext/set_attributes/img/marker-24.png OpenJUMP/lib/ext/set_attributes/img/marker-stroked-24.png OpenJUMP/lib/ext/set_attributes/img/minefield-24.png OpenJUMP/lib/ext/set_attributes/img/mobilephone-24.png OpenJUMP/lib/ext/set_attributes/img/monument-24.png OpenJUMP/lib/ext/set_attributes/img/museum-24.png OpenJUMP/lib/ext/set_attributes/img/music-24.png OpenJUMP/lib/ext/set_attributes/img/oil-well-24.png OpenJUMP/lib/ext/set_attributes/img/park-24.png OpenJUMP/lib/ext/set_attributes/img/park2-24.png OpenJUMP/lib/ext/set_attributes/img/parking-24.png OpenJUMP/lib/ext/set_attributes/img/parking-garage-24.png OpenJUMP/lib/ext/set_attributes/img/pharmacy-24.png OpenJUMP/lib/ext/set_attributes/img/pitch-24.png OpenJUMP/lib/ext/set_attributes/img/place-of-worship-24.png OpenJUMP/lib/ext/set_attributes/img/playground-24.png OpenJUMP/lib/ext/set_attributes/img/police-24.png OpenJUMP/lib/ext/set_attributes/img/polling-place-24.png OpenJUMP/lib/ext/set_attributes/img/post-24.png OpenJUMP/lib/ext/set_attributes/img/prison-24.png OpenJUMP/lib/ext/set_attributes/img/rail-24.png OpenJUMP/lib/ext/set_attributes/img/rail-above-24.png OpenJUMP/lib/ext/set_attributes/img/rail-light-24.png OpenJUMP/lib/ext/set_attributes/img/rail-metro-24.png OpenJUMP/lib/ext/set_attributes/img/rail-underground-24.png OpenJUMP/lib/ext/set_attributes/img/religious-christian-24.png OpenJUMP/lib/ext/set_attributes/img/religious-jewish-24.png OpenJUMP/lib/ext/set_attributes/img/religious-muslim-24.png OpenJUMP/lib/ext/set_attributes/img/restaurant-24.png OpenJUMP/lib/ext/set_attributes/img/roadblock-24.png OpenJUMP/lib/ext/set_attributes/img/rocket-24.png OpenJUMP/lib/ext/set_attributes/img/school-24.png OpenJUMP/lib/ext/set_attributes/img/scooter-24.png OpenJUMP/lib/ext/set_attributes/img/shop-24.png OpenJUMP/lib/ext/set_attributes/img/skiing-24.png OpenJUMP/lib/ext/set_attributes/img/slaughterhouse-24.png OpenJUMP/lib/ext/set_attributes/img/soccer-24.png OpenJUMP/lib/ext/set_attributes/img/square-24.png OpenJUMP/lib/ext/set_attributes/img/square-stroked-24.png OpenJUMP/lib/ext/set_attributes/img/star-24.png OpenJUMP/lib/ext/set_attributes/img/star-stroked-24.png OpenJUMP/lib/ext/set_attributes/img/suitcase-24.png OpenJUMP/lib/ext/set_attributes/img/swimming-24.png OpenJUMP/lib/ext/set_attributes/img/telephone-24.png OpenJUMP/lib/ext/set_attributes/img/tennis-24.png OpenJUMP/lib/ext/set_attributes/img/theatre-24.png OpenJUMP/lib/ext/set_attributes/img/toilets-24.png OpenJUMP/lib/ext/set_attributes/img/town-24.png OpenJUMP/lib/ext/set_attributes/img/town-hall-24.png OpenJUMP/lib/ext/set_attributes/img/triangle-24.png OpenJUMP/lib/ext/set_attributes/img/triangle-stroked-24.png OpenJUMP/lib/ext/set_attributes/img/village-24.png OpenJUMP/lib/ext/set_attributes/img/warehouse-24.png OpenJUMP/lib/ext/set_attributes/img/waste-basket-24.png OpenJUMP/lib/ext/set_attributes/img/water-24.png OpenJUMP/lib/ext/set_attributes/img/wetland-24.png OpenJUMP/lib/ext/set_attributes/img/zoo-24.png OpenJUMP/lib/ext/set_attributes/maxspeed.xml OpenJUMP/lib/ext/sextante/gishur_core.jar OpenJUMP/lib/ext/sextante/gishur_x.jar OpenJUMP/lib/ext/sextante/help/Compute_Ripley-Rasson_spatial_domain.rsx OpenJUMP/lib/ext/sextante/help/Create_random_sampling_grid.rsx OpenJUMP/lib/ext/sextante/help/Create_regular_sampling_grid.rsx OpenJUMP/lib/ext/sextante/help/F_function_-_distance_from_a_point_to nearest event.rsx OpenJUMP/lib/ext/sextante/help/G_function_-_distance to nearest event.rsx OpenJUMP/lib/ext/sextante/help/K_function_-_Ripley_K.rsx OpenJUMP/lib/ext/sextante/help/Kolmogorov-Smirnov_normality_test.rsx OpenJUMP/lib/ext/sextante/help/Quadrat_analysis.rsx OpenJUMP/lib/ext/sextante/help/en/de.ifgi.sextante.simulationTools.channels/simulationchannelnetwork.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.accCost/acccost.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.accCost/costeAcumIsotropico_punto_mas_cercano.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.accCost/costeAcumuladoIsotropico_vias.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic/acccostanisotropic.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic/costeAcumAnisotropico_ecuacion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.accCostCombined/acccostcombined.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.ahp/ahp.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.ahp/jerarquias_analisiticas_ahp.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.cluster/clasificacion_no_supervisada_clustering.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.cluster/clasificacion_no_supervisada_clustering2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.cluster/cluster.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.costInRoutes/costinroutes.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic/costeAcumAnisotropico_ecuacion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic/costinroutesanisotropic.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.cva/change_vector_analysis.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.cva/cva.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.fuzzify/MemberFunctionFuzzyLinear.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.fuzzify/fuzzify.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.owa/owa.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.polarToRect/polares_a_rectangulares_x.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.polarToRect/polares_a_rectangulares_y.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.polarToRect/polartorect.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.predictiveModels/modelosPred_1metodo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.predictiveModels/modelosPred_2metodo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.predictiveModels/modelosPred_3metodo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.predictiveModels/predictivemodels.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.rectToPolar/recttopolar.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.roc/curva_roc.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.roc/roc.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints/sumofcostfromallpoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassification/clasSuper.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassification/clasSuper_distancia_minima.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassification/clasSuper_landsat_b4.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassification/clasSuper_maxima_similitud.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassification/clasSuper_paralelepipedo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassification/supervisedclassification.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB/supervisedclassificationb.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.constantGrid/constantgrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli/generaterandombernoulli.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.generateRandomNormal/generar_grid_aleatorio_normal_funcion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.generateRandomNormal/generaterandomnormal.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.generateRandomUniform/generaterandomuniform.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.generateTerrain/generar_mdt_artificial.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.generateTerrain/generateterrain.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.gridCalculator/gridcalculator.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.gridFromFunction/grid_funcion_matematica3.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.gridFromFunction/grid_funcion_matematica4.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.gridFromFunction/gridfromfunction.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.kernelFilter/filtro3x3_definido_por_el_usuario1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.kernelFilter/filtro3x3_definido_por_el_usuario2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.kernelFilter/filtro3x3_usuario_tabla.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.kernelFilter/kernelfilter.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.normalize/normalize.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.volume/calculo_de_volumenes.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.volume/volume.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids/volumebetweengrids.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.aggregationIndex/aggregationindex.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.aggregationIndex/indice_de_agregacion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.aggregationIndex/indice_de_agregacion2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.classStatistics/classstatistics.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.classStatistics/estadisticas_clases2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.combineGrids/combinegrids.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.crossClassification/crossclassification.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.crossClassification/index_agreement.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.filterClumps/filterclumps.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.fragstatsArea/fragstats_area_densidad.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.fragstatsArea/fragstatsarea.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.fragstatsDiversity/fragstats_metrica_diversidad_con10clases.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.fragstatsDiversity/fragstatsdiversity.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.lacunarity/lacunarity.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassify/reclassify.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive/reclassifyconsecutive.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint/reclasificar_en_clases_disjuntas1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint/reclasificar_en_clases_disjuntas2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint/reclassifydisjoint.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude/dividir_n_clases_amplitud_entrada.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude/dividir_n_clases_amplitud_salida.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude/reclassifyequalamplitude.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea/dividir_n_clases_area_entrada.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea/diviidir_n_clases_area_salida.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea/reclassifyequalarea.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan/multigridcountgreaterthan.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan/multigridcountlowerthan.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridKurtosis/kurtosis.gif OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridKurtosis/multigridkurtosis.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMajority/multigridmajority.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMaxValue/multigridmaxvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid/multigridmaxvaluegrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMeanValue/multigridmeanvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMedian/multigridmedian.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMinValue/multigridminvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid/multigridminvaluegrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridMinority/multigridminority.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridRange/multigridrange.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridSkewness/formula.gif OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridSkewness/multigridskewness.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridVariance/multigridvariance.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo/multigridcountequalto.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo/neighborhoodcountequalto.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan/neighborhoodcountgreaterthan.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan/neighborhoodcountlowerthan.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity/diversidad_formula.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity/neighborhooddiversity.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodDominance/neighborhooddominance.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation/neighborhoodfragmentation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis/kurtosis.gif OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis/neighborhoodkurtosis.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodMajority/neighborhoodmajority.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue/neighborhoodmaxvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue/neighborhoodmeanvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodMedian/neighborhoodmedian.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue/neighborhoodminvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodMinority/neighborhoodminority.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses/neighborhoodnumberofclasses.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodRange/neighborhoodrange.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness/formula_asimetria_por_vecindad.gif OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness/neighborhoodskewness.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodVariance/neighborhoodvariance.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius/neighborhoodvarianceradius.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridStatistics.semivariances/semivariances.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.aggregate/aggregate.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.aggregate/agregar.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.bboxGrid/bboxgrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.changeDataType/changedatatype.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.clipBBoxGrid/clipbboxgrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.clipGrid/clipgrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.clipGrid/cortar_grids_con_capa_de_poligonos1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.clipGrid/cortar_grids_con_capa_de_poligonos2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.closeGaps/closegaps.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.closeGaps/filled.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.closeGaps/tofill.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.closeGapsNN/closegapsnn.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.correlation/correlacion_entre_capas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.correlation/correlation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.cropToValidData/croptovaliddata.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.density/densidad.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.density/densidad_dos.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.density/densidad_uno.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.density/density.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gradientLines/gradiente.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gradientLines/gradientlines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridBasicStats/estadisticas_basicas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridBasicStats/gridbasicstats.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridCompletion/completar_grid.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridCompletion/gridcompletion.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridOrientation/gridorientation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridOrientation/reflejar_invertir.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid/gridsfromtableandgrid.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.histogram/histogram.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.histogram/histograma.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.invertNoData/invertir_mascara1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.invertNoData/invertir_mascara2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.invertNoData/invertnodata.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.kernelDensity/densidad_kernel.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.kernelDensity/kerneldensity.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.locateExtremeValues/locateextremevalues.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.mergeGrids/mergegrids.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.rasterBuffer/rasterbuffer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.rasterBuffer/zona_de_influencia_distanciafija.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.sortRaster/sortraster.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.thresholdBuffer/leame.txt OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.thresholdBuffer/thresholdbuffer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gridTools.thresholdBuffer/zona_de_influencia_mediante_umbral.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.gvsigspecific.reproject/reproject.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.accFlow/accflow.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.accFlow/acumulacion de flujo_D8.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.accFlow/acumulacion de flujo_Dinfinity.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.accFlow/acumulacion de flujo_MFD.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.accFlow/acumulacion de flujo_Rho8.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.burnStreams/burnstreams.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.cFactorFromNDVI/cfactorfromndvi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.cellBalance/balance_neto_por_celdas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.cellBalance/cellbalance.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.channelNetwork/channelnetwork.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.channelNetwork/red de drenaje_raster.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.channelNetwork/red de drenaje_vectorial.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.distToChannelNetwork/distancia_a_red_de_drenaje.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.distToChannelNetwork/disttochannelnetwork.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.edgeContamination/contaminacion_de_borde.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.edgeContamination/edgecontamination.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.fillSinks/fillsinks.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.heightOverChannelNetwork/elevacion_sobre_la_red_de_drenaje.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.heightOverChannelNetwork/heightoverchannelnetwork.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.isocrones/isocrones.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.isocrones/isocrones.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.maxValueUphill/maxvalueuphill.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.meanValueUphill/meanvalueuphill.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.slopeLength/longitud_de_pendiente.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.slopeLength/slopelength.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.strahlerOrder/orden_de_strahler.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.strahlerOrder/strahlerorder.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.topographicIndices/factor_ls.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.topographicIndices/indice_de_humedad_topografica.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.topographicIndices/indice_de_potencia_de_cauce.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.topographicIndices/topographicindices.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.upslopeAreaFromArea/upslopeareafromarea.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint/cuenca_vertiente_a_un_punto_dado.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint/upslopeareafrompoint.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.usped/usped.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.watersheds/cuencas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.watersheds/watersheds.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.watershedsBySize/watershedsbysize.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.calibrate/calibrate.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.calibrateRegression/calibrateregression.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.contrastStretching/contraststretching.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.equalize/ecualizacion_entrada.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.equalize/ecualizacion_salida.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.equalize/equalize.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.erosionDilation/erosion_dilatacion_imgBase.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.erosionDilation/erosion_dilatacion_salidas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.erosionDilation/erosiondilation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.his2rgb/his2rgb.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.rgb2his/rgb2his.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.texture.features/textureasm.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.texture.features/texturecontrast.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.texture.quantization/quantization.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.thinning/adelgazamiento.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.thinning/thinning.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.vectorizeTrees/detectar_arboles.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.imageAnalysis.vectorizeTrees/vectorizetrees.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.hillshade/Relieve sombreado.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.hillshade/hillshade.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.horizonBlockage/hor_vis_angulo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.horizonBlockage/hor_vis_distancia.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.horizonBlockage/horizonblockage.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.horizonBlockage/horizonte_visible_salida.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.los/linea_de_vision.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.los/los.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.solarRadiation/radiacion_solar.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.solarRadiation/solarradiation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.visibility/visibility.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.visualExposure/Exposicion visual.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.lighting.visualExposure/visualexposure.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.locate.locateAllocate/locateallocate.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.locate.locateAllocate/locateallocate_input.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.locate.locateAllocate/locateallocate_output.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation/acv.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation/coeficiente_variacion_anisotropica.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.aspect/aspect.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.aspect/orientacion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.convergence/Indice de convergencia.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.convergence/convergence.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.curvatures/Curvatura.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.curvatures/CurvaturaClasificacion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.curvatures/CurvaturaHorizontal.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.curvatures/CurvaturaVertical.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.curvatures/curvatures.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.elevationReliefIndex/elevationreliefindex.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.elevationReliefIndex/indice_elevacion_relieve.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.fillElevationValues/fillelevationvalues.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.hypsometry/hipsometria.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.hypsometry/hypsometry.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.protectionIndex/indice_proteccion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.protectionIndex/protectionindex.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.realArea/area_real.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.realArea/realarea.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.slope/pendiente.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.slope/slope.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.morphometry.surfaceSpecificPoints/surfacespecificpoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.nearestNeighbour/nninterpolation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.nonSpatial.calculator/calculator.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.distanceMatrix/distance_matrix.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.distanceMatrix/distancematrix.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.meanCenter/centro_media_y_distancia_tipica.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.meanCenter/meancenter.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.medianCenter/centro_mediano.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.medianCenter/mediancenter.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.nearestNeighbour/analisis_de_vecino_mas_proximo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.nearestNeighbour/nnanalysis.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.quadrat/analisis_por_cuadrantes.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.quadrat/quadrat.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.ripleysK/k_de_ripley.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.ripleysK/ripleysk.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.spatialCorrelation/autocorrelacion_espacial.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.spatialCorrelation/nube_del_variograma.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.pointAnalysis.spatialCorrelation/spatialcorrelation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.crossSections/crosssections.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.crossSections/secciones_transversales.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.flowLineProfile/flowlineprofile.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.flowLineProfile/pefil_segun_linea_de_flujo.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.flowLineProfile/pefil_segun_linea_de_flujo_grafico.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.flowLineProfile/pefil_segun_linea_de_flujo_tabla.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.leastCostPath/leastcostpath.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.leastCostPath/ruta_de_minimo_coste.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.profile/perfil_longitudinal_figura.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.profile/profile.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.profiles.profile/profile_graph.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.directionToClosestPoint/directiontoclosestpoint.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.euclideanDistance/euclideandistance.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.idw/distancia_inversa.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.idw/distancia_inversa_2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.idw/idw.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.idw/idw_eq.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.kriging/kriging.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.kriging/kriging_interpolado.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.kriging/kriging_tabla.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.kriging/kriging_varianzas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.linearDecrease/decremento_lineal.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.linearDecrease/decremento_lineal2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.linearDecrease/decremento_lineal_exponente.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.linearDecrease/lineardecrease.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.nearestNeighbour/nninterpolation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.nearestNeighbour/vecindad2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.rasterizeVectorLayer/rasterizevectorlayer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.rasterizeVectorLayer/raterizar_capa_vectorial.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.universalKriging/kriging_uni_interpolado.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.universalKriging/kriging_uni_tabla.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.universalKriging/kriging_uni_varianza.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.rasterize.universalKriging/universalkriging.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.covarianceMatrix/covariancematrix.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.multipleRegression/multipleregression.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.multipleRegression/regresion_mul1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pca/pca.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfBinomial/dis_prob_binomial.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfBinomial/pdfbinomial.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfChiSquared/dis_prob_chiCuadradado_formula.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfChiSquared/pdfchisquared.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfExponential/dis_prob_exponencial.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfExponential/pdfexponential.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfNormal/dis_prob_normal3.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfNormal/pdfnormal.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfStudent/dis_prob_tstudent1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.pdfStudent/pdfstudent.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.regression/regresion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.statisticalMethods.regression/regression.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.createEquivalentNumericalClass/createequivalentnumericalclass.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.filterVector/filtervector.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.normalityTest/normalitytest.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.tableBasicStats/tablebasicstats.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.tableFieldCorrelation/tablefieldcorrelation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.vectorBasicStats/vectorbasicstats.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.vectorFieldCalculator/vectorfieldcalculator.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.vectorFieldCorrelation/vectorfieldcorrelation.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tables.vectorHistogram/vectorhistogram.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.topology.checkLineDirectionCoherence/checklinedirectioncoherence.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.topology.checkLineDirectionCoherence/checklines.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.topology.joinAdjacentLines/joinadjacentlines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.topology.joinAdjacentLines/joinlines.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.topology.nodeLines/nodelines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.topology.nodeLines/nodes.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.tridimensional.grid3DFromFunction/grid3dfromfunction.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin/inpolygonspatialjoin.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin/panel.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.addEventTheme/addeventtheme.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.autoincrementValue/autoincrementvalue.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.boundingbox/boundingbox.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.boundingbox/boundingbox.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.buffer/buffer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.buffer/zona_de_influencia.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.centroids/centroides.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.centroids/centroids.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.changeLineDirection/changelinedirection.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.changeLineDirection/invertir_sentido_lineas.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.cleanPointsLayer/cleanpointslayer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.cleanVectorLayer/cleanvectorlayer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.clip/clip.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.clip/cortar.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.clip/diff.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.clipByRectangle/clipByRectangle.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.clipByRectangle/clipbyrectangle.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.constrainedDelaunay/constraineddelaunay.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.countPoints/contar_puntos_en_poligonos1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.countPoints/contar_puntos_en_poligonos2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.countPoints/countpoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.delaunay/delaunay.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.delaunay/delaunay.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.difference/difference.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.dissolve/Disolver.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.dissolve/dissolve.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.dissolveMultiple/dissolvemultiple.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.distanceTableBuffer/distancetablebuffer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.exportVector/exportvector.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids/extendlineslayerwithgrids.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids/extendpointslayerwithgrids.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon/ajustar_n_puntos_en_poligono_aleatoria.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon/ajustar_n_puntos_en_poligono_mallaregular.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon/fitnpointsinpolygon.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer/fixeddistancebuffer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer/zona_de_influencia.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.generateRoutes/generar_rutas_alternativas_mov_browniano.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.generateRoutes/generar_rutas_alternativas_recombinacion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.generateRoutes/generateroutes.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.geometricProperties/geometricproperties.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.geometricPropertiesLines/geometricpropertieslines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.geometriesToPoints/geometriestopoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.graticuleBuilder/crear_reticula.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.graticuleBuilder/graticulebuilder.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons/gridstatisticsinpolygons.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.intersection/interseccion.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.intersection/intersection.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints/Convertir lineas en puntos equiespaciados.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints/linestoequispacedpoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.medialAxis/medialaxis.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.medialAxis/medialaxis.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.merge/juntar.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.merge/merge.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon/minima_envolvente_convexa.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon/minimo_circulo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon/minimo_rectangulo.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon/minimumenclosingpolygon.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.perturbatePointsLayer/perturbatepointslayer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.placePointsOnLines/placepointsonlines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.pointCoordinates/pointcoordinates.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.pointsToLine/pointstoline.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints/polygonstatisticsfrompoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polygonsToPolylines/Convertir poligonos en polilineas1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polygonsToPolylines/Convertir poligonos en polilineas2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polygonsToPolylines/polygonstopolylines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polylinesToPolygons/Convertir_polilineas_en_poligonosDos.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polylinesToPolygons/Convertir_polilineas_en_poligonosUno.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polylinesToPolygons/polylinestopolygons.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments/polylinestosinglesegments.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.randomVector/randomvector.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.removeHoles/removeHoles.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.removeHoles/removeholes.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries/removerepeatedgeometries.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.resolvePolygonHoles/holes.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.resolvePolygonHoles/resolvepolygonholes.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.saveToWKT/savetowkt.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.simplifyLines/Simplificar lineas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.simplifyLines/simplifylines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.simplifyPolygons/simplifypolygons.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.sinuosity/sinuosity.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.sinuosity/sinuosity.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.smoothLines/lines.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.smoothLines/smoothlines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.snapPoints/ajustar_capa_de_puntos_a_otra_capa.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.snapPoints/snappoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.splitLinesWithPoints/fragmentar_lineas_con_capas_puntos.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.splitLinesWithPoints/splitlineswithpoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.splitMultipart/capaEntada.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.splitMultipart/capaSalida.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.splitMultipart/splitmultipart.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes/splitpolylinesatnodes.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.transform/transform.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.variableDistanceBuffer/variabledistancebuffer.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.variableDistanceBuffer/zona_de_influencia.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.vectorCluster/vectorcluster.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.vectorMean/media_direccional.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.vectorMean/vectormean.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.vectorSpatialCluster/vectorspatialcluster.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.voronoi/600px-Coloured_Voronoi_2D.svg.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorTools.voronoi/voronoi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.contourLines/contourlines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.contourLines/curvas_de_nivel1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.rasterToPoints/capa_raster_a_capa_puntos.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.rasterToPoints/rastertopoints.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.vectorize/vectorizar_capa_raster1.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.vectorize/vectorizar_capa_raster2.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.vectorize/vectorize.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.vectorizeLines/vectorizar_capas_raster_lineas.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vectorize.vectorizeLines/vectorizelines.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ctvi/ctvi.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ctvi/ctvi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ndvi/ndvi.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ndvi/ndvi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ndvi/ndvi_formula.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.nrvi/nrvi.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.nrvi/nrvi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviPerry/linea_suelo.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviPerry/pvi_perry_formula.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviPerry/pviperry.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviQi/linea_suelo.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviQi/pvi_qi_et_al.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviQi/pviqi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviRichardson/linea_suelo.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviRichardson/pvirichardson.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviWalther/linea_suelo.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviWalther/pvi_walther.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.pviWalther/pviwalther.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ttvi/ttvi.jpg OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.ttvi/ttvi.xml OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.tvi/tvi.png OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.vegetationIndices.tvi/tvi.xml OpenJUMP/lib/ext/sextante/help/en/general/IntroductionToSEXTANTE.css OpenJUMP/lib/ext/sextante/help/en/general/about.htm OpenJUMP/lib/ext/sextante/help/en/general/accumulated_cost_anisotropic.png OpenJUMP/lib/ext/sextante/help/en/general/batch.html OpenJUMP/lib/ext/sextante/help/en/general/batch_processing.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing2.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing3.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing4.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing_bands.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing_executing.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing_filepath.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing_output.png OpenJUMP/lib/ext/sextante/help/en/general/batch_processing_save.png OpenJUMP/lib/ext/sextante/help/en/general/cmd.html OpenJUMP/lib/ext/sextante/help/en/general/command_line.png OpenJUMP/lib/ext/sextante/help/en/general/config_dialog.png OpenJUMP/lib/ext/sextante/help/en/general/config_groups.png OpenJUMP/lib/ext/sextante/help/en/general/coordinates.html OpenJUMP/lib/ext/sextante/help/en/general/coords.png OpenJUMP/lib/ext/sextante/help/en/general/explorer.html OpenJUMP/lib/ext/sextante/help/en/general/explorer.png OpenJUMP/lib/ext/sextante/help/en/general/extent_from_layer.png OpenJUMP/lib/ext/sextante/help/en/general/extent_from_view.png OpenJUMP/lib/ext/sextante/help/en/general/fit_to_input_layers.png OpenJUMP/lib/ext/sextante/help/en/general/fixed_table.png OpenJUMP/lib/ext/sextante/help/en/general/footnode.html OpenJUMP/lib/ext/sextante/help/en/general/graphic.png OpenJUMP/lib/ext/sextante/help/en/general/graphical_modeler.png OpenJUMP/lib/ext/sextante/help/en/general/help.png OpenJUMP/lib/ext/sextante/help/en/general/help_edition.png OpenJUMP/lib/ext/sextante/help/en/general/help_slope.png OpenJUMP/lib/ext/sextante/help/en/general/history.html OpenJUMP/lib/ext/sextante/help/en/general/history.png OpenJUMP/lib/ext/sextante/help/en/general/information_square.png OpenJUMP/lib/ext/sextante/help/en/general/intro.html OpenJUMP/lib/ext/sextante/help/en/general/logos.jpg OpenJUMP/lib/ext/sextante/help/en/general/modeler.html OpenJUMP/lib/ext/sextante/help/en/general/models.png OpenJUMP/lib/ext/sextante/help/en/general/models_icon.png OpenJUMP/lib/ext/sextante/help/en/general/models_parameters.png OpenJUMP/lib/ext/sextante/help/en/general/models_parameters2.png OpenJUMP/lib/ext/sextante/help/en/general/models_parameters3.png OpenJUMP/lib/ext/sextante/help/en/general/models_parameters4.png OpenJUMP/lib/ext/sextante/help/en/general/models_parameters5.png OpenJUMP/lib/ext/sextante/help/en/general/models_parameters6.png OpenJUMP/lib/ext/sextante/help/en/general/multiple_selection.png OpenJUMP/lib/ext/sextante/help/en/general/numerical_table.png OpenJUMP/lib/ext/sextante/help/en/general/oj1.png OpenJUMP/lib/ext/sextante/help/en/general/oj2.png OpenJUMP/lib/ext/sextante/help/en/general/oj3.png OpenJUMP/lib/ext/sextante/help/en/general/openjump.html OpenJUMP/lib/ext/sextante/help/en/general/previous_parameters.png OpenJUMP/lib/ext/sextante/help/en/general/providers.html OpenJUMP/lib/ext/sextante/help/en/general/providers_old.html OpenJUMP/lib/ext/sextante/help/en/general/results.html OpenJUMP/lib/ext/sextante/help/en/general/results_html.png OpenJUMP/lib/ext/sextante/help/en/general/results_image.png OpenJUMP/lib/ext/sextante/help/en/general/results_table.png OpenJUMP/lib/ext/sextante/help/en/general/selcoords.png OpenJUMP/lib/ext/sextante/help/en/general/sextante.png OpenJUMP/lib/ext/sextante/help/en/general/sextante_algo.html OpenJUMP/lib/ext/sextante/help/en/general/sextante_objects.png OpenJUMP/lib/ext/sextante/help/en/general/slope.png OpenJUMP/lib/ext/sextante/help/en/general/toolbox.html OpenJUMP/lib/ext/sextante/help/en/general/toolbox.png OpenJUMP/lib/ext/sextante/help/en/general/user_defined.png OpenJUMP/lib/ext/sextante/help/en/general/warning.png OpenJUMP/lib/ext/sextante/help/en/it.falciano.sextante.polygonize/input_lines.png OpenJUMP/lib/ext/sextante/help/en/it.falciano.sextante.polygonize/output_polygons.png OpenJUMP/lib/ext/sextante/help/en/it.falciano.sextante.polygonize/polygonize.xml OpenJUMP/lib/ext/sextante/help/en/it.falciano.sextante.vectorAddField/vectoraddfield.xml OpenJUMP/lib/ext/sextante/help/en/it.falciano.sextante.vectorDeleteField/vectordeletefield.xml OpenJUMP/lib/ext/sextante/help/en/it.falciano.sextante.vectorRenameField/vectorrenamefield.xml OpenJUMP/lib/ext/sextante/help/hipsometry.model OpenJUMP/lib/ext/sextante/help/hipsometry.model.xml 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/sextante/japura-1.14.0.jar OpenJUMP/lib/ext/sextante/jcommon-1.0.14.jar OpenJUMP/lib/ext/sextante/jep-2.4.0.jar OpenJUMP/lib/ext/sextante/jfreechart-1.0.11.jar OpenJUMP/lib/ext/sextante/jgraph.jar OpenJUMP/lib/ext/sextante/kxml2.jar OpenJUMP/lib/ext/sextante/libMath.jar OpenJUMP/lib/ext/sextante/sextante.jar OpenJUMP/lib/ext/sextante/sextante_algorithms.jar OpenJUMP/lib/ext/sextante/sextante_gui.jar -OpenJUMP/lib/ext/sextante/sextante_new_algorithms.jar +OpenJUMP/lib/ext/sextante/sextante_new_algorithms_20200817.jar OpenJUMP/lib/ext/sextante/trove-0.1.8.jar OpenJUMP/lib/ext/topology-0.9.3.jar OpenJUMP/lib/ext/utils-0.1-20111127.jar OpenJUMP/lib/ext/wfs/commons-httpclient-3.1.jar OpenJUMP/lib/ext/wfs/deegree2-core-2.6-pre2-20140511.220246-596.jar OpenJUMP/lib/ext/wfs/jaxen-1.1.1.jar OpenJUMP/lib/ext/wfs/vecmath-1.5.2.jar OpenJUMP/lib/ext/workbench-properties.xml OpenJUMP/lib/ext/xbean-2.2.0.jar -OpenJUMP/lib/hamcrest-core-1.3.jar OpenJUMP/lib/icons/oj.ico OpenJUMP/lib/icons/oj.png +OpenJUMP/lib/jai-imageio-core-1.4.0.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/jdom2-2.0.6.jar OpenJUMP/lib/jmatharray-20070905.jar OpenJUMP/lib/jmathplot-20070905.jar -OpenJUMP/lib/js-1.5R4.1.jar OpenJUMP/lib/json-simple-1.1.1.jar OpenJUMP/lib/jts-core-1.14.0.jar OpenJUMP/lib/jts-io-1.14.0.jar OpenJUMP/lib/jython-2.2.jar OpenJUMP/lib/log4j-1.2.17.jar OpenJUMP/lib/native/jecw-0.0.7.jar OpenJUMP/lib/org-netbeans-swing-outline-7.2.jar -OpenJUMP/lib/postgresql-9.4.1208.jre6.jar +OpenJUMP/lib/postgresql-42.2.14.jar OpenJUMP/lib/slf4j-api-1.7.25.jar OpenJUMP/lib/slf4j-log4j12-1.7.25.jar OpenJUMP/lib/xercesImpl-2.11.0.jar OpenJUMP/lib/xml-apis-1.4.01.jar OpenJUMP/lib/xmlParserAPIs-2.0.2.jar OpenJUMP/lib/xz-1.8.jar bin/openjump %%PORTDOCS%%%%DOCSDIR%%/Changes.txt @dir OpenJUMP/lib/ext/sextante/help/en/es.unex.sextante.hydrology.createHyetogram