MutablePartCollection

constructor(spatialReference: SpatialReference? = null)

Creates a mutable part collection with a specified spatial reference.

Since

200.1.0


constructor(parts: Iterable<MutablePart>, spatialReference: SpatialReference? = null)

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

Since

200.1.0

Parameters

parts

parts to add to the mutable part collection

spatialReference

A spatial reference object, can be null.