DK for .NET | TatukGIS.NDK.TGIS_CSTransformPositionVector7Params.Create | Constructors | Methods | Properties
Create an instance.
// C# public TGIS_CSTransformPositionVector7Params( 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 );
| 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 |