DK11 for Delphi | GisCsBase.TGIS_CSTransformList.Add | Overloads | Constructors | Methods | Properties
Add new item into the list.
// Delphi public function Add( const _epsg : Integer; const _wkt : String; const _method : Integer; const _ellipsoid : Integer; const _number : Integer; const _area : Integer; const _grid_files : String ) : TGIS_CSTransformAbstract; overload; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSTransformAbstract* Add( const int _epsg, const UnicodeString _wkt, const int _method, const int _ellipsoid, const int _number, const int _area, const UnicodeString _grid_files ) /* overload */;
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the transformation; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | String | wkt name for transformation |
_method | Integer | EPSG code for method |
_ellipsoid | Integer | EPSG code for the ellipsoid |
_number | Integer | serial number of transformation for current datum |
_area | Integer | EPSG area code |
_grid_files | String | list of supported grid files separated by coma |
Type | Description |
---|---|
TGIS_CSTransformAbstract | Newly created object. |