Name

Box2D — ジオメトリの最大範囲を表すBOX2Dを返します。

Synopsis

box2d Box2D(geometry geomA);

説明

ジオメトリの最大範囲を表すBOX2Dを返します。

Enhanced: 2.0.0 多面体サーフェス対応、三角対応、TIN対応が導入されました。

This method supports Circular Strings and Curves

This function supports Polyhedral surfaces.

This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).

SELECT Box2D(ST_GeomFromText('LINESTRING(1 2, 3 4, 5 6)'));
        box2d
        ---------
        BOX(1 2,5 6)

        SELECT Box2D(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)'));
        box2d
        --------
        BOX(220186.984375 150406,220288.25 150506.140625)
        

関連情報

Box3D, ST_GeomFromText