SE_transforminfo_create

Initializes a coordinate transformation object

Usage syntax

LONG SE_transforminfo_create (SE_TRANSFORMINFO *transform, LONG type);

Parameters
transform A pointer to a coordinate transformation object
type The coordinate transformation type
Description

SE_transforminfo_create initializes and allocates memory to a coordinate transformation object.

Valid coordinate transformation types include:

SE_TRANSFORM_UNKNOWN—The transformation type is an unknown 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_OUT_OF_CLMEM

SE_SDE_NOT_STARTED