SE_rasconstraint_set_interleave |
Sets the band interleave type.
LONG SE_rasconstraint_set_interleave (SE_RASCONSTRAINT constraint, SE_RASTER_INTERLEAVE_TYPE interleave);
constraint | The constraint handle |
interleave | The interleave object |
SE_rasconstraint_set_interleave sets the band interleave type for a raster constraint.
The values for SE_RASTER_INTERLEAVE_TYPE are:
SE_RASTER_INTERLEAVE_BIP,
/*
interleave by pixel */
SE_RASTER_INTERLEAVE_BIL,
/*
interleave by line */
SE_RASTER_INTERLEAVE_BSQ
/*
band sequential */
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_RASCONSTRAINT_OBJECT
SE_NET_FAILURE
SE_SDE_NOT_STARTED