DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSFactory.ByEPSG | Methods
Find definition matching provided EPSG number.
// C# public ITGIS_CSCoordinateSystem ByEPSG( int _epsg );
' VisualBasic Public Function ByEPSG( ByVal _epsg As Integer ) As ITGIS_CSCoordinateSystem
// Oxygene public function ByEPSG( _epsg : Integer ) : ITGIS_CSCoordinateSystem;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code to be found |
Type | Description |
---|---|
ITGIS_CSCoordinateSystem | Found definition or nil. |