withPoint abstract method

PointDataSourceBuilder withPoint(
  1. PointData point
)

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

  • point Point to be added.

Returns PointDataSourceBuilder. This data source builder instance.

Implementation

PointDataSourceBuilder withPoint(PointData point);