User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csarealist.add_integer_string_double_double_double_double

Table of Contents

TGIS_CSAreaList.Add(int, string, double, double, double, double) method

DK11 for .NET | TatukGIS.NDK.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties

Add new item into the list.

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

Syntax

// C#
public virtual TGIS_CSArea Add(
  int _epsg,
  string _name,
  double _xmin,
  double _ymin,
  double _xmax,
  double _ymax
);
' VisualBasic
Public Overridable Function Add(
  ByVal _epsg As Integer,
  ByVal _name As String,
  ByVal _xmin As Double,
  ByVal _ymin As Double,
  ByVal _xmax As Double,
  ByVal _ymax As Double
) As TGIS_CSArea
// Oxygene
public
  function Add(
    _epsg : Integer;
    _name : String;
    _xmin : Double;
    _ymin : Double;
    _xmax : Double;
    _ymax : Double
  ) : 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 string
String
area bounds
_xmin double
Double
area bounds
_ymin double
Double
area bounds
_xmax double
Double
area bounds
_ymax double
Double
area bounds

Result

Type Description
TGIS_CSArea Newly created object.

Remarks

function will not check _epsg for being unique

2022/11/16 01:28

Page Tools