Skip to content

Spatial Types

Spatial Types#

The only geometry data type that is defined and supported for use with SQL in Altibase is the GEOMETRY data type. The Geometry data type consists of the following seven subtypes:

  • Point
  • LineString
  • Polygon
  • GeomCollection
  • MultiPolygon
  • MultiLineString
  • MultiPoint

For more detailed information about the geometry datatype, please refer to the Spatial SQL Reference.