DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.Fix | Constructors | Methods | Properties
Fix item by substituting existing item based on EPSG code.
// Delphi public function Fix( const _obj : TGIS_CSAbstract ) : TGIS_CSAbstract; virtual;
// C++ Builder public: virtual TGIS_CSAbstract* Fix( TGIS_CSAbstract* const _obj );
Name | Type | Description |
---|---|---|
_obj | TGIS_CSAbstract | matching object to be fixed |
Type | Description |
---|---|
TGIS_CSAbstract | Fixed object. |