convexhull.patch

Antonio Falciano, 09/15/2014 12:31 PM

Download (929 Bytes)

View differences:

org.gvsig.geoprocess.algorithm/org.gvsig.geoprocess.algorithm.convexhull/src/main/java/org/gvsig/geoprocess/algorithm/convexhull/ConvexHullAlgorithm.java (copia locale)
59 59
    public static final String CHECK = "CHECK";
60 60

  
61 61
    public void defineCharacteristics() {
62
        setName(getTranslation("Convex Hull"));
62
        setName(getTranslation("ConvexHull"));
63 63
        setGroup(getTranslation("basic_vect_algorithms"));
64 64
        // setGeneratesUserDefinedRasterOutput(false);
65 65
        try {