User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_csdatum.create_integer_string_integer_integer_integer

Table of Contents

TGIS_CSDatum.__init__(int, str, int, int, int) constructor

Syntax

# Python
def __init__(
  self,
  _epsg: int,
  _wkt: str,
  _ellipsoid: int,
  _transform: int,
  _fallback: int
) -> None: 

Parameters

Name Type Description
_epsg int EPSG code for the unit
_wkt str WKT name for the unit
_ellipsoid int EPSG code for ellipsoid
_transform int EPSG code of default coordinate operation
_fallback int EPSG code of fallback coordinate operation (used only for grid-shift if grid-shift file can not be used)
2023/08/09 01:52

Page Tools