![]() |
TerraLib 4.1
|
Functions | |
| TL_DLL TePolygon | TeMakePolygon (const TeBox &b) |
| Given a box return its polygon representation. | |
| TL_DLL TeLinearRing | TeSimpleClosedPath (const TePointSet &pSet) |
| Given N points, finds a path that doesn't self-intersects. | |
Functions that return geometries.
Given a box return its polygon representation.
| b | The box to create a polygon. |
| TL_DLL TeLinearRing TeSimpleClosedPath | ( | const TePointSet & | pSet | ) |
Given N points, finds a path that doesn't self-intersects.
| pSet | The point set to form a path. |