MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.