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

Creates an MgCoordinate object with Dimension = XY, X = x, Y = y.

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


Comments or suggestions? Send us feedback.