MapGuide API Reference
|
virtual INT32 MgCoordinate::GetDimension | ( | ) | [pure virtual] |
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 int GetDimension(); |
virtual int GetDimension(); |
virtual int GetDimension(); |
Implemented in MgCoordinateXYM, MgCoordinateXYZM, MgCoordinateXY, and MgCoordinateXYZ.