Class DoubleRange

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction

    public class DoubleRange
    extends org.h2gis.api.DeterministicScalarFunction
    Author:
    Erwan Bocher
    • Constructor Detail

      • DoubleRange

        public DoubleRange()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • createArray

        public static Double[] createArray​(double begin,
                                           double end)
        Return an array of doubles with a default step of 1.
        Parameters:
        begin - from start
        end - to end
        Returns:
      • createArray

        public static Double[] createArray​(double begin,
                                           double end,
                                           double step)
        Return an array of doubles
        Parameters:
        begin - from start
        end - to end
        step - increment
        Returns: