DK11 for Delphi | GisCsFactory.TGIS_CSFactory.ByEPSG | Methods
Find definition matching provided EPSG number.
// Delphi public class function ByEPSG( const _epsg : Integer ) : TGIS_CSCoordinateSystem;
// C++ Builder public: __classmethod TGIS_CSCoordinateSystem* ByEPSG( const int _epsg );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code to be found |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition or nil. |