DK11 for Java | tatukgis.jdk.TGIS_CSAreaList.Add | Overloads | Constructors | Methods | Properties
Add new item into the list.
// Java public TGIS_CSArea Add( int _epsg, java.lang.String _name, double _xmin, double _ymin, double _xmax, double _ymax );
// Oxygene public function Add( _epsg : Integer; _name : String; _xmin : Double; _ymin : Double; _xmax : Double; _ymax : Double ) : TGIS_CSArea; reintroduce; virtual;
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 bounds |
_xmin | double Double | area bounds |
_ymin | double Double | area bounds |
_xmax | double Double | area bounds |
_ymax | double Double | area bounds |
Type | Description |
---|---|
TGIS_CSArea | Newly created object. |