DK11 for Java | tatukgis.jdk.TGIS_CSAreaList.Fix | Constructors | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
// Java public TGIS_CSArea Fix( int _epsg, java.lang.String _name );
// Oxygene public function Fix( _epsg : Integer; _name : String ) : 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 name |
Type | Description |
---|---|
TGIS_CSArea | Fixed object. |