DK11 for .NET | TatukGIS.NDK.TGIS_CSFactory.ByEPSG | Methods
Find definition matching provided EPSG number.
// C# public static TGIS_CSCoordinateSystem ByEPSG( int _epsg );
' VisualBasic Public Shared Function ByEPSG( ByVal _epsg As Integer ) As TGIS_CSCoordinateSystem
// Oxygene public class function ByEPSG( _epsg : Integer ) : TGIS_CSCoordinateSystem;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code to be found |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition or nil. |