MapGuide API Reference
|
virtual MgPoint* MgGeometryFactory::CreatePoint | ( | MgCoordinate * | coordinate | ) | [virtual] |
Creates a point from a coordinate.
virtual MgPoint CreatePoint(MgCoordinate coordinate); |
virtual MgPoint CreatePoint(MgCoordinate coordinate); |
virtual MgPoint CreatePoint(MgCoordinate coordinate); |
coordinate | (MgCoordinate) An MgCoordinate that specifies the location of this point. |