Interface IsolineShapeGeometry.Builder

  • Method Details

    • 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.
    • polylinePolygon

      IsolineShapeGeometry.Builder polylinePolygon(Collection<String> polylinePolygon)

      A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings). For more information on polyline encoding, see https://github .com/heremaps/flexiblepolyline/blob/master/README.md.

      Parameters:
      polylinePolygon - A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings). For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • polylinePolygon

      IsolineShapeGeometry.Builder polylinePolygon(String... polylinePolygon)

      A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings). For more information on polyline encoding, see https://github .com/heremaps/flexiblepolyline/blob/master/README.md.

      Parameters:
      polylinePolygon - A list of Isoline PolylinePolygon, for each isoline PolylinePolygon, it contains PolylinePolygon of the first linear ring (the outer ring) and from 2nd item to the last item (the inner rings). For more information on polyline encoding, see https://github.com/heremaps/flexiblepolyline/blob/master/README.md.
      Returns:
      Returns a reference to this object so that method calls can be chained together.