SE_transforminfo_get_type

Fetches the coordinate transformation type from the coordinate transformation object

Usage syntax

LONG SE_transforminfo_get_type (const SE_TRANSFORMINFO transform, LONG * type);

Parameters
transform The coordinate transformation object
type The coordinate transformation type
Description

SE_transforminfo_get_type retrieves the coordinate transformation type from the coordinate transformation object.

Valid coordinate transformation types include:

SE_TRANSFORM_UNKNOWN—The transformation type is an unkown coordinate system.
SE_TRANSFORM_PLANER—The transformation type is a planer coordinate system.
SE_TRANSFORM_PROJECTIVE—The transformation type is a projective coordinate system.
SE_TRANSFORM_POLYNOMIAL—The transformation type is a polynomial coordinate system.
SE_TRANSFORM_CUSTOM—The transformation type is a custom coordinate system.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_SDE_NOT_STARTED

SE_INVALID_TRANSFORMINFO_OBJECT