MapGuide API Reference
|
virtual INT32 MgGeometricEntity::GetDimension | ( | ) | [pure virtual] |
Gets the geometric dimension of this entity, indicating whether the entity is defined by points, curves, or regions, that is, is zero, one, or two dimensional.
virtual int GetDimension(); |
virtual int GetDimension(); |
virtual int GetDimension(); |
Implemented in MgPolygon, MgCurveString, MgCurvePolygon, MgMultiPolygon, MgLineString, MgMultiCurveString, MgMultiGeometry, MgMultiLineString, MgMultiCurvePolygon, MgMultiPoint, MgPoint, MgArcSegment, MgLinearSegment, MgCurveRing, and MgLinearRing.