LINESTRING0
LINESTRING0 is a nonstandard label used in some geographic information system (GIS) tutorials and datasets to denote a simple two-dimensional linestring geometry. The "0" in the name is a naming convention chosen in instructional material to distinguish this example from the official LINESTRING type and from other variants. It does not represent an official geometry type in standard GIS specifications.
A LINESTRING0 describes an ordered sequence of points in the plane, typically written as a series of
LINESTRING0 is used mainly for teaching, testing, and benchmarking. It provides a straightforward, easy-to-read example for
Limitations and considerations
Because LINESTRING0 is not part of any official standard, it may not be recognized by GIS libraries
LINESTRING0(0 0, 1 1, 2 0) is a common educational example illustrating a three-point linestring.