[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
MultiPoint
A MultiPoint
is a geometry collection composed of
Point
elements. The points are not connected or ordered
in any way.
MultiPoint
Examples
Multipoint
could represent a chain of small islands.
Multipoint
could represent the outlets for a ticket
office.
MultiPoint
Properties
MultiPoint
is a zero-dimensional geometry.
MultiPoint
is simple if no two of its Point
values are
equal (have identical coordinate values).
MultiPoint
's boundary is the empty set.