Uma LineString é uma
        Curve com interpolação linear entre pontos.
      
        Exemplos de
        LineString
      
            Em um mapa mundi uma LineStrings poderia
            representar os rios.
          
            Um um mapa da cidade uma LineStrings
            poderia respresntar ruas.
          
        Propriedades
        LineString
      
            Coordenadas de segmentos LineString
            definidos por cada par de pontos consecutivos.
          
            Uma LineString é uma
            Line, se ela consiste de exatamente dois
            pontos.
          
            A LineString é uma
            LinearRing, se for fechada (closed) e
            simples (simple).
          
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.

