User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csprimemeridian.create_integer_string_double

Table of Contents

TGIS_CSPrimeMeridian.TGIS_CSPrimeMeridian() constructor

DK11 for .NET | TatukGIS.NDK.TGIS_CSPrimeMeridian.Create | Constructors | Methods | Properties

Create an instance.

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

Syntax

// C#
public TGIS_CSPrimeMeridian(
  int _epsg,
  string _wkt,
  double _longitude
);
' VisualBasic
Public Sub New(
  ByVal _epsg As Integer,
  ByVal _wkt As String,
  ByVal _longitude As Double
)
// Oxygene
public
  constructor (
    _epsg : Integer;
    _wkt : String;
    _longitude : Double
  );

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the unit
_wkt string
String
WKT name for the unit
_longitude double
Double
Longitude of prime meridian (in radians)
2022/11/16 01:28

Page Tools