Revision: 6593
          http://sourceforge.net/p/jump-pilot/code/6593
Author:   ma15569
Date:     2020-10-09 15:24:04 +0000 (Fri, 09 Oct 2020)
Log Message:
-----------
few extra notes on java doc

Modified Paths:
--------------
    
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java

Modified: 
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java
===================================================================
--- 
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java 
    2020-10-09 12:55:48 UTC (rev 6592)
+++ 
core/trunk/src/org/openjump/core/rasterimage/algorithms/RasterizeAlgorithm.java 
    2020-10-09 15:24:04 UTC (rev 6593)
@@ -44,6 +44,7 @@
  */
  
 
+
 public class RasterizeAlgorithm {
 
        private static Double noData = -99999.0D;
@@ -76,7 +77,7 @@
     // b) From Sextante, almost faster but still not working with ponts and 
linestrings
     // The code below simplefies the access to the the method
     /**
-     * Convert a feature collection to a raster according to a numeric 
attribute, a limit envelope
+     * process a feature collection to create a raster according to a numeric 
attribute, a limit envelope
      * and a cell size.  Feature are first chosen according if they overlap 
the limit envelope. Then they are merged according 
      * the chosen  attribute, then converted to a grid
      * Methods saveToFile(File) and getRaster() and getEnvelope() allows to 
save to file



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to