Box3D
Name
Box3D — Returns the box 3d representation of the enclosing box of the raster.
Synopsis
box3d
Box3D
(
raster
rast
)
;
Description
Returns the box representing the extent of the raster.
The polygon is defined by the corner points of the bounding box ((
MINX
,
MINY
), (
MAXX
,
MAXY
))
Changed: 2.0.0 In pre-2.0 versions, there used to be a box2d instead of box3d. Since box2d is a deprecated type, this was changed to box3d.