svn commit: r375312 - in head/graphics/openjump: . files

Vanilla I. Shu vanilla at FreeBSD.org
Tue Dec 23 06:46:42 UTC 2014


Author: vanilla
Date: Tue Dec 23 06:46:40 2014
New Revision: 375312
URL: https://svnweb.freebsd.org/changeset/ports/375312
QAT: https://qat.redports.org/buildarchive/r375312/

Log:
  Upgrade to 1.8.0.
  
  PR:		ports/196200
  Submitted by:	maintainer

Modified:
  head/graphics/openjump/Makefile
  head/graphics/openjump/distinfo
  head/graphics/openjump/files/patch-bin__oj_linux.sh
  head/graphics/openjump/pkg-plist

Modified: head/graphics/openjump/Makefile
==============================================================================
--- head/graphics/openjump/Makefile	Tue Dec 23 04:52:07 2014	(r375311)
+++ head/graphics/openjump/Makefile	Tue Dec 23 06:46:40 2014	(r375312)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	OpenJUMP
-PORTVERSION=	1.7.1
+PORTVERSION=	1.8.0
 CATEGORIES=	graphics java geography
 MASTER_SITES=	SF/jump-pilot/OpenJUMP/${PORTVERSION}
 DISTNAME=	${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}-PLUS
@@ -46,7 +46,7 @@ USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-r${PLUS_REV}-PLUS
-PLUS_REV=	4004
+PLUS_REV=	4164
 
 do-install:
 	@${ECHO_CMD} "--->  Installing JAR files"
@@ -66,17 +66,9 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/bin/log4j.xml ${TARGET_DIR}/bin/
 	${INSTALL_DATA} ${WRKSRC}/readme.txt ${TARGET_DIR}/bin/
 
-OPTIONS_DEFINE=	DOCS
-
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${ECHO_MSG} "--->  Installing documentation"
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/Changes.txt ${STAGEDIR}${DOCSDIR}
-.else
-	@${ECHO_MSG} "--->  Skipping documentation"
-.endif
 
 .include <bsd.port.mk>

