Interface IsolineShapeGeometry.Builder

    • Method Detail

      • polygon

        IsolineShapeGeometry.Builder polygon​(Collection<? extends Collection<? extends Collection<Double>>> polygon)

        A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings).

        Parameters:
        polygon - A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • polygon

        IsolineShapeGeometry.Builder polygon​(Collection<? extends Collection<Double>>... polygon)

        A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings).

        Parameters:
        polygon - A list of Isoline Polygons, for each isoline polygon, it contains polygons of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings).
        Returns:
        Returns a reference to this object so that method calls can be chained together.