DK for Java | tatukgis.jdk.TGIS_Topology.CheckShape | Constructors | Methods | Properties | Events
Checks whether a shape is valid.
// Java public bool CheckShape( TGIS_Shape _shp );
// Oxygene public function CheckShape( _shp : TGIS_Shape ) : Boolean;
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to be checked |
Type | Description |
---|---|
bool Boolean | True if a _shp is valid |
Function calls FixShapeEx method internally to validate. To fix a shape use FixShape or FixShapeEx methods directly.