SE_transforminfo_set_geogtran

Sets the geographic transformation from  the coordinate transformation object.

Usage syntax

LONG SE_transforminfo_set_geogtran (SE_TRANSFORMINFO transform,const PE_GEOGTRAN geogtran);

Parameters

transform

The coordinate transformation object.

geogtran

A pointer to a geographic transformation object..

Description

SE_transforminfo_set_geogtran sets the geographic transformation system into the coordinate transformation object. The coordinate transformation object's transformation type must be SE_TRANSFORM_PROJECTIVE.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_SDE_NOT_STARTED

SE_INVALID_TRANSFORMINFO_OBJECT