DK11 for Delphi | GisCsBase.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties
Add new item into the list.
// Delphi public function Add( const _epsg : Integer; const _name : String; const _xmin : Double; const _ymin : Double; const _xmax : Double; const _ymax : Double ) : TGIS_CSArea; overload; reintroduce; virtual;
// C++ Builder public: virtual TGIS_CSArea* Add( const int _epsg, const UnicodeString _name, const double _xmin, const double _ymin, const double _xmax, const double _ymax ) /* overload */;
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool |
_name | String | area bounds |
_xmin | Double | area bounds |
_ymin | Double | area bounds |
_xmax | Double | area bounds |
_ymax | Double | area bounds |
Type | Description |
---|---|
TGIS_CSArea | Newly created object. |