TRIANGULATE

Triangulates a bitmap layer to geocoded polygons


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

Back to top

Description


TRIANGULATE generates trianglular polygons connecting bitmap points
Back to top

Parameters


Name Type Caption Length Value range
FILI * String Input file 1 - 192  
DBSL * Integer Input segments 1 -    
FILO * String Specifies the name of the GDB vector file that will contain the connected polygons 1 - 192  
MONITOR String Monitor mode 0 - 3 ON, OFF
Default: ON

* Required parameter
Back to top

Parameter descriptions

FILI

Specifies the name of the GDB file that contains the bitmap segment to be connected

DBSL

The bitmap segment to process.

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.

FILO

This parameter specifies the name of the PIX file to be generated.

MONITOR

The program progress can be monitored by printing the percentage of processing completed. A system parameter, MONITOR, controls this activity.

Available options are:

Back to top

Details

TRIANGULATE creates a layer of triangulated polygons generated from the input bitmap segment. Bitmap locations set to 1 will be efficiently connected as triangular polygons with no intersecting edges
Back to top

Example

EASI>FILI=""
EASI>DBSL=
EASI>FILO=""
EASI>run TRIANGULATE
    

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