SE_transforminfo_create |
Initializes a coordinate transformation object
LONG SE_transforminfo_create (SE_TRANSFORMINFO *transform, LONG type);
transform | A pointer to a coordinate transformation object |
type | The coordinate transformation type |
SE_transforminfo_create initializes and allocates memory to a coordinate transformation object.
Valid coordinate transformation types include:
SE_TRANSFORM_UNKNOWNThe transformation type is an unknown coordinate
system.
SE_TRANSFORM_PLANERThe transformation type is a planer coordinate system.
SE_TRANSFORM_PROJECTIVEThe transformation type is a projective coordinate
system.
SE_TRANSFORM_POLYNOMIALThe transformation type is a polynomial coordinate
system.
SE_TRANSFORM_CUSTOMThe transformation type is a custom coordinate system.
SE_SUCCESS
SE_INVALID_POINTER
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED