User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_cstransformabstract.create_integer_string_integer_integer_integer_ce7a92037e8b9828d27ac8ed00dfb0eb

Table of Contents

TGIS_CSTransformAbstract.__init__ constructor

DK11 for Python | tatukgis.pdk.TGIS_CSTransformAbstract.Create | Constructors | Methods | Properties

Create an instance.

Available also on: Delphi | .NET | Java.

Syntax

# Python
def __init__(
  self,
  _epsg: int,
  _wkt: str,
  _ellipsoid: int,
  _number: int,
  _area: int,
  _a: float,
  _b: float,
  _c: float,
  _d: float,
  _e: float,
  _f: float,
  _g: float,
  _h: float,
  _i: float,
  _j: float
) -> None: 

Parameters

Name Type Description
_epsg int EPSG code for the transformation
_wkt str WKT name for the transformation
_ellipsoid int EPSG code for the ellipsoid
_number int serial number of transformation for current datum
_area int EPSG area code
_a float For Methods 9603, 9606, 9607, 9636: X delta of geocentric shift expressed in meters; For Methods 9618, 9119: latitude shift expressed in radians;
_b float For Methods 9603, 9606, 9607, 9636: Y delta of geocentric shift expressed in meters; For Methods 9618, 9119: longitude shift expressed in radians;
_c float For Methods 9603, 9606, 9607, 9636: Z delta of geocentric shift expressed in meters; For Method 9618: gravity height over the ellipsoid height; For Method 9619: unused;
_d float For Methods 9603, 9606, 9607, 9636: X rotation of geocentric expressed in radians; For Methods 9603, 9618, 9619: unused;
_e float For Methods 9603, 9606, 9607, 9636: Y rotation of geocentric expressed in radians; For Methods 9603, 9618, 9619: unused;
_f float For Methods 9603, 9606, 9607, 9636: Z rotation of geocentric expressed in radians; For Methods 9603, 9618, 9619: unused;
_g float For Methods 9603, 9606, 9607, 9636: scaled correction of geocentric relative to 1; For Methods 9603, 9618: unused;
_h float For Method 9636: X reference point in Cartesian system expressed in meters; For Methods 9603, 9606, 9607, 9618, 9619: unused;
_i float For Method 9636: Y reference point in Cartesian system expressed in meters; For Methods 9603, 9606, 9607, 9618, 9619: unused;
_j float For Method 9636: X reference point in Cartesian system expressed in meters; For Methods 9603, 9606, 9607, 9618, 9619: unused;
2023/08/09 01:53

Page Tools