User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csprimemeridianlist.prepare_integer_widestring_double

Table of Contents

ITGIS_CSPrimeMeridianList.Prepare method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSPrimeMeridianList.Prepare | Methods | Properties

Prepare a projected Coordinate System object. If the matching object does not exists then will be added to the list and returned. If the object can be found then it will be returned form the list.

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

Syntax

// C#
public ITGIS_CSPrimeMeridian Prepare(
  int _epsg,
  WideString _wkt,
  double _longitude
);
' VisualBasic
Public Function Prepare(
  ByVal _epsg As Integer,
  ByVal _wkt As WideString,
  ByVal _longitude As Double
) As ITGIS_CSPrimeMeridian
// Oxygene
public
  function Prepare(
    _epsg : Integer;
    _wkt : WideString;
    _longitude : Double
  ) : ITGIS_CSPrimeMeridian;

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the Prime Meridian; if 0 then EPSG will be assigned from user defined, temporary pool
_wkt WideString WKT name for the Prime Meridian
_longitude double
Double
Longitude of Prime Meridian in radians; relative to Greenwich

Result

Type Description
ITGIS_CSPrimeMeridian Newly created / Found object or nil.
2024/12/20 22:15

Page Tools