Multipoint

Base Type: Geometry

Derived Types: MultipointB, MultipointN

An abstract class used to group together its derived types which represent ordered collection of points.

Remarks

A Multipoint is a collection of Points. A multipoint is a one-dimensional geometry object. Multipoints can be used to store a collection of Point-based information where the order and individual identity of each point is not an essential characteristic of the Point set. Functions that return multiple point results simultaneously return the result as a single Multipoint.

2/28/2020