withPolygon abstract method

PolygonDataSourceBuilder withPolygon(
  1. PolygonData polygon
)

Configures the builder to insert the given polygon in the data source.

  • polygon The polygon to add.

Returns PolygonDataSourceBuilder. This data source builder instance.

Implementation

PolygonDataSourceBuilder withPolygon(PolygonData polygon);