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_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.
SE_SUCCESS
SE_INVALID_POINTER
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED