DK11 for Delphi | GisCsBase.TGIS_CSPrimeMeridianList.Prepare | Constructors | Methods | Properties
Prepare a projected Coordinate System object. If the matching object does not exists then will be added to the list and returned. If the object can be found then it will be returned form the list.
// Delphi public function Prepare( const _epsg : Integer; const _wkt : String; const _longitude : Double ) : TGIS_CSPrimeMeridian; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSPrimeMeridian* Prepare( 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; relative to Greenwich |
Type | Description |
---|---|
TGIS_CSPrimeMeridian | Newly created / Found object or nil. |