SE_transforminfo_set_coordsys

Sets the coordinate reference system from  the coordinate transformation object.

Usage syntax

LONG SE_transforminfo_set_coordsys (SE_TRANSFORMINFO transform, const PE_COORDSYS cs);

Parameters

transform

The coordinate transformation object.

cs

A pointer to a valid coordinate reference system.

Description

SE_transforminfo_set_coordsys sets the coordinate reference system in the coordinate transformation object. The object's transformation type must be SE_TRANSFORM_PROJECTIVE.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_SDE_NOT_STARTED

SE_INVALID_TRANSFORMINFO_OBJECT