User Tools

Site Tools


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

Table of Contents

TGIS_CSTransformCoordinateFrameRotation.__init__ constructor

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 X delta of geocentric shift expressed in meters
_b float Y delta of geocentric shift expressed in meters
_c float Z delta of geocentric shift expressed in meters
_d float X rotation of geocentric expressed in radians
_e float Y rotation of geocentric expressed in radians
_f float Z rotation of geocentric expressed in radians
_g float scaled correction of geocentric relative to 1
_h float unused
_i float unused
_j float unused
2022/11/21 01:50

Page Tools