User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_cstransformcoordinateframerotation.create_integer_string_integer_integer_integer_ce7a92037e8b9828d27ac8ed00dfb0eb

Table of Contents

TGIS_CSTransformCoordinateFrameRotation.TGIS_CSTransformCoordinateFrameRotation() constructor

Syntax

// C#
public TGIS_CSTransformCoordinateFrameRotation(
  int _epsg,
  string _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 New(
  ByVal _epsg As Integer,
  ByVal _wkt As String,
  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
  constructor (
    _epsg : Integer;
    _wkt : String;
    _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 string
String
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
unused
_i double
Double
unused
_j double
Double
unused
2022/11/16 01:29

Page Tools