DK11 for Delphi | GisCsBase.TGIS_CSPrimeMeridianList.Add | Constructors | Methods | Properties
Add new item into the list.
// Delphi public function Add( const _epsg : Integer; const _wkt : String; const _longitude : Double ) : TGIS_CSPrimeMeridian; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSPrimeMeridian* Add( const int _epsg, const UnicodeString _wkt, const double _longitude );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the prime meridian; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | String | WKT name for the prime meridian |
_longitude | Double | longitude of prime meridian (in radians) |
Type | Description |
---|---|
TGIS_CSPrimeMeridian | Newly created object. |