ST_AsBitmap(INT, INT, ST_Point , ST_Point , VARCHAR(128)) method

Returns a LONG VARBIT that is a bitmap representing a geometry value.

Syntax

geometry-expression.ST_AsBitmap(INT x_pixels, INT y_pixels, ST_Point pt_ll, ST_Point pt_ur, VARCHAR(128) format)

Parameters

Returns

LONG VARBIT Returns a LONG VARBIT encoding a bitmap of the geometry.

Standards

SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension