DK11 for Python | tatukgis.pdk.TGIS_CSTransformCoordinateFrameRotation.Create | Constructors | Methods | Properties
Create an instance.
# 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:
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 |