newPoint

fun newPoint(classID: Long, pt: GeoPoint, atts: Array<Attribute>?): Point2D?

Adds a simple point into the specified class and returns the corresponding Point2D form.

Return

A valid Point2D form or null if an error occurs.

Parameters

classID
The class identifier.
pt
Coordinates of the 2D point.
atts
An optional array of SVS attributes.

Throws