|
MapGuide API Reference
|
MgCoordinate is an abstract base class used to represent the Cartesian coordinates of a geometry. More...
Inheritance diagram for MgCoordinate:Public Member Functions | |
| virtual INT32 | GetDimension ()=0 |
| Gets the dimensions supported by this coordinate as a bit mask. See MgCoordinateDimension for a specification of the values which can be found in the bit mask. | |
| virtual double | GetM ()=0 |
| virtual double | GetX ()=0 |
| virtual double | GetY ()=0 |
| virtual double | GetZ ()=0 |
MgCoordinate is an abstract base class used to represent the Cartesian coordinates of a geometry.