FDO API Reference Feature Data Objects

virtual FDO_GEOM_API void FdoGeometryStreamReader::ReadDirectPositionByMembers FdoInt32  dimensionality,
double *  x,
double *  y,
double *  z,
double *  m
[pure virtual]
 

Reads a geometric position with the given dimensionality from the stream, by value of its ordinates (for performance).

Parameters:
dimensionality Input Dimensionality of ordinates in this position.
x Output X ordinate value.
y Output Y ordinate value.
z Output Z ordinate value.
m Output M ordinate value.
Returns:
Returns nothing

Comments or suggestions? Send us feedback.