Multipoint Builder
Creates a multipoint builder from a multipoint.
The SpatialReference of the multipoint point builder will match that of the specified Multipoint.
Since
200.1.0
Parameters
a Multipoint from which to start this builder
a trailing lambda parameter from within which to configure the builder.
See also
Creates an empty multipoint builder with the specified SpatialReference.
The SpatialReference cannot be changed after instantiation.
Since
200.1.0
Parameters
a SpatialReference from which to start this builder
a trailing lambda parameter from within which to configure the builder.
Creates a multipoint builder with an Iterable of Point.
The spatial reference of the builder will be either the spatial reference of the first point or null if there are no points.
Since
200.1.0
Parameters
the points with which to create the builder. All points must have the same spatial reference.
the spatial reference for the builder, defaults to null.
a trailing lambda parameter from within which to configure the builder.