User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprimemeridian.create__integer_widestring_double

Table of Contents

ITGIS_CSPrimeMeridian.Create_ method

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

Create an instance.

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

Syntax

// C#
public void Create_(
  int _epsg,
  WideString _wkt,
  double _longitude
);
' VisualBasic
Public Sub Create_(
  ByVal _epsg As Integer,
  ByVal _wkt As WideString,
  ByVal _longitude As Double
)
// Oxygene
public
  procedure Create_(
    _epsg : Integer;
    _wkt : WideString;
    _longitude : Double
  );

Parameters

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

Page Tools