Assign labels to segments

Command line

The Assign labels to segments operation can be directly executed by typing the following expression on the command line of the Main window:

 

OUTMAP

=

SegmentMapLabels(InputSegmentMap,InputPointMap)

OUTMAP

=

SegmentMapLabels(InputSegmentMap,InputPointMap, setdomain)

where:

OUTMAP

is the name of your output segment map.

SegmentMapLabels

is the command to start the Assign labels to segments operation.

InputSegmentMap

is the name of the input segment map.

InputPointMap

is the name of the input point map.

setdomain

yes | no

optional parameter to set the domain of the output map; is this parameter is not specified, the domain of the input segment map will be used for the output segment map.

yes

is an optional parameter to use the domain of the input point map as the domain for the output segment map.

no

is an optional parameter to use the domain of the input segment map as the domain for the output segment map.

When the definition symbol = is used, a dependent output map is created; when the assignment symbol := is used, the dependency link is immediately broken after the output map has been calculated.

See also: