DK11 for Delphi | GisCsBase.TGIS_CSDatumList.Fix | Overloads | Constructors | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
// Delphi public function Fix( const _epsg : Integer; const _wkt : String; const _ellipsoid : Integer; const _transform : Integer ) : TGIS_CSDatum; overload; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSDatum* Fix( const int _epsg, const UnicodeString _wkt, const int _ellipsoid, const int _transform ) /* overload */;
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the datum; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | String | WKT name for the datum |
_ellipsoid | Integer | EPSG code for ellipsoid |
_transform | Integer | EPSG code of default coordinate operation |
Type | Description |
---|---|
TGIS_CSDatum | Fixed object. |