SE_rasterattr_set_pyramid_property

Sets the value of a raster pyramid property.

Usage syntax

LONG SE_rasterattr_set_pyramid_property (SE_RASTERATTR handle,const CHAR *name, void *value);

Parameters
handle The SE_RASTERATTR handle
name The name of the pyramid property to be set
value The value of the property to be set
Description

SE_rasterattr_get_pyramid_property sets the value of a given pyramid property.

Valid pyramid properties and the data types of the values are listed as follows:

 

Property

Data type of value

maxLevel

LONG *

interpolation

SE_INTERPOLATION_TYPE *

autoLevel

BOOL *

skipLevel1 BOOL *
Returns

SE_SUCCESS
SE_INVALID_RASTERATTR_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED

SE_OPERATION_NOT_ALLOWED

SE_INVALID_PARAM_VALUE