User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_cstransformlist.fix_integer_string_integer_integer_integer_780b7e4f979e54ff5beae4794fcf6d07

Table of Contents

TGIS_CSTransformList.Fix method

DK11 for Java | tatukgis.jdk.TGIS_CSTransformList.Fix | Constructors | Methods | Properties

Fix item by substituting exiting item based on EPSG code.

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

Syntax

// Java
public TGIS_CSTransformAbstract Fix(
  int _epsg,
  java.lang.String _wkt,
  int _method,
  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
);
// Oxygene
public
  function Fix(
    _epsg : Integer;
    _wkt : String;
    _method : Integer;
    _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
  ) : TGIS_CSTransformAbstract; reintroduce; virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the transformation; if 0 then EPSG will be assigned from user defined, temporary pool
_wkt java.lang.String
String
wkt name for transformation
_method int
Integer
EPSG code for method
_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
For Methods 9603, 9606, 9607, 9636: X delta of geocentric shift expressed in meters; For Methods 9618, 9119: latitude shift expressed in radians;
_b double
Double
For Methods 9603, 9606, 9607, 9636: Y delta of geocentric shift expressed in meters; For Methods 9618, 9119: longitude shift expressed in radians;
_c double
Double
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 double
Double
For Methods 9603, 9606, 9607, 9636: X rotation of geocentric expressed in radians; For Methods 9603, 9618, 9619: unused;
_e double
Double
For Methods 9603, 9606, 9607, 9636: Y rotation of geocentric expressed in radians; For Methods 9603, 9618, 9619: unused;
_f double
Double
For Methods 9603, 9606, 9607, 9636: Z rotation of geocentric expressed in radians; For Methods 9603, 9618, 9619: unused;
_g double
Double
For Methods 9603, 9606, 9607, 9636: scaled correction of geocentric relative to 1; For Methods 9603, 9618: unused;
_h double
Double
For Method 9636: X reference point in Cartesian system expressed in meters; For Methods 9603, 9606, 9607, 9618, 9619: unused;
_i double
Double
For Method 9636: Y reference point in Cartesian system expressed in meters; For Methods 9603, 9606, 9607, 9618, 9619: unused;
_j double
Double
For Method 9636: X reference point in Cartesian system expressed in meters; For Methods 9603, 9606, 9607, 9618, 9619: unused;

Result

Type Description
TGIS_CSTransformAbstract Fixed object.

Remarks

function will not check _epsg for being unique

2022/11/16 01:42

Page Tools