Web API Reference MapGuide Open Source
virtual MgPoint* MgGeometryFactory::CreatePoint ( MgCoordinate coordinate  )  [virtual]

Creates a point from a coordinate.

.NET Syntax
virtual MgPoint CreatePoint(MgCoordinate coordinate);
Java Syntax
virtual MgPoint CreatePoint(MgCoordinate coordinate);
PHP Syntax
virtual MgPoint CreatePoint(MgCoordinate coordinate);

Parameters:
coordinate (MgCoordinate) An MgCoordinate that specifies the location of this point.
Returns:
An instance of MgPoint.


Comments or suggestions? Send us feedback.