Web API Reference MapGuide Open Source
virtual bool MgGeometricEntity::IsSimple (  )  [virtual]

Tests whether this entity is simple or not. Simple entities do not contain any points of self-tangency or self intersection.

.NET Syntax
virtual bool IsSimple();
Java Syntax
virtual boolean IsSimple();
PHP Syntax
virtual bool IsSimple();

Returns:
True if the geometry is simple, false otherwise.
Note:
Optional for MapGuide.


Comments or suggestions? Send us feedback.