add abstract method

void add(
  1. PointData point
)

Adds a new point to the data source.

Altitude of the point coordinates is ignored.

  • point Point to be added.

Implementation

void add(PointData point);