MapGuide API Reference
|
virtual MgLinearSegment* MgGeometryFactory::CreateLinearSegment | ( | MgCoordinateCollection * | coordinates | ) | [virtual] |
Creates a linear segment from a collection of coordinates.
virtual MgLinearSegment CreateLinearSegment(MgCoordinateCollection coordinates); |
virtual MgLinearSegment CreateLinearSegment(MgCoordinateCollection coordinates); |
virtual MgLinearSegment CreateLinearSegment(MgCoordinateCollection coordinates); |
coordinates | (MgCoordinateCollection) An MgCoordinateCollection that specifies the coordinates of the linear segment. The collection must contain at least two coordinates. |