Mega Code Archive

 
Categories / MySQL / Geometric
 

Geometric Types in MySQL That Store Exactly One Object

Geometric Type           Description GEOMETRY                 Geometric type, not further specified. POINT                    A point in the coordinate system; zero-dimensional. LINESTRING               One or more linear segments joining two points; one-dimensional. POLYGON                  A closed LINESTRING; two-dimensional.