Within_MBB Method | Geospatial Data Types | Teradata Vantage - Within_MBB - Advanced SQL Engine - Teradata Database

Geospatial Data Types

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
ufo1590694251930.ditamap
dita:ditavalPath
ufo1590694251930.ditaval
dita:id
B035-1181
lifecycle
previous
Product Category
Teradata Vantageā„¢

Tests whether a 3D geometry is spatially within the bounds of a specified MBB.

Valid Data Types

All 3D ST_Geometry types.

Result Type

Returns an INTEGER value:
  • 1, if the input 3D geometry is spatially within MBB argument.
  • 0, if the input 3D geometry is not spatially within the MBB argument.

Returns an error if the input geometry is not 3D (does not have a z coordinate).