User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_cstransformmolodenskibadekas.create__integer_widestring_integer_integer_integer_54d94fa01d7275a198b08146fe9090a8

Table of Contents

ITGIS_CSTransformMolodenskiBadekas.Create_ method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSTransformMolodenskiBadekas.Create_ | Methods | Properties

Create an instance.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void Create_(
  int _epsg,
  WideString _wkt,
  int _ellipsoid,
  int _number,
  int _area,
  double _a,
  double _b,
  double _c,
  double _d,
  double _e,
  double _f,
  double _g,
  double _h,
  double _i,
  double _j
);
' VisualBasic
Public Sub Create_(
  ByVal _epsg As Integer,
  ByVal _wkt As WideString,
  ByVal _ellipsoid As Integer,
  ByVal _number As Integer,
  ByVal _area As Integer,
  ByVal _a As Double,
  ByVal _b As Double,
  ByVal _c As Double,
  ByVal _d As Double,
  ByVal _e As Double,
  ByVal _f As Double,
  ByVal _g As Double,
  ByVal _h As Double,
  ByVal _i As Double,
  ByVal _j As Double
)
// Oxygene
public
  procedure Create_(
    _epsg : Integer;
    _wkt : WideString;
    _ellipsoid : Integer;
    _number : Integer;
    _area : Integer;
    _a : Double;
    _b : Double;
    _c : Double;
    _d : Double;
    _e : Double;
    _f : Double;
    _g : Double;
    _h : Double;
    _i : Double;
    _j : Double
  );

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the transformation
_wkt WideString WKT name for the transformation
_ellipsoid int
Integer
EPSG code for the ellipsoid
_number int
Integer
serial number of transformation for current datum
_area int
Integer
EPSG area code
_a double
Double
X delta of geocentric shift expressed in meters
_b double
Double
Y delta of geocentric shift expressed in meters
_c double
Double
Z delta of geocentric shift expressed in meters
_d double
Double
X rotation of geocentric expressed in radians
_e double
Double
Y rotation of geocentric expressed in radians
_f double
Double
Z rotation of geocentric expressed in radians
_g double
Double
scaled correction of geocentric relative to 1
_h double
Double
X reference point in Cartesian system expressed in meters
_i double
Double
Y reference point in Cartesian system expressed in meters
_j double
Double
Z reference point in Cartesian system expressed in meters
2024/12/20 22:15

Page Tools