11.4.2.9 MultiPoint Class
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.
© 2025 Oracle
Licensed under the GPLv2 License.