MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Returns a tessellated version of this geometry. A tessellated version of this geometry will have all arc/curve geometry components approximated with line strings. Thus, this method is only applicable for curve geometries and has no effect on non-curve geometries.

.NET Syntax
virtual MgGeometry Prepare();
Java Syntax
virtual MgGeometry Prepare();
PHP Syntax
virtual MgGeometry Prepare();
Since:
4.0
Returns:
A tesellated version of this geometry. If this geometry is not curve-based, the operation does nothing and this method returns itself.