| 1 | = Geometry Type = |
| 2 | |
| 3 | |
| 4 | The Geometry type is the core object of the PostGIS extention. |
| 5 | It implements the Simple Feature defined by OpenGIS specifications. |
| 6 | |
| 7 | A Geometry can be of any of these types: |
| 8 | |
| 9 | * [wiki:UsersWikiPointGeometry Point] |
| 10 | * [wiki:UsersWikiLineStringGeometry LineString] |
| 11 | * [wiki:UsersWikiPolygonGeometry Polygon] |
| 12 | * [wiki:UsersWikiMultiPointGeometry MultiPoint] |
| 13 | * [wiki:UsersWikiMultiLineStringGeometry MultiLineString] |
| 14 | * [wiki:UsersWikiMultiPolygonGeometry MultiPolygon] |
| 15 | * [wiki:UsersWikiGeometryCollection GeometryCollection] |