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


Name Type Caption Length Value range
FILE * String Input file name 1 - 192  
DBVS * Integer 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.

Ranges of channels or segments can be specified with negative values. For example, {1,-4,10} is internally expanded to {1,2,3,4,10}. When you are not specifying a range in this way, only 48 numbers can be specified explicitly.

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.

EASI>FILE	=	"irvine.pix"	! input file
EASI>DBVS	=	25,26,28,29,30	! input vector segments

EASI>RUN VECAREA

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