SE_rasterattr_get_pyramid_property

Retrieves the value of a raster pyramid property

Usage syntax

LONG SE_rasterattr_get_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 fetched
value The value of the fetched pyramid property
Description

SE_rasterattr_get_pyramid_property returns 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_POINTER

SE_INVALID_RASTERATTR_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED

SE_OPERATION_NOT_ALLOWED