SE_stream_set_output_coordref

Sets the output coordinate reference of a stream operation

Usage syntax

LONG SE_stream_set_output_coordref
(SE_STREAM stream,
const SE_COORDREF coordref,
const PE_GEOGTRAN geogtran);

Parameters
stream The stream handle
coordref The SE_COORDREF object
geogtran The geographic transformation object
Description

SE_stream_set_output_coordref sets an output coordinate reference for a stream operation. You can use this function to change the coordinate system (project) when retrieving shapes.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_INVALID_COORDREF_OBJECT

SE_INVALID_GEOGTRAN_OBJECT

SE_INVALID_POINTER

SE_INVALID_STREAM

SE_INVALID_STREAM_TYPE

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED

SE_STREAM_IN_PROGRESS