PDF (US Ltr)
- 40.4Mb
PDF (A4)
- 40.5Mb
Man Pages (TGZ)
- 259.5Kb
Man Pages (Zip)
- 366.7Kb
Info (Gzip)
- 4.1Mb
Info (Zip)
- 4.1Mb
A LineString is a Curve
with linear interpolation between points.
LineString
Examples
On a world map,
LineStringobjects could represent rivers.In a city map,
LineStringobjects could represent streets.
LineString
Properties
A
LineStringhas coordinates of segments, defined by each consecutive pair of points.A
LineStringis aLineif it consists of exactly two points.A
LineStringis aLinearRingif it is both closed and simple.