DK11 for Java | tatukgis.jdk.TGIS_CSFactory.ByEPSG | Methods
Find definition matching provided EPSG number.
// Java public static TGIS_CSCoordinateSystem ByEPSG( int _epsg );
// 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. |