DK11 for Delphi | GisTopology.TGIS_Topology.CheckShape | Constructors | Methods | Properties | Events
Checks whether a shape is valid.
// Delphi public function CheckShape( const _shp : TGIS_Shape ) : Boolean;
// C++ Builder public: bool CheckShape( TGIS_Shape* const _shp );
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to be checked |
Type | Description |
---|---|
Boolean | True if a _shp is valid |
Function calls FixShapeEx method internally to validate. To fix a shape use FixShape or FixShapeEx methods directly.