Class MultiPoint
A MultiPoint is a geometry collection composed of Point elements. The points are not connected or ordered in any way.
MultiPoint Examples
- On a world map, a
MultiPointcould represent a chain of small islands. - On a city map, a
MultiPointcould represent the outlets for a ticket office.
MultiPoint Properties
- A
MultiPointis a zero-dimensional geometry. - A
MultiPointis simple if no two of itsPointvalues are equal (have identical coordinate values). - The boundary of a
MultiPointis the empty set.