add abstract method
- PointData point
Adds a new point to the data source.
Altitude of the point coordinates is ignored.
pointPoint to be added.
Implementation
void add(PointData point);
Adds a new point to the data source.
Altitude of the point coordinates is ignored.
point Point to be added.void add(PointData point);