Web API Reference MapGuide Open Source
virtual MgCoordinate* MgCurve::GetEndCoordinate (  )  [pure virtual]

Gets the ending coordinate of the curve.

.NET Syntax
virtual MgCoordinate GetEndCoordinate();
Java Syntax
virtual MgCoordinate GetEndCoordinate();
PHP Syntax
virtual MgCoordinate GetEndCoordinate();

Returns:
An MgCoordinate that defines the ending coordinate.

Implemented in MgCurveString, and MgLineString.


Comments or suggestions? Send us feedback.