SE_transforminfo_set_name

Sets the descriptive name of the coordinate transformation object.

Usage syntax

LONG SE_transforminfo_set_name (SE_TRANSFORMINFO transform, CHAR * name);

Parameters

transform

The coordinate transformation object.

name

The name of the coordinate transformation system.

Description

SE_transforminfo_set_name Sets the name coordinate transformation object. Prior to calling this function, the object must be initialized with a call to SE_transforminfo_create. The name cannot exceed SE_MAX_TRANSFORM_NAME_LEN characters.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_SDE_NOT_STARTED

SE_INVALID_TRANSFORMINFO_OBJECT