| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
LineString
A LineString is a Curve with linear interpolation between points.
LineString Examples
LineString objects could represent rivers.
LineString objects could represent streets.
LineString Properties
LineString has coordinates of segments, defined by each consecutive pair of points.
LineString is a Line if it consists of exactly two points.
LineString is a LinearRing if it's both closed and simple.