FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_GEOMETRY::IDirectPosition* GeometryFactoryAbstract::CreatePositionXYZ System::Double  coordinateX,
System::Double  coordinateY,
System::Double  coordinateZ
 

Creates a position object using X, Y and Z ordinates.

Remarks:
The resulting object's accessor methods for ordinates that are not given here as input parameters will return the default value of 0.0.
Parameters:
x Input X ordinate value
y Input Y ordinate value
z Input Z ordinate value
Returns:
Returns a direct position

Comments or suggestions? Send us feedback.