Web API Reference MapGuide Open Source
virtual MgCoordinate* MgGeometryFactory::CreateCoordinateXYZ ( double  x,
double  y,
double  z 
) [virtual]

Creates an MgCoordinate object with Dimension = XYZ, X = x, Y = y, Z = z.

Parameters:
x (double) X value for the coordinate.
y (double) Y value for the coordinate.
z (double) Z value for the coordinate.
Returns:
An initialized MgCoordinate instance.


Comments or suggestions? Send us feedback.