| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example :: Related |
| Back to top |
| Back to top |
vecappend(fili, filo, dbiv, dbov)
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILI * | str | Input file name | 1 - | |
| FILO * | str | Output file name | 1 - | |
| DBIV * | List[int] | Vector segment(s) to be appended | 1 - | |
| DBOV * | List[int] | Vector segment to append to | 1 - 1 |
| Back to top |
FILI
Specifies the name of the GDB-supported input file containing the vector segment(s) to be appended.
FILO
Specifies the name of the GDB-supported file that will store the appended vector segment(s).
DBIV
Specifies the input vector segments to be appended.
DBOV
Specifies the vector layer to which the input vector segment(s) will be appended.
The output vector segment must exist in the output file (FILO).
| Back to top |
VECAPPEND appends vector segment(s) from one image file to a vector segment in another image file.
Only one output vector segment is allowed.
| Back to top |
Append vector shapes from vector segments 25 and 26 of irvine.pix into vector segment 28 in new.pix.
from pci.vecappend import vecappend fili="irvine.pix" dbiv=[25,26] filo="new.pix" dbov=[28] vecappend( fili, filo, dbiv, dbov )
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.