SE_rasconstraint_set_envelope

Sets the envelope.

Usage syntax

LONG SE_rasconstraint_set_envelope (SE_RASCONSTRAINT constraint, LONG minx, LONG miny, LONG maxx, LONG maxy);

Parameters
constraint The constraint handle
minx The minimum X value
miny The minimum Y value
maxx The maximum X value
maxy The maximum Y value
Description

SE_rasconstraint_set_envelope sets the envelope for a raster constraint. The envelope is specified in tile coordinates. Unlike a vector origin, the tile coordinate origin (0,0) begins in the upper left hand corner. The tile coordinates proceeds down and to the right.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_RASCONSTRAINT_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED