User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csprimemeridianlist.prepare_integer_string_double

Table of Contents

TGIS_CSPrimeMeridianList.Prepare method

DK11 for Java | tatukgis.jdk.TGIS_CSPrimeMeridianList.Prepare | Constructors | 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 | ActiveX | Python.

Syntax

// Java
public TGIS_CSPrimeMeridian Prepare(
  int _epsg,
  java.lang.String _wkt,
  double _longitude
);
// Oxygene
public
  function Prepare(
    _epsg : Integer;
    _wkt : String;
    _longitude : Double
  ) : TGIS_CSPrimeMeridian; reintroduce; virtual;

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 java.lang.String
String
WKT name for the Prime Meridian
_longitude double
Double
Longitude of Prime Meridian in radians; relative to Greenwich

Result

Type Description
TGIS_CSPrimeMeridian Newly created / Found object or nil.
2022/11/16 01:40

Page Tools