MutablePointCollection

constructor(spatialReference: SpatialReference? = null)

Creates a mutable point collection with a specified spatial reference.

Since

200.1.0


constructor(points: Iterable<Point>, spatialReference: SpatialReference? = null)

Creates a mutable point collection with a specified spatial reference, and adds the given points to it.

Since

200.1.0

Parameters

points

points to add to the collection

spatialReference

A spatial reference object, can be null.