VECAREA

Vector Add Perimeter/Area Field


EnvironmentsPYTHON :: EASI :: MODELER
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example :: Related

Back to top

Description


VECAREA adds an area and perimeter field to one or more vector segments.
Back to top

Parameters


vecarea(file, dbvs)

Name Type Caption Length Value range
FILE * str Input file name 1 -    
DBVS * List[int] Input vector segment(s) 1 -    

* Required parameter
Back to top

Parameter descriptions

FILE

Specifies the name of the GDB-supported image file containing the vector segment(s).

DBVS

Specifies the vector segment(s) to receive the output area and perimeter field.

Duplicate segments are not allowed.

Back to top

Details

VECAREA adds an area and perimeter field to one or more vector segments or layers.

Back to top

Example

Add an area and perimeter field to irvine.pix vector segments 25,26,28,29,30.

from pci.vecarea import vecarea

file	=	"irvine.pix"
dbvs	=	[25,26,28,29,30]

vecarea( file, dbvs )

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.