13.11.2012 Views

Open Printable/Searchable Copy - Global Mapper

Open Printable/Searchable Copy - Global Mapper

Open Printable/Searchable Copy - Global Mapper

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

• COMPARE_STR - specifies a comparison operation to perform to see if a line feature is one that<br />

needs to be considered. The format is attr_name=attr_value or attr_name!=attr_value (for equals and<br />

not equals comparisons respectively). For example if you have an attribute named CFCC and you<br />

want to match when the value of that attribute starts with an 'A', you can use<br />

COMPARE_STR="CFCC=A*" as your parameter. You can add multiple COMPARE_STR<br />

parameters to a single command to combine multiple criteria for your search. If you would like to<br />

compare against a feature label rather than an attribute, use for your attribute name.<br />

To compare against a feature type name rather than an attribute, use for your attribute<br />

name. To compare against the feature description, use for your attribute name. If you<br />

just want all lines features from the specified layer(s), just don't specify a COMPARE_STR value.<br />

You can also use to specify a match against a layer name that will support<br />

wildcards.<br />

• CASE_SENSITIVE - specifies whether or not text comparisons are case sensitive or not. Use<br />

CASE_SENSITIVE=YES to enable, by default comparisons are not case sensitive.<br />

• LAYER_DESC - specifies the name to assign to the newly generated layer containing the connected<br />

line features. If no layer description is provided, the default name of "Combined Lines" will be used.<br />

• COMPATIBLE_ONLY - specifies whether or not any connecting lines should be combined (the<br />

default) or just those which have compatible types and attributes. Use COMPATIBLE_ONLY=YES<br />

to enable combining only compatible lines.<br />

• CLOSED_LINES_ONLY - specifies whether or not any connected lines have to form a closed shape<br />

in order to create an area when generating area features. Use CLOSED_LINES_ONLY=YES to<br />

enable requiring closed paths.<br />

• CREATE_MULTIPLE_AREAS - specifies whether multiple area features can be created if the lines<br />

don't all connect to each other. This is enabled by default, use CREATE_MULTIPLE_AREAS=NO<br />

to disable this and require all matching lines to connect in a single path before creating an area.<br />

COMBINE_TERRAIN<br />

<strong>Global</strong> <strong>Mapper</strong> User's Manual<br />

The COMBINE_TERRAIN command generates a new terrain (gridded elevation) layer by combining two<br />

loaded terrain layers through some operation, like addition, subtraction (difference), average, min/max, etc.<br />

The new terrain layer can then be operated on just like any other terrain layer.<br />

The following parameters are used by the COMBINE_TERRAIN command:<br />

• LAYER1_FILENAME - full path and filename of the first loaded terrain layer to use. You can also<br />

pass in the full description of the loaded layer to use in case you want to use a layer not loaded from a<br />

file.<br />

• LAYER2_FILENAME - full path and filename of the second loaded terrain layer to use. You can also<br />

pass in the full description of the loaded layer to use in case you want to use a layer not loaded from a<br />

file.<br />

• COMBINE_OP - defines the operation to perform when combining the layers. The following<br />

operations are supported:<br />

♦ ADD - adds the values from the first layer to the second<br />

♦ SUBTRACT_SIGNED - subtracts the values of the second layer from the first and saves the<br />

signed result.<br />

♦ SUBTRACT_UNSIGNED - subtracts the values of the second layer from the first and saves<br />

the magnitude of the result.<br />

♦ AVERAGE - saves the average of the values from the first and second layers.<br />

♦ MINIMUM - saves the smaller of the values from the first and second layers.<br />

Table of Contents 243

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!