DK11 for Delphi | GisCsBase.TGIS_CSPrimeMeridianList.ByEPSG | Constructors | Methods | Properties
Find object on the list based on EPSG code.
// Delphi public function ByEPSG( const _epsg : Integer ) : TGIS_CSPrimeMeridian; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSPrimeMeridian* ByEPSG( const int _epsg );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code |
Type | Description |
---|---|
TGIS_CSPrimeMeridian | Found object or nil. |