MultiLineString
A geometry containing multiple LineStrings as one value.
Category: Geometry
Definition (expanded)
MultiLineString groups multiple line parts into one geometry value. It is common for networks or multi-part boundaries stored as a single geometry in a database.
Related terms
LineStringA line geometry made of an ordered list of coordinates.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.