DK11 for Python | tatukgis.pdk.TGIS_CSFactory.ByEPSG | Methods
Find definition matching provided EPSG number.
# Python def ByEPSG( self, _epsg: int ) -> TGIS_CSCoordinateSystem:
Name | Type | Description |
---|---|---|
_epsg | int | EPSG code to be found |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition or nil. |