Class IntegerRange

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

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

      • IntegerRange

        public IntegerRange()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • createArray

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

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