Class MultiPoint

    • Method Detail

      • of

        public static MultiPoint of​(Point... points)
        Creates a MultiPoint from the given points.
        Parameters:
        points - The Point sequence.
        Returns:
        MultiPoint
      • of

        public static MultiPoint of​(Iterable<Point> points)
        Creates a MultiPoint from the given points.
        Parameters:
        points - The Point Iterable.
        Returns:
        MultiPoint
      • of

        public static MultiPoint of​(Stream<Point> points)
        Creates a MultiPoint from the given points.
        Parameters:
        points - The Point Iterable.
        Returns:
        MultiPoint
      • type

        public Geometry.Type type()
        Description copied from interface: Geometry
        Returns the Geometry type.
        Returns:
        Type