User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csarealist.add_integer_string

Table of Contents

TGIS_CSAreaList.Add(int, java.lang.String) method

DK for Java | tatukgis.jdk.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties

Add new item into the list.

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

Syntax

// Java
public TGIS_CSArea Add(
  int _epsg,
  java.lang.String _name
);
// Oxygene
public
  function Add(
    _epsg : Integer;
    _name : String
  ) : TGIS_CSArea; reintroduce; virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool
_name java.lang.String
String
area name

Result

Type Description
TGIS_CSArea Newly created object.

Remarks

function will not check _epsg for being unique
Function create bound area as (-180,-90,180,90). For custom area bounds see overloaded method.

2025/01/31 01:15

Page Tools