DK11 for Delphi | GisCsBase.TGIS_CSAreaList.Fix | Constructors | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
// Delphi public function Fix( const _epsg : Integer; const _name : String ) : TGIS_CSArea; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSArea* Fix( const int _epsg, const UnicodeString _name );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool |
_name | String | area name |
Type | Description |
---|---|
TGIS_CSArea | Fixed object. |