DK11 for Java | tatukgis.jdk.TGIS_Topology.FixShape | Overloads | Constructors | Methods | Properties | Events
Computes a shape without self-crossings (loops) for arcs and polygons, and with a proper winding for polygon (clockwise, and opposite for holes).
// Java public TGIS_Shape FixShape( TGIS_Shape _shp );
// Oxygene public function FixShape( _shp : TGIS_Shape ) : TGIS_Shape;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | polygon, or arc to be fixed |
Type | Description |
---|---|
TGIS_Shape | returns the computed shape (self) |
The result depends on the ForceShapeFixing property. For more control, see FixShapeEx method. To just validate a shape, use CheckShape method.