LineString
は、Point
間が直線補間されている Curve
です。
LineString
の例
世界地図の場合、LineString
オブジェクトは河川を表す。
市内地図の場合、LineString
オブジェクトは通りを表す。
LineString
のプロパティ
連続したポイントのペアによって定義された
LineString
セグメントの座標。
LineString
は、2 つの Point
のみで構成される場合には
Line
。
LineString
は、閉じていて単純な場合には
LinearRing
。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.