MultiPoint
A geometry containing multiple points as one value.
Category: Geometry
Definition (expanded)
MultiPoint groups many Point coordinates into one geometry. It is often used for collections of sample locations or markers stored as a single field in a database.
Related terms
PointA single coordinate location, represented as one (x, y) pair.WKT (Well-Known Text)A plain-text format for geometries (e.g., POLYGON, MULTIPOLYGON) widely used in GIS and spatial databases.WKB (Well-Known Binary)A compact binary format for geometries, widely used in spatial databases and APIs.GeoJSONA JSON format for geographic features, using objects like Feature, FeatureCollection, and geometry types like Polygon and MultiPolygon.