Modified: head/graphics/openjump/distinfo
==============================================================================
--- head/graphics/openjump/distinfo	Tue Dec 23 04:52:07 2014	(r375311)
+++ head/graphics/openjump/distinfo	Tue Dec 23 06:46:40 2014	(r375312)
@@ -1,2 +1,2 @@
-SHA256 (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 89234e66144d26d815dd3e20d44a8c67d4e8787c4ff8ccb98975021f3a514f5d
-SIZE (OpenJUMP-Portable-1.7.1-r4004-PLUS.zip) = 42555043
+SHA256 (OpenJUMP-Portable-1.8.0-r4164-PLUS.zip) = 663b19562dd2429492f2f28aa0f4b79a368db33f388f83be5ba5f128a79f5065
+SIZE (OpenJUMP-Portable-1.8.0-r4164-PLUS.zip) = 43584306

Modified: head/graphics/openjump/files/patch-bin__oj_linux.sh
==============================================================================
--- head/graphics/openjump/files/patch-bin__oj_linux.sh	Tue Dec 23 04:52:07 2014	(r375311)
+++ head/graphics/openjump/files/patch-bin__oj_linux.sh	Tue Dec 23 06:46:40 2014	(r375312)
@@ -1,18 +1,18 @@
---- bin/oj_linux.sh.orig	2014-03-16 17:15:30.000000000 +0100
-+++ bin/oj_linux.sh	2014-09-07 13:27:15.000000000 +0200
-@@ -4,9 +4,10 @@
+--- bin/oj_linux.sh.orig	2014-11-26 00:15:22.000000000 +0100
++++ bin/oj_linux.sh	2014-12-21 22:31:45.000000000 +0100
+@@ -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="/home/ed/jre1.6.0_21"
 +JAVA_HOME=${JAVA_HOME}
  
  ## uncomment and change your memory configuration here 
  ## Xms is initial size, Xmx is maximum size
-@@ -43,6 +44,7 @@
+@@ -48,6 +50,7 @@
    # extract zipped files in native dir (our way to ship symlinks to desktops)
    for filepath in $(find "$1/" -name '*.tgz' -o -name '*.tar.gz')
    do
@@ -20,7 +20,7 @@
      file=$(basename "$filepath")
      folder=$(dirname "$filepath")
      done=".$file.unzipped"
-@@ -66,6 +68,7 @@
+@@ -71,6 +74,7 @@
  
  macinstall(){
    # create app package
@@ -28,7 +28,7 @@
    cp -R -a "$1"/bin/OpenJUMP.app/Contents "$1" &&\
    awk '{sub(/..\/oj_/,"bin/oj_",$0)}1' "$1"/bin/OpenJUMP.app/Contents/Resources/script > "$1"/Contents/Resources/script &&\
    echo patched oj.app
-@@ -74,12 +77,14 @@
+@@ -79,12 +83,14 @@
  }
  
  ## detect home folder
@@ -43,7 +43,7 @@
  
  ## run postinstalls only, if requested
  case "$1" in
-@@ -95,13 +100,20 @@
+@@ -100,13 +106,19 @@
  
  ## cd into jump home
  OLD_DIR=`pwd`
@@ -51,7 +51,6 @@
  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'"
@@ -64,7 +63,7 @@
      # try users home dir
      JUMP_SETTINGS="$HOME/.openjump"
      # create if missing
-@@ -118,14 +130,19 @@
+@@ -123,14 +135,19 @@
  # 1. first in oj_home/jre
  # 2. in configured java_home
  # 3. in path
@@ -84,7 +83,7 @@
  fi
  
  # java available
-@@ -134,20 +151,26 @@
+@@ -139,20 +156,26 @@
  add the location of java to your PATH environment variable." && ERROR=1 && end
  
  # resolve recursive links to java binary
@@ -115,51 +114,18 @@
 +JAVA_VERSION=$(echo $JAVA_VERSIONSTRING | awk -F'"' '/^java version/ || /^openjdk version/{print $2}' | awk -F'.' '{print $1"."$2}')
 +echo "#####  JAVA_VERSION = '$JAVA_VERSION'"
  JAVA_ARCH=$(echo $JAVA_VERSIONSTRING | grep -q -i 64-bit && echo x64 || echo x86)
- JAVA_NEEDED="1.5"
- if ! awk "BEGIN{if($JAVA_VERSION < $JAVA_NEEDED)exit 1}"; then
-@@ -157,7 +180,11 @@
- fi
- 
- # use previously set or detect RAM size in bytes
--RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)}
-+#RAM_SIZE=${RAM_SIZE-$(expr "$(awk '/MemTotal/{print $2}' /proc/meminfo)" \* 1024)}
-+RAM_SIZE=${RAM_SIZE-$(expr "$(sysctl hw.realmem | awk '/hw.realmem:/{print $2}')" / 1024)}
-+echo "#####  -----------------------------------------------------------"
-+echo "#####  RAM_SIZE = '$RAM_SIZE'"
-+
- if [ -n "$JAVA_MAXMEM" ]; then
-   echo "max. memory limit defined via JAVA_MAXMEM=$JAVA_MAXMEM"
- elif ! is_number "$RAM_SIZE"; then
-@@ -175,14 +202,18 @@
-   else
-     MEM_MAX="$MEM_MINUS1GB"
-   fi
-+  echo "#####  MEM_MAX = '$MEM_MAX'"
- 
-   # limit 32bit jre to 3GiB = 3221225472 bytes
-+  echo "#####  JAVA_ARCH = '$JAVA_ARCH'"
-   if [ "$JAVA_ARCH" != "x64" ] && [ "$MEM_MAX" -gt "3221225472" ]; then
-     MEM_MAX=3221225472
-   fi
- 
--  MEM_MAX_MB=`expr $MEM_MAX / 1024 / 1024`
-+  MEM_MAX_MB=`expr $MEM_MAX / 1024`
-   JAVA_MAXMEM="-Xmx${MEM_MAX_MB}M"
-+  echo "#####  JAVA_MAXMEM = '$JAVA_MAXMEM'"
-+
-   # output info
-   echo limit max. memory to $MEM_MAX_MB MiB
- fi
-@@ -190,7 +221,7 @@
- # always print java infos
- echo "Running -> '${JAVA}'; " $("$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}')
+ JAVA_NEEDED="1.6"
+ if ! is_decimal "$JAVA_VERSION" || ! awk "BEGIN{if($JAVA_VERSION < $JAVA_NEEDED)exit 1}"; then
+@@ -166,7 +189,7 @@
+ echo "Using '$(basename "${JAVA}")' found in '$(dirname "${JAVA}")"
+ echo $("$JAVA" -version 2>&1|awk 'BEGIN{ORS=""}{print $0"; "}')
  
 -JUMP_PROFILE=~/.jump/openjump.profile
 +JUMP_PROFILE="$HOME/.openjump/openjump.profile"
  if [ -f "$JUMP_PROFILE" ]; then
    source $JUMP_PROFILE
  fi
-@@ -199,8 +230,13 @@
+@@ -175,8 +198,13 @@
  if [ -z "$JUMP_LIB" ]; then
    JUMP_LIB="./lib"
  fi
@@ -173,15 +139,15 @@
  
  JUMP_PLUGINS=./bin/default-plugins.xml
  if [ -z "$JUMP_PLUGINS" ] || [ ! -f "$JUMP_PLUGINS" ]; then
-@@ -209,6 +245,7 @@
+@@ -185,6 +213,7 @@
      JUMP_PLUGINS="./scripts/default-plugins.xml"
    fi
  fi
 +echo "#####  JUMP_PLUGINS = '$JUMP_PLUGINS'"
  
  # include every jar/zip in lib and native dir
- for libfile in "$JUMP_LIB/"*.zip "$JUMP_LIB/"*.jar "$JUMP_NATIVE_DIR/"*.jar
-@@ -217,29 +254,39 @@
+ for libfile in "$JUMP_LIB/"*.zip "$JUMP_LIB/"*.jar "$JUMP_NATIVE_DIR/$JAVA_ARCH/"*.jar "$JUMP_NATIVE_DIR/"*.jar
+@@ -193,29 +222,39 @@
  done
  CLASSPATH=.:./bin:./conf:$CLASSPATH
  export CLASSPATH;
@@ -221,8 +187,41 @@
 +#extract_libs "$JUMP_NATIVE_DIR"
  
  # allow jre to find native libraries in native dir, lib/ext (backwards compatibility)
- # NOTE: mac osx DYLD_LIBRARY_PATH is set in oj_macosx.command only
-@@ -265,4 +312,4 @@
+ NATIVE_PATH="$JUMP_NATIVE_DIR/$JAVA_ARCH:$JUMP_NATIVE_DIR:$JUMP_PLUGIN_DIR"
+@@ -251,7 +290,11 @@
+ 
+ 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
+@@ -269,14 +312,18 @@
+   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`
+   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
+@@ -294,4 +341,4 @@
  cd "$OLD_DIR"
  
  ## run end function

Modified: head/graphics/openjump/pkg-plist
==============================================================================
--- head/graphics/openjump/pkg-plist	Tue Dec 23 04:52:07 2014	(r375311)
+++ head/graphics/openjump/pkg-plist	Tue Dec 23 06:46:40 2014	(r375312)
@@ -2,7 +2,7 @@ OpenJUMP/bin/default-plugins.xml
 OpenJUMP/bin/log4j.xml
 OpenJUMP/bin/openjump
 OpenJUMP/bin/readme.txt
-OpenJUMP/lib/OpenJUMP-1.7.1-r4004-nosrc.jar
+OpenJUMP/lib/OpenJUMP-1.8.0-r4164-nosrc.jar
 OpenJUMP/lib/batik-awt-util-1.6.jar
 OpenJUMP/lib/batik-bridge-1.6.jar
 OpenJUMP/lib/batik-css-1.6.jar
@@ -41,6 +41,8 @@ OpenJUMP/lib/ext/BeanTools/9-Display_WMS
 OpenJUMP/lib/ext/BeanTools/RefreshScriptsMenu.bsh
 OpenJUMP/lib/ext/BeanTools/SaveViewAsBeanTool.bsh
 OpenJUMP/lib/ext/ColorChooser-0.6.jar
+OpenJUMP/lib/ext/ConcaveHull-0.2.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
@@ -198,7 +200,7 @@ OpenJUMP/lib/ext/JumpChart.jar
 OpenJUMP/lib/ext/JumpFillPattern.jar
 OpenJUMP/lib/ext/JumpPrinter.jar
 OpenJUMP/lib/ext/PirolCsv.jar
-OpenJUMP/lib/ext/SkyPrinterPlugIn-1.0.0.jar
+OpenJUMP/lib/ext/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
@@ -268,22 +270,25 @@ OpenJUMP/lib/ext/VertexImages/vector_20.
 OpenJUMP/lib/ext/VertexSymbols.jar
 OpenJUMP/lib/ext/aggregation-0.2.8.jar
 OpenJUMP/lib/ext/bsheditor4jump-0.2.4.jar
-OpenJUMP/lib/ext/csv-driver-0.9.0.jar
+OpenJUMP/lib/ext/csv-driver-0.9.2.jar
 OpenJUMP/lib/ext/dbquery.properties
 OpenJUMP/lib/ext/driver-dxf-0.8.0.jar
-OpenJUMP/lib/ext/graph-toolbox-0.1.4.jar
+OpenJUMP/lib/ext/graph-toolbox-0.2.0.jar
 OpenJUMP/lib/ext/itext-2.1.7.jar
 OpenJUMP/lib/ext/jgrapht-jdk1.5.jar
 OpenJUMP/lib/ext/jump-jgrapht-0.5.jar
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/CONTRIBUTORS.txt
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/COPYING
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/NOTICE.txt
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_jumpdbquery.txt
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/README_releases.txt
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/gt2-oracle-spatial-2.3.2.jar
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/jsyntaxpane-1.0.0.jar
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/mysql-connector-java-5.1.27.jar
-OpenJUMP/lib/ext/jumpdbquery-1.0.0/sqlite-jdbc-3.7.2.jar
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/CONTRIBUTORS.txt
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/COPYING
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/LICENSE.txt
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/NOTICE.txt
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/README_jumpdbquery.txt
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/README_releases.txt
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/dbquery.properties
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/gt2-oracle-spatial-2.3.2.jar
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/jgrapht-jdk1.6.jar
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/jsyntaxpane-1.0.0.jar
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/mysql-connector-java-5.1.27.jar
+OpenJUMP/lib/ext/jumpdbquery-1.1.0/sqlite-jdbc-3.8.6.jar
 OpenJUMP/lib/ext/jumpdbquery.jar
 OpenJUMP/lib/ext/jython/AlignSelected.py
 OpenJUMP/lib/ext/jython/ArcTool.py
@@ -314,7 +319,7 @@ OpenJUMP/lib/ext/jython/images/shape_cen
 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.1.jar
+OpenJUMP/lib/ext/kml-driver-0.2.jar
 OpenJUMP/lib/ext/kml/ProjectStringsList.pjl
 OpenJUMP/lib/ext/oj_osm_reader_v1-0-4.jar
 OpenJUMP/lib/ext/ojsextante_binding_apr2013.jar
@@ -929,297 +934,10 @@ OpenJUMP/lib/native/jecw-0.0.7.jar
 OpenJUMP/lib/nitf-bindings-2.7-dev-r1130.jar
 OpenJUMP/lib/postgresql-9.3-1101-jdbc4.jar
 OpenJUMP/lib/turbojpeg-wrapper-1.2.1.1.jar
-OpenJUMP/lib/xercesImpl-2.8.1.jar
-OpenJUMP/lib/xml-apis-1.3.03.jar
+OpenJUMP/lib/xercesImpl-2.11.0.jar
+OpenJUMP/lib/xml-apis-1.4.01.jar
 OpenJUMP/lib/xmlParserAPIs-2.0.2.jar
 OpenJUMP/lib/xz-1.3.jar
 bin/openjump
-%%PORTDOCS%%%%DOCSDIR%%/Changes.txt
- at dir OpenJUMP/bin
- at dir OpenJUMP/lib/ext/BeanTools
- at dir OpenJUMP/lib/ext/FillPatterns
- at dir OpenJUMP/lib/ext/VertexImages
- at dir OpenJUMP/lib/ext/jumpdbquery-1.0.0
- at dir OpenJUMP/lib/ext/jython/images
- at dir OpenJUMP/lib/ext/jython
- at dir OpenJUMP/lib/ext/kml
- at dir OpenJUMP/lib/ext/sextante
- at dir OpenJUMP/lib/ext/sextante_help/en/de.ifgi.sextante.simulationTools.channels
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCost
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostAnisotropic
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.accCostCombined
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.ahp
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cluster
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutes
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.costInRoutesAnisotropic
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.cva
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.fuzzify
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.owa
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.polarToRect
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.predictiveModels
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.rectToPolar
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.roc
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.sumOfCostFromAllPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassification
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridAnalysis.supervisedClassificationB
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.constantGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomBernoulli
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomNormal
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateRandomUniform
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.generateTerrain
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridCalculator
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.gridFromFunction
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.kernelFilter
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.normalize
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volume
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCalculus.volumeBetweenGrids
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.aggregationIndex
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.classStatistics
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.combineGrids
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.crossClassification
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.filterClumps
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsArea
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.fragstatsDiversity
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.lacunarity
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassify
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyConsecutive
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyDisjoint
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualAmplitude
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridCategorical.reclassifyEqualArea
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountGreaterThan
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridCountLowerThan
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridKurtosis
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMajority
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMaxValueGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMeanValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMedian
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinValueGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridMinority
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridRange
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridSkewness
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridVariance
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.multiGridcountEqualTo
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountEqualTo
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountGreaterThan
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodCountLowerThan
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDiversity
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodDominance
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodFragmentation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodKurtosis
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMajority
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMaxValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMeanValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMedian
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodMinority
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodNumberOfClasses
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodRange
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodSkewness
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVariance
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.neighborhoodVarianceRadius
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridStatistics.semivariances
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.aggregate
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.bboxGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.changeDataType
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipBBoxGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.clipGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGaps
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.closeGapsNN
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.correlation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.cropToValidData
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.density
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gradientLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridBasicStats
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridCompletion
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridOrientation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.gridsFromTableAndGrid
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.histogram
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.invertNoData
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.kernelDensity
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.locateExtremeValues
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.mergeGrids
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.rasterBuffer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.sortRaster
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gridTools.thresholdBuffer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.gvsigspecific.reproject
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.accFlow
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.burnStreams
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cFactorFromNDVI
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.cellBalance
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.channelNetwork
+%%DOCSDIR%%/Changes.txt
 @dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.createHyetogram
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.distToChannelNetwork
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.edgeContamination
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.fillSinks
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.heightOverChannelNetwork
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.isocrones
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.maxValueUphill
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.meanValueUphill
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.slopeLength
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.strahlerOrder
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.topographicIndices
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromArea
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.upslopeAreaFromPoint
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.usped
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watersheds
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.hydrology.watershedsBySize
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrate
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.calibrateRegression
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.contrastStretching
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.equalize
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.erosionDilation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.his2rgb
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.rgb2his
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.features
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.texture.quantization
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.thinning
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.imageAnalysis.vectorizeTrees
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.hillshade
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.horizonBlockage
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.los
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.solarRadiation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visibility
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.lighting.visualExposure
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.locate.locateAllocate
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.anisotropicCoefficientOfVariation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.aspect
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.convergence
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.curvatures
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.elevationReliefIndex
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.fillElevationValues
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.hypsometry
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.protectionIndex
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.realArea
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.slope
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.morphometry.surfaceSpecificPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nearestNeighbour
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.nonSpatial.calculator
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.distanceMatrix
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.meanCenter
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.medianCenter
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.nearestNeighbour
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.quadrat
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.ripleysK
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.pointAnalysis.spatialCorrelation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.crossSections
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.flowLineProfile
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.leastCostPath
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.profiles.profile
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.directionToClosestPoint
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.euclideanDistance
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.idw
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.kriging
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.linearDecrease
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.nearestNeighbour
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.rasterizeVectorLayer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.rasterize.universalKriging
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.covarianceMatrix
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.multipleRegression
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pca
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfBinomial
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfChiSquared
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfExponential
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfNormal
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.pdfStudent
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.statisticalMethods.regression
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.createEquivalentNumericalClass
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.filterVector
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.normalityTest
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableBasicStats
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.tableFieldCorrelation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorBasicStats
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCalculator
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorFieldCorrelation
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.tables.vectorHistogram
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.checkLineDirectionCoherence
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.joinAdjacentLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.topology.nodeLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.InPolygonSpatialJoin
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.addEventTheme
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.autoincrementValue
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.boundingbox
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.buffer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.centroids
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.changeLineDirection
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanPointsLayer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.cleanVectorLayer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clip
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.clipByRectangle
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.constrainedDelaunay
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.countPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.delaunay
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.difference
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolve
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.dissolveMultiple
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.distanceTableBuffer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.exportVector
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendLinesLayerWithGrids
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.extendPointsLayerWithGrids
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fitNPointsInPolygon
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.fixedDistanceBuffer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.generateRoutes
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricProperties
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometricPropertiesLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.geometriesToPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.graticuleBuilder
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.gridStatisticsInPolygons
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.intersection
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.linesToEquispacedPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.medialAxis
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.merge
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.minimumEnclosingPolygon
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.perturbatePointsLayer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.placePointsOnLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointCoordinates
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.pointsToLine
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonStatisticsFromPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polygonsToPolylines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToPolygons
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.polylinesToSingleSegments
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.randomVector
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeHoles
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.removeRepeatedGeometries
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.resolvePolygonHoles
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.saveToWKT
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.simplifyPolygons
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.sinuosity
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.smoothLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.snapPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitLinesWithPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitMultipart
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.splitPolylinesAtNodes
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.transform
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.variableDistanceBuffer
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorCluster
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorMean
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.vectorSpatialCluster
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorTools.voronoi
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.contourLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.rasterToPoints
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorize
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vectorize.vectorizeLines
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ctvi
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ndvi
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.nrvi
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviPerry
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviQi
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviRichardson
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.pviWalther
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.ttvi
- at dir OpenJUMP/lib/ext/sextante_help/en/es.unex.sextante.vegetationIndices.tvi
- at dir OpenJUMP/lib/ext/sextante_help/en/general
- at dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.polygonize
- at dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorAddField
- at dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorDeleteField
- at dir OpenJUMP/lib/ext/sextante_help/en/it.falciano.sextante.vectorRenameField
- at dir OpenJUMP/lib/ext/sextante_help/en
- at dir OpenJUMP/lib/ext/sextante_help
- at dir OpenJUMP/lib/ext
- at dir OpenJUMP/lib/icons
- at dir OpenJUMP/lib/native
- at dir OpenJUMP/lib
- at dir OpenJUMP
-%%PORTDOCS%%@dir %%DOCSDIR%%


More information about the svn-ports-head mailing list