DK11 for Delphi | GisLayer.TGIS_Layer.SetCSByEPSG | Constructors | Fields | Methods | Properties | Events
Sets up Coordinate System to a coordinate system provided by a EPSG code.
// Delphi public procedure SetCSByEPSG( const _epsg : Integer ); virtual;
// C++ Builder public: virtual void SetCSByEPSG( const int _epsg );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code